|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ActionObject>
org.olat.core.logging.activity.ActionObject
public enum ActionObject
Global list of actionObjects existing in OLAT.
The actionObject will be stored to the logging table and the idea is to keep this list short and clean
Note that the result of ActionObject.name() will be used directly as the String stored to the database - hence use a meaningful, short (32 characters at max) String.
Initial Date: 13.11.2009
| Method Summary | |
|---|---|
static ActionObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActionObject[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ActionObject calendar
public static final ActionObject chat
public static final ActionObject course
public static final ActionObject cpgetfile
public static final ActionObject editor
public static final ActionObject efficency
public static final ActionObject feed
public static final ActionObject feeditem
public static final ActionObject file
public static final ActionObject folder
public static final ActionObject forummessage
public static final ActionObject forumthread
public static final ActionObject glossar
public static final ActionObject gotonode
public static final ActionObject groupmanagement
public static final ActionObject group
public static final ActionObject grouparea
public static final ActionObject groupareaempty
public static final ActionObject help
public static final ActionObject layout
public static final ActionObject login
public static final ActionObject logout
public static final ActionObject node
public static final ActionObject owner
public static final ActionObject participant
public static final ActionObject publisher
public static final ActionObject quota
public static final ActionObject resource
public static final ActionObject rights
public static final ActionObject rightsempty
public static final ActionObject sharedfolder
public static final ActionObject spgetfile
public static final ActionObject statistic
public static final ActionObject test
public static final ActionObject testattempts
public static final ActionObject testcomment
public static final ActionObject testid
public static final ActionObject testscore
public static final ActionObject testsuccess
public static final ActionObject tools
public static final ActionObject toolsempty
public static final ActionObject waitingperson
| Method Detail |
|---|
public static ActionObject[] values()
for (ActionObject c : ActionObject.values()) System.out.println(c);
public static ActionObject valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||