Uses of Enum Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement.ElementLifeCycleState
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
-
Uses of DocumentRouteElement.ElementLifeCycleState in org.nuxeo.ecm.platform.routing.api
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DocumentRouteElement.ElementLifeCycleState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDocumentRoutingService.getDocumentRoutesForAttachedDocument
(CoreSession session, String attachedDocId, List<DocumentRouteElement.ElementLifeCycleState> states) Return the list of relatedDocumentRoute
in a state for a given attached document. -
Uses of DocumentRouteElement.ElementLifeCycleState in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionprotected boolean
DocumentRouteElementImpl.checkLifeCycleState
(DocumentRouteElement.ElementLifeCycleState state) Modifier and TypeMethodDescriptionDocumentRoutingServiceImpl.getDocumentRoutesForAttachedDocument
(CoreSession session, String attachedDocId, List<DocumentRouteElement.ElementLifeCycleState> states)