|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OlatResourceableType>
org.olat.core.logging.activity.OlatResourceableType
public enum OlatResourceableType
Specialization of ILoggingResourceableType which represents a OlatResourceable (or OlatResource/RepositoryEntry in some other cases)
See the LoggingResourceable class's corresponding wrap() method.
Initial Date: 20.10.2009
LoggingResourceable#wrap| Enum Constant Summary | |
|---|---|
bgContext
this represents a BGContext |
|
businessGroup
this represents a BusinessGroup |
|
calendar
represents an calendar |
|
course
this represents an ICourse |
|
cp
represents a content package |
|
feed
represents a feed resource (blog or podcast) |
|
feedItem
represents a feed item (blog post or podcast episode) |
|
forum
this represents a Forum |
|
forumMessage
this represents a (Forum) Message |
|
genRepoEntry
represents a generic - non further specified - repositoryentry. |
|
iq
this represents a I(MS)Q(TI) TEST |
|
node
this represents a CourseNode |
|
scormResource
represents a SCORM Resource |
|
sharedFolder
represents a shared folder |
|
wiki
represents a Wiki |
|
| Method Summary | |
|---|---|
static OlatResourceableType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static OlatResourceableType[] |
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 OlatResourceableType course
public static final OlatResourceableType node
public static final OlatResourceableType businessGroup
public static final OlatResourceableType bgContext
public static final OlatResourceableType forum
public static final OlatResourceableType forumMessage
public static final OlatResourceableType iq
public static final OlatResourceableType scormResource
public static final OlatResourceableType wiki
public static final OlatResourceableType cp
public static final OlatResourceableType sharedFolder
public static final OlatResourceableType feed
public static final OlatResourceableType feedItem
public static final OlatResourceableType genRepoEntry
public static final OlatResourceableType calendar
| Method Detail |
|---|
public static OlatResourceableType[] values()
for (OlatResourceableType c : OlatResourceableType.values()) System.out.println(c);
public static OlatResourceableType 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 | |||||||||