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
 String getActionName()
          get the action name of the audit type
 String getChangeLogCategory()
          get the audit category
 

Method Detail

getChangeLogCategory

String getChangeLogCategory()
get the audit category

Returns:
the id

getActionName

String getActionName()
get the action name of the audit type

Returns:
the name