|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.grouper.changeLog.ChangeLogTypeFinder
public class ChangeLogTypeFinder
find a type
| Constructor Summary | |
|---|---|
ChangeLogTypeFinder()
|
|
| Method Summary | |
|---|---|
static void |
clearCache()
clear this out, so it will begin again |
static ChangeLogType |
find(java.lang.String changeLogTypeId,
boolean exceptionIfNotFound)
Find an ChangeLogType. |
static ChangeLogType |
find(java.lang.String changeLogCategory,
java.lang.String changeLogAction,
boolean exceptionIfNotFound)
Find an ChangeLogType. |
static void |
internal_updateKnownTypes()
update the internal cache |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLogTypeFinder()
| Method Detail |
|---|
public static void clearCache()
public static ChangeLogType find(java.lang.String changeLogCategory,
java.lang.String changeLogAction,
boolean exceptionIfNotFound)
ChangeLogType.
changeLogCategory - Find ChangeLogType with this name.changeLogAction - Find ChangeLogType with this name.exceptionIfNotFound -
GroupType
public static ChangeLogType find(java.lang.String changeLogTypeId,
boolean exceptionIfNotFound)
ChangeLogType.
changeLogTypeId - Find ChangeLogType with this id.exceptionIfNotFound -
GroupTypepublic static void internal_updateKnownTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||