Uses of Interface
org.nuxeo.ecm.platform.routing.api.DocumentRoutingService
Packages that use DocumentRoutingService
Package
Description
Provides operations for pertaining to routing.
Provides implementation for the api package.
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 DocumentRoutingServiceModifier and TypeFieldDescriptionprotected 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 DocumentRoutingServiceModifier and TypeFieldDescriptionprotected 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 DocumentRoutingServiceModifier and TypeClassDescriptionclass
The implementation of the routing service. -
Uses of DocumentRoutingService in org.nuxeo.ecm.platform.routing.core.listener
Methods in org.nuxeo.ecm.platform.routing.core.listener that return DocumentRoutingServiceModifier and TypeMethodDescriptionprotected DocumentRoutingService
RoutingTaskSecurityUpdaterListener.getDocumentRoutingService()