Class ChangeLogTypeFinder
java.lang.Object
edu.internet2.middleware.grouper.changeLog.ChangeLogTypeFinder
find a type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear this out, so it will begin againstatic ChangeLogType
Find anChangeLogType
.static ChangeLogType
Find anChangeLogType
.static void
update the internal cache
-
Constructor Details
-
ChangeLogTypeFinder
public ChangeLogTypeFinder()
-
-
Method Details
-
clearCache
public static void clearCache()clear this out, so it will begin again -
find
public static ChangeLogType find(String changeLogCategory, String changeLogAction, boolean exceptionIfNotFound) Find anChangeLogType
.- Parameters:
changeLogCategory
- FindChangeLogType
with this name.changeLogAction
- FindChangeLogType
with this name.exceptionIfNotFound
-- Returns:
GroupType
-
find
Find anChangeLogType
.- Parameters:
changeLogTypeId
- FindChangeLogType
with this id.exceptionIfNotFound
-- Returns:
GroupType
-
internal_updateKnownTypes
public static void internal_updateKnownTypes()update the internal cache
-