Uses of Interface
org.nuxeo.ecm.platform.routing.api.DocumentRoutingService
-
Packages that use DocumentRoutingService Package Description org.nuxeo.ecm.platform.routing.api.operation Provides operations for pertaining to routing.org.nuxeo.ecm.platform.routing.core.api.operation org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package.org.nuxeo.ecm.platform.routing.core.listener Provides listener to the route lifecycle. -
-
Uses of DocumentRoutingService in org.nuxeo.ecm.platform.routing.api.operation
Fields in org.nuxeo.ecm.platform.routing.api.operation declared as DocumentRoutingService Modifier and Type Field Description protected DocumentRoutingService
MapPropertiesOnTaskOperation. routing
-
Uses of DocumentRoutingService in org.nuxeo.ecm.platform.routing.core.api.operation
Fields in org.nuxeo.ecm.platform.routing.core.api.operation declared as DocumentRoutingService Modifier and Type Field Description protected DocumentRoutingService
CompleteTaskOperation. documentRoutingService
protected DocumentRoutingService
ResumeNodeOperation. documentRoutingService
protected DocumentRoutingService
StartWorkflowOperation. documentRoutingService
-
Uses of DocumentRoutingService in org.nuxeo.ecm.platform.routing.core.impl
Classes in org.nuxeo.ecm.platform.routing.core.impl that implement DocumentRoutingService Modifier and Type Class Description class
DocumentRoutingServiceImpl
The implementation of the routing service.Methods in org.nuxeo.ecm.platform.routing.core.impl that return DocumentRoutingService Modifier and Type Method Description DocumentRoutingService
StepElementRunner. getDocumentRoutingService()
Deprecated. -
Uses of DocumentRoutingService in org.nuxeo.ecm.platform.routing.core.listener
Methods in org.nuxeo.ecm.platform.routing.core.listener that return DocumentRoutingService Modifier and Type Method Description protected DocumentRoutingService
RoutingTaskSecurityUpdaterListener. getDocumentRoutingService()
-