Package org.nuxeo.ecm.core.api
Interface LifeCycleConstants
-
public interface LifeCycleConstantsHolds life cycle related constants that are generic enough to be available at a core level.- Author:
- Anahide Tchertchian
-
-
Field Summary
Fields Modifier and Type Field Description static StringDELETE_TRANSITIONDeprecated.static StringDELETED_STATEDeprecated.static StringDOCUMENT_UNDELETEDDeprecated.since 11.1, technical event used by former trash mechanismstatic StringINITIAL_LIFECYCLE_STATE_OPTION_NAMEKey in context map to specify initial lifecycle state on document creation.static StringTRANSITION_EVENTEvent for a lifecycle transition.static StringTRANSTION_EVENT_OPTION_FROMstatic StringTRANSTION_EVENT_OPTION_TOstatic StringTRANSTION_EVENT_OPTION_TRANSITIONstatic StringUNDELETE_TRANSITIONDeprecated.
-
-
-
Field Detail
-
DELETED_STATE
@Deprecated static final String DELETED_STATE
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
- Constant Field Values
-
DELETE_TRANSITION
@Deprecated static final String DELETE_TRANSITION
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
- Constant Field Values
-
UNDELETE_TRANSITION
@Deprecated static final String UNDELETE_TRANSITION
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
- Constant Field Values
-
TRANSITION_EVENT
static final String TRANSITION_EVENT
Event for a lifecycle transition.- See Also:
- Constant Field Values
-
TRANSTION_EVENT_OPTION_FROM
static final String TRANSTION_EVENT_OPTION_FROM
- See Also:
- Constant Field Values
-
TRANSTION_EVENT_OPTION_TO
static final String TRANSTION_EVENT_OPTION_TO
- See Also:
- Constant Field Values
-
TRANSTION_EVENT_OPTION_TRANSITION
static final String TRANSTION_EVENT_OPTION_TRANSITION
- See Also:
- Constant Field Values
-
DOCUMENT_UNDELETED
@Deprecated(since="11.1") static final String DOCUMENT_UNDELETED
Deprecated.since 11.1, technical event used by former trash mechanismEvent for a document undeleted by the user. Triggers an async listener that undeletes its children too.- See Also:
- Constant Field Values
-
INITIAL_LIFECYCLE_STATE_OPTION_NAME
static final String INITIAL_LIFECYCLE_STATE_OPTION_NAME
Key in context map to specify initial lifecycle state on document creation.- See Also:
- Constant Field Values
-
-