Uses of Enum Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement.ElementLifeCycleState
Packages that use 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
Methods in org.nuxeo.ecm.platform.routing.api that return DocumentRouteElement.ElementLifeCycleStateModifier 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.Method parameters in org.nuxeo.ecm.platform.routing.api with type arguments of type DocumentRouteElement.ElementLifeCycleStateModifier 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
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRouteElement.ElementLifeCycleStateModifier and TypeMethodDescriptionprotected boolean
DocumentRouteElementImpl.checkLifeCycleState
(DocumentRouteElement.ElementLifeCycleState state) Method parameters in org.nuxeo.ecm.platform.routing.core.impl with type arguments of type DocumentRouteElement.ElementLifeCycleStateModifier and TypeMethodDescriptionDocumentRoutingServiceImpl.getDocumentRoutesForAttachedDocument
(CoreSession session, String attachedDocId, List<DocumentRouteElement.ElementLifeCycleState> states)