edu.internet2.middleware.grouper.changeLog
Interface ChangeLogTypeIdentifier

All Known Implementing Classes:
ChangeLogTypeBuiltin

public interface ChangeLogTypeIdentifier

interface which could be on the enum, or class, or whatever. generally you will use the enum AuditTypeBuiltin


Method Summary
 java.lang.String getActionName()
          get the action name of the audit type
 java.lang.String getChangeLogCategory()
          get the audit category
 

Method Detail

getChangeLogCategory

java.lang.String getChangeLogCategory()
get the audit category

Returns:
the id

getActionName

java.lang.String getActionName()
get the action name of the audit type

Returns:
the name