Uses of Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement.ElementLifeCycleTransistion
-
Packages that use DocumentRouteElement.ElementLifeCycleTransistion 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.ElementLifeCycleTransistion in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api that return DocumentRouteElement.ElementLifeCycleTransistion Modifier and Type Method Description static DocumentRouteElement.ElementLifeCycleTransistion
DocumentRouteElement.ElementLifeCycleTransistion. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentRouteElement.ElementLifeCycleTransistion[]
DocumentRouteElement.ElementLifeCycleTransistion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.routing.api with parameters of type DocumentRouteElement.ElementLifeCycleTransistion Modifier and Type Method Description void
DocumentRouteElement. followTransition(DocumentRouteElement.ElementLifeCycleTransistion transition, CoreSession session, boolean recursive)
make this element follow a transition. -
Uses of DocumentRouteElement.ElementLifeCycleTransistion in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRouteElement.ElementLifeCycleTransistion Modifier and Type Method Description void
DocumentRouteElementImpl. followTransition(DocumentRouteElement.ElementLifeCycleTransistion transition, CoreSession session, boolean recursive)
-