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
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.since 11.1, technical event used by former trash mechanismstatic final String
Key in context map to specify initial lifecycle state on document creation.static final String
Event for a lifecycle transition.static final String
static final String
static final String
static final String
Deprecated.
-
Field Details
-
DELETED_STATE
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
-
DELETE_TRANSITION
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
-
UNDELETE_TRANSITION
Deprecated.- Since:
- 10.3, use trash service instead
- See Also:
-
TRANSITION_EVENT
Event for a lifecycle transition.- See Also:
-
TRANSTION_EVENT_OPTION_FROM
- See Also:
-
TRANSTION_EVENT_OPTION_TO
- See Also:
-
TRANSTION_EVENT_OPTION_TRANSITION
- See Also:
-
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:
-
INITIAL_LIFECYCLE_STATE_OPTION_NAME
Key in context map to specify initial lifecycle state on document creation.- See Also:
-