Class ChangeLogTypeFinder

java.lang.Object
edu.internet2.middleware.grouper.changeLog.ChangeLogTypeFinder

public class ChangeLogTypeFinder extends Object
find a type
  • 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 an ChangeLogType.

      Parameters:
      changeLogCategory - Find ChangeLogType with this name.
      changeLogAction - Find ChangeLogType with this name.
      exceptionIfNotFound -
      Returns:
      GroupType
    • find

      public static ChangeLogType find(String changeLogTypeId, boolean exceptionIfNotFound)
      Find an ChangeLogType.

      Parameters:
      changeLogTypeId - Find ChangeLogType with this id.
      exceptionIfNotFound -
      Returns:
      GroupType
    • internal_updateKnownTypes

      public static void internal_updateKnownTypes()
      update the internal cache