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 DocumentRoutingServiceMapPropertiesOnTaskOperation. 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 DocumentRoutingServiceCompleteTaskOperation. documentRoutingServiceprotected DocumentRoutingServiceResumeNodeOperation. documentRoutingServiceprotected DocumentRoutingServiceStartWorkflowOperation. 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 classDocumentRoutingServiceImplThe implementation of the routing service.Methods in org.nuxeo.ecm.platform.routing.core.impl that return DocumentRoutingService Modifier and Type Method Description DocumentRoutingServiceStepElementRunner. 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 DocumentRoutingServiceRoutingTaskSecurityUpdaterListener. getDocumentRoutingService()
-