Package org.nuxeo.ecm.core.api
Interface LifeCycleConstants
-
public interface LifeCycleConstants
Holds 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 String
DELETE_TRANSITION
Deprecated.static String
DELETED_STATE
Deprecated.static String
DOCUMENT_UNDELETED
Deprecated.since 11.1, technical event used by former trash mechanismstatic String
INITIAL_LIFECYCLE_STATE_OPTION_NAME
Key in context map to specify initial lifecycle state on document creation.static String
TRANSITION_EVENT
Event for a lifecycle transition.static String
TRANSTION_EVENT_OPTION_FROM
static String
TRANSTION_EVENT_OPTION_TO
static String
TRANSTION_EVENT_OPTION_TRANSITION
static String
UNDELETE_TRANSITION
Deprecated.
-
-
-
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
-
-