|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StringResourceableType>
org.olat.core.logging.activity.StringResourceableType
public enum StringResourceableType
Specialization of ILoggingResourceableType which represents a String rather than an OlatResourceable.
Note that the string can be something like an URL, an Identity or a group right - but it can also correspond to an OlatResourceable in cases like scormResource, assessmentID. In the latter case we do not have an OlatResourceable at the time where the LoggingResourceable is added to the IUserActivityLogger - otherwise it would be preferable to add an OlatResourceable always.
See the LoggingResourceable class's corresponding wrap() method.
Initial Date: 21.10.2009
LoggingResourceable#wrap| Enum Constant Summary | |
|---|---|
assessmentID
the assessment ID - we seem to not have an Olatresourceable there |
|
bcFile
the briefcase filename |
|
bgArea
the businessgroup area name |
|
bgRight
the businessgroup right (key) |
|
cpNode
the content package node name (filename) |
|
csHelp
Context sensitive help |
|
feedItem
Blog Post and Podcast Episodes |
|
glossarySoftKey
the softkey of the glossary - we seem to not have an OlatResourceable at the time |
|
nodeId
corresponds to the CourseNode ID - but we seem to not have an OlatResourceable at the time |
|
qtiAttempts
the number of attemts - in QTI |
|
qtiCoachComment
the coach comment - in QTI |
|
qtiComment
the comment - in QTI |
|
qtiParams
the param part of the URI during a QTI test - equivalent to what was passed to IQDisplayController.logAudit before |
|
qtiPassed
the passed value - in QTI |
|
qtiScore
the score - in QTI |
|
qtiUserComment
the user comment - in QTI |
|
scormResource
the scorm resource ID - we seem to not have an OlatResourceable at the time |
|
spUri
the single page URI |
|
statisticColumn
the title of the column of which the total is viewed |
|
statisticManager
the name of the statisticmanager viewed |
|
statisticType
the type of statistic viewed |
|
targetIdentity
the target identity |
|
uploadFile
the uploaded filename |
|
| Method Summary | |
|---|---|
static StringResourceableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StringResourceableType[] |
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 |
| Methods inherited from interface org.olat.core.logging.activity.ILoggingResourceableType |
|---|
name |
| Enum Constant Detail |
|---|
public static final StringResourceableType nodeId
public static final StringResourceableType spUri
public static final StringResourceableType bgArea
public static final StringResourceableType bgRight
public static final StringResourceableType cpNode
public static final StringResourceableType bcFile
public static final StringResourceableType uploadFile
public static final StringResourceableType targetIdentity
public static final StringResourceableType glossarySoftKey
public static final StringResourceableType scormResource
public static final StringResourceableType qtiAttempts
public static final StringResourceableType qtiScore
public static final StringResourceableType qtiPassed
public static final StringResourceableType assessmentID
public static final StringResourceableType qtiComment
public static final StringResourceableType qtiUserComment
public static final StringResourceableType qtiCoachComment
public static final StringResourceableType qtiParams
public static final StringResourceableType csHelp
public static final StringResourceableType feedItem
public static final StringResourceableType statisticManager
public static final StringResourceableType statisticType
public static final StringResourceableType statisticColumn
| Method Detail |
|---|
public static StringResourceableType[] values()
for (StringResourceableType c : StringResourceableType.values()) System.out.println(c);
public static StringResourceableType 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 | |||||||||