public enum EventType extends Enum<EventType> implements Serializable
| Enum Constant and Description |
|---|
CONTENTGET |
CONTENTPUT |
EXCEPTIONGENERATED |
NODEADDED |
NODECOMMENTED |
NODECOMMENTSLISTED |
NODEFAVOURITED |
NODELIKED |
NODEREMOVED |
NODETAGGED |
NODETAGREMOVED |
NODEUNFAVOURITED |
NODEUNLIKED |
NODEUPDATED |
NODEVERSIONED |
SYNCSUBSCRIBE |
SYNCUNSUBSCRIBE |
| Modifier and Type | Method and Description |
|---|---|
static EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType CONTENTGET
public static final EventType CONTENTPUT
public static final EventType NODEFAVOURITED
public static final EventType NODEUNFAVOURITED
public static final EventType NODECOMMENTED
public static final EventType NODECOMMENTSLISTED
public static final EventType NODELIKED
public static final EventType NODEUNLIKED
public static final EventType NODEUPDATED
public static final EventType NODETAGGED
public static final EventType NODETAGREMOVED
public static final EventType NODEADDED
public static final EventType NODEREMOVED
public static final EventType NODEVERSIONED
public static final EventType EXCEPTIONGENERATED
public static final EventType SYNCSUBSCRIBE
public static final EventType SYNCUNSUBSCRIBE
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2018 Alfresco Software. All rights reserved.