Uses of Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement.ElementLifeCycleState
-
Packages that use DocumentRouteElement.ElementLifeCycleState Package Description org.nuxeo.ecm.platform.routing.api Provides the interfaces necessary to create and manipulateDocumentRoute
.org.nuxeo.ecm.platform.routing.core.impl 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.ElementLifeCycleState Modifier and Type Method Description static DocumentRouteElement.ElementLifeCycleState
DocumentRouteElement.ElementLifeCycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentRouteElement.ElementLifeCycleState[]
DocumentRouteElement.ElementLifeCycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.nuxeo.ecm.platform.routing.api with type arguments of type DocumentRouteElement.ElementLifeCycleState Modifier and Type Method Description List<DocumentRoute>
DocumentRoutingService. 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.ElementLifeCycleState Modifier and Type Method Description protected boolean
DocumentRouteElementImpl. checkLifeCycleState(DocumentRouteElement.ElementLifeCycleState state)
Method parameters in org.nuxeo.ecm.platform.routing.core.impl with type arguments of type DocumentRouteElement.ElementLifeCycleState Modifier and Type Method Description List<DocumentRoute>
DocumentRoutingServiceImpl. getDocumentRoutesForAttachedDocument(CoreSession session, String attachedDocId, List<DocumentRouteElement.ElementLifeCycleState> states)
-