public class ChangeLogTypeFinder extends Object
| Constructor and Description |
|---|
ChangeLogTypeFinder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearCache()
clear this out, so it will begin again
|
static ChangeLogType |
find(String changeLogTypeId,
boolean exceptionIfNotFound)
Find an
ChangeLogType. |
static ChangeLogType |
find(String changeLogCategory,
String changeLogAction,
boolean exceptionIfNotFound)
Find an
ChangeLogType. |
static void |
internal_updateKnownTypes()
update the internal cache
|
public static void clearCache()
public static ChangeLogType find(String changeLogCategory, String changeLogAction, boolean exceptionIfNotFound)
ChangeLogType.
changeLogCategory - Find ChangeLogType with this name.changeLogAction - Find ChangeLogType with this name.exceptionIfNotFound - GroupTypepublic static ChangeLogType find(String changeLogTypeId, boolean exceptionIfNotFound)
ChangeLogType.
changeLogTypeId - Find ChangeLogType with this id.exceptionIfNotFound - GroupTypepublic static void internal_updateKnownTypes()
Copyright © 2016 Internet2. All rights reserved.