|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.logging.activity.BaseLoggingAction
public class BaseLoggingAction
Base implementation for ILoggingAction - the recommended super class for all implementations for ILoggingAction (but not mandatory)
Things this class implements:
| Method Summary | |
|---|---|
java.lang.String |
getActionObject()
Returns the actionObject of the logging action |
ActionVerb |
getActionVerb()
Returns the actionVerb of the logging action |
CrudAction |
getCrudAction()
Returns the crudAction (create, retrieve, update, delete) action type - directly propagates to the DB later |
java.lang.String |
getJavaFieldIdForDebug()
Returns the optional name of the field in which this instance is held - for DEBUGging only |
ActionType |
getResourceActionType()
Returns the resourceAdminAction property - directly propagates to the DB later |
ResourceableTypeList |
getTypeListDefinition()
Returns the ResourceableTypeList - which is a list of ILoggingResourceableTypes defining what is expected to be stored to the DB alongside this logging action |
void |
setJavaFieldIdForDebug(java.lang.String javaId)
Sets the optional name of the field in which this instance is held - for DEBUGging only - this field id will be issued when there are problems with this ILoggingAction's ResourceableTypeList later |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ResourceableTypeList getTypeListDefinition()
ILoggingAction
getTypeListDefinition in interface ILoggingActionpublic ActionType getResourceActionType()
getResourceActionType in interface ILoggingActionpublic CrudAction getCrudAction()
getCrudAction in interface ILoggingActionpublic ActionVerb getActionVerb()
getActionVerb in interface ILoggingActionpublic java.lang.String getActionObject()
getActionObject in interface ILoggingActionpublic java.lang.String getJavaFieldIdForDebug()
getJavaFieldIdForDebug in interface ILoggingActionpublic void setJavaFieldIdForDebug(java.lang.String javaId)
javaId - the java field id - or anything else which helps in your DEBUGging case -
this field id will be issued when there are problems with this ILoggingAction's
ResourceableTypeList later
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||