Uses of Interface
org.nuxeo.ecm.platform.routing.api.DocumentRouteElement
Packages that use DocumentRouteElement
Package
Description
Provides the interfaces necessary to create and manipulate
DocumentRoute.Provides implementation for the api package.
-
Uses of DocumentRouteElement in org.nuxeo.ecm.platform.routing.api
Subinterfaces of DocumentRouteElement in org.nuxeo.ecm.platform.routing.apiModifier and TypeInterfaceDescriptioninterfaceA DocumentRoute model or instance.interfaceA Step.interfaceA container of steps.Methods in org.nuxeo.ecm.platform.routing.api with parameters of type DocumentRouteElementModifier and TypeMethodDescriptionvoidDocumentRoutingService.updateRouteElement(DocumentRouteElement routeModel, CoreSession session) Update the given route element -
Uses of DocumentRouteElement in org.nuxeo.ecm.platform.routing.core.impl
Subinterfaces of DocumentRouteElement in org.nuxeo.ecm.platform.routing.core.implModifier and TypeInterfaceDescriptioninterfaceA route graph, defining a workflow with arbitrarily complex transitions between nodes.Classes in org.nuxeo.ecm.platform.routing.core.impl that implement DocumentRouteElementModifier and TypeClassDescriptionclassclassclassclassGraph Node implementation as an adapter over a DocumentModel.classMethods in org.nuxeo.ecm.platform.routing.core.impl that return types with arguments of type DocumentRouteElementModifier and TypeMethodDescriptionprotected List<DocumentRouteElement> AbstractRunner.getChildrenElement(CoreSession session, DocumentRouteElement element) Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type DocumentRouteElementModifier and TypeMethodDescriptionvoidAbstractRunner.cancel(CoreSession session, DocumentRouteElement element) voidElementRunner.cancel(CoreSession session, DocumentRouteElement element) Cancel this element.voidGraphRunner.cancel(CoreSession session, DocumentRouteElement element) static voidAuditEventFirer.fireEvent(CoreSession coreSession, DocumentRouteElement element, Map<String, Serializable> eventProperties, String eventName, DocumentModel doc) static voidEventFirer.fireEvent(CoreSession coreSession, DocumentRouteElement element, Map<String, Serializable> eventProperties, String eventName) protected List<DocumentRouteElement> AbstractRunner.getChildrenElement(CoreSession session, DocumentRouteElement element) voidAbstractRunner.resume(CoreSession session, DocumentRouteElement element, String nodeId, String taskId, Map<String, Object> data, String status) voidElementRunner.resume(CoreSession session, DocumentRouteElement element, String nodeId, String taskId, Map<String, Object> data, String status) Resumes this graph route on a given node.voidGraphRunner.resume(CoreSession session, DocumentRouteElement element, String nodeId, String taskId, Map<String, Object> varData, String status) voidAbstractRunner.run(CoreSession session, DocumentRouteElement element, Map<String, Serializable> map) voidElementRunner.run(CoreSession session, DocumentRouteElement element) Run this element.voidElementRunner.run(CoreSession session, DocumentRouteElement element, Map<String, Serializable> map) Run this element.voidGraphRunner.run(CoreSession session, DocumentRouteElement element) voidGraphRunner.run(CoreSession session, DocumentRouteElement element, Map<String, Serializable> map) protected voidGraphRunner.runGraph(CoreSession session, DocumentRouteElement element, GraphNode initialNode) Runs the graph starting with the given node.voidDocumentRoutingServiceImpl.updateRouteElement(DocumentRouteElement routeElement, CoreSession session)