Uses of Enum Class
edu.internet2.middleware.grouper.changeLog.ChangeLogTypeBuiltin
Packages that use ChangeLogTypeBuiltin
-
Uses of ChangeLogTypeBuiltin in edu.internet2.middleware.grouper.changeLog
Methods in edu.internet2.middleware.grouper.changeLog that return ChangeLogTypeBuiltinModifier and TypeMethodDescriptionstatic ChangeLogTypeBuiltinChangeLogTypeBuiltin.retrieveChangeLogTypeByCategoryAndAction(String category, String action) lookup a change log type by category and actionstatic ChangeLogTypeBuiltinChangeLogTypeBuiltin.retrieveChangeLogTypeByChangeLogEntry(ChangeLogEntry changeLogEntry) lookup a change log type by category and actionstatic ChangeLogTypeBuiltinReturns the enum constant of this class with the specified name.static ChangeLogTypeBuiltin[]ChangeLogTypeBuiltin.values()Returns an array containing the constants of this enum class, in the order they are declared.