Uses of Enum Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement.ElementLifeCycleTransistion
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute
.Provides implementation for the api package.
-
Uses of DocumentRouteElement.ElementLifeCycleTransistion in org.nuxeo.ecm.platform.routing.api
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DocumentRouteElement.ElementLifeCycleTransistion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
DocumentRouteElementImpl.followTransition
(DocumentRouteElement.ElementLifeCycleTransistion transition, CoreSession session, boolean recursive)