public enum EventReceiverType extends java.lang.Enum<EventReceiverType>
| Modifier and Type | Method and Description |
|---|---|
static EventReceiverType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventReceiverType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventReceiverType APP_INSTALLED
public static final EventReceiverType APP_UNINSTALLING
public static final EventReceiverType APP_UPGRADED
public static final EventReceiverType CONTEXT_EVENT
public static final EventReceiverType EMAIL_RECEIVED
public static final EventReceiverType ENTITY_INSTANCE_ADDED
public static final EventReceiverType ENTITY_INSTANCE_DELETED
public static final EventReceiverType ENTITY_INSTANCE_UPDATED
public static final EventReceiverType FIELD_ADDED
public static final EventReceiverType FIELD_ADDING
public static final EventReceiverType FIELD_DELETED
public static final EventReceiverType FIELD_DELETING
public static final EventReceiverType FIELD_UPDATED
public static final EventReceiverType FIELD_UPDATING
public static final EventReceiverType GROUP_ADDED
public static final EventReceiverType GROUP_ADDING
public static final EventReceiverType GROUP_DELETED
public static final EventReceiverType GROUP_DELETING
public static final EventReceiverType GROUP_UPDATED
public static final EventReceiverType GROUP_UPDATING
public static final EventReceiverType GROUP_USER_ADDED
public static final EventReceiverType GROUP_USER_ADDING
public static final EventReceiverType GROUP_USER_DELETED
public static final EventReceiverType GROUP_USER_DELETING
public static final EventReceiverType INHERITANCE_BREAKING
public static final EventReceiverType INHERITANCE_BROKEN
public static final EventReceiverType INHERITANCE_RESET
public static final EventReceiverType INHERITANCE_RESETTING
public static final EventReceiverType INVALID_RECEIVER
public static final EventReceiverType ITEM_ADDED
public static final EventReceiverType ITEM_ADDING
public static final EventReceiverType ITEM_ATTACHMENT_ADDED
public static final EventReceiverType ITEM_ATTACHMENT_ADDING
public static final EventReceiverType ITEM_ATTACHMENT_DELETED
public static final EventReceiverType ITEM_ATTACHMENT_DELETING
public static final EventReceiverType ITEM_CHECKED_IN
public static final EventReceiverType ITEM_CHECKED_OUT
public static final EventReceiverType ITEM_CHECKING_IN
public static final EventReceiverType ITEM_CHECKING_OUT
public static final EventReceiverType ITEM_DELETED
public static final EventReceiverType ITEM_DELETING
public static final EventReceiverType ITEM_FILE_CONVERTED
public static final EventReceiverType ITEM_FILE_MOVED
public static final EventReceiverType ITEM_FILE_MOVING
public static final EventReceiverType ITEM_UNCHECKED_OUT
public static final EventReceiverType ITEM_UNCHECKING_OUT
public static final EventReceiverType ITEM_UPDATED
public static final EventReceiverType ITEM_UPDATING
public static final EventReceiverType ITEM_VERSION_DELETED
public static final EventReceiverType ITEM_VERSION_DELETING
public static final EventReceiverType LIST_ADDED
public static final EventReceiverType LIST_ADDING
public static final EventReceiverType LIST_DELETED
public static final EventReceiverType LIST_DELETING
public static final EventReceiverType NONE
public static final EventReceiverType ROLE_ASSIGNMENT_ADDED
public static final EventReceiverType ROLE_ASSIGNMENT_ADDING
public static final EventReceiverType ROLE_ASSIGNMENT_DELETED
public static final EventReceiverType ROLE_ASSIGNMENT_DELETING
public static final EventReceiverType ROLE_DEFINITION_ADDED
public static final EventReceiverType ROLE_DEFINITION_ADDING
public static final EventReceiverType ROLE_DEFINITION_DELETED
public static final EventReceiverType ROLE_DEFINITION_DELETING
public static final EventReceiverType ROLE_DEFINITION_UPDATED
public static final EventReceiverType ROLE_DEFINITION_UPDATING
public static final EventReceiverType SITE_DELETED
public static final EventReceiverType SITE_DELETING
public static final EventReceiverType WEB_ADDING
public static final EventReceiverType WEB_DELETED
public static final EventReceiverType WEB_DELETING
public static final EventReceiverType WEB_MOVED
public static final EventReceiverType WEB_MOVING
public static final EventReceiverType WEB_PROVISIONED
public static final EventReceiverType WORKFLOW_COMPLETED
public static final EventReceiverType WORKFLOW_POSTPONED
public static final EventReceiverType WORKFLOW_STARTED
public static final EventReceiverType WORKFLOW_STARTING
public static EventReceiverType 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 namejava.lang.NullPointerException - if the argument is nullpublic static EventReceiverType[] values()
for (EventReceiverType c : EventReceiverType.values()) System.out.println(c);