Uses of Class
org.olat.core.logging.activity.ActionVerb

Packages that use ActionVerb
org.olat.core.logging.activity   
 

Uses of ActionVerb in org.olat.core.logging.activity
 

Methods in org.olat.core.logging.activity that return ActionVerb
 ActionVerb BaseLoggingAction.getActionVerb()
          Returns the actionVerb of the logging action
 ActionVerb ILoggingAction.getActionVerb()
          Returns the actionVerb of this logging action.
static ActionVerb ActionVerb.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionVerb[] ActionVerb.values()
          Returns an array containing the constants of this enum type, in the order they are declared.