|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CaseManagementEventConstants.EventNames> org.nuxeo.cm.event.CaseManagementEventConstants.EventNames
public static enum CaseManagementEventConstants.EventNames
Enum Constant Summary | |
---|---|
afterCaseItemSentEvent
Event sent after a case item is sent. |
|
afterCaseLinkRemovedEvent
Event sent after a case link is removed. |
|
afterCaseSentEvent
Event sent after an envelope is sent. |
|
afterDraftCreated
Event sent after a draft was created. |
|
beforeCaseItemSentEvent
Event sent before a case item is sent. |
|
beforeCaseLinkRemovedEvent
Event sent before a case link is removed. |
|
beforeCaseSentEvent
Event sent before an envelope is sent. |
|
beforeDraftCreated
Event sent before a draft is created. |
|
caseItemImported
Event sent after a caseItem was imported. |
|
draftUpdated
Event sent after a draft was updated. |
|
validateCaseLink
Event scheduled every day. |
Method Summary | |
---|---|
static CaseManagementEventConstants.EventNames |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CaseManagementEventConstants.EventNames[] |
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 CaseManagementEventConstants.EventNames beforeCaseSentEvent
public static final CaseManagementEventConstants.EventNames afterCaseSentEvent
public static final CaseManagementEventConstants.EventNames beforeCaseItemSentEvent
public static final CaseManagementEventConstants.EventNames afterCaseItemSentEvent
public static final CaseManagementEventConstants.EventNames beforeDraftCreated
public static final CaseManagementEventConstants.EventNames afterDraftCreated
public static final CaseManagementEventConstants.EventNames draftUpdated
public static final CaseManagementEventConstants.EventNames caseItemImported
public static final CaseManagementEventConstants.EventNames beforeCaseLinkRemovedEvent
public static final CaseManagementEventConstants.EventNames afterCaseLinkRemovedEvent
public static final CaseManagementEventConstants.EventNames validateCaseLink
Method Detail |
---|
public static CaseManagementEventConstants.EventNames[] values()
for (CaseManagementEventConstants.EventNames c : CaseManagementEventConstants.EventNames.values()) System.out.println(c);
public static CaseManagementEventConstants.EventNames valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
Nuxeo Enterprise Platform 5.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |