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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringDeprecated.static final StringDeprecated.since 11.1, technical event used by former trash mechanismstatic final StringKey in context map to specify initial lifecycle state on document creation.static final StringEvent for a lifecycle transition.static final Stringstatic final Stringstatic final Stringstatic final StringDeprecated.
-
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:
-