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 ChangeLogTypeBuiltin


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

Method Detail

getChangeLogCategory

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

Returns:
the id

getActionName

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

Returns:
the name