See: Description
Interface | Description |
---|---|
ElementRunner |
Runner responsible to run or undo an element of a route.
|
GraphNode |
A node for a route graph.
|
GraphRoute |
A route graph, defining a workflow with arbitrarily complex transitions
between nodes.
|
Class | Description |
---|---|
AbstractRunner | |
AuditEventFirer |
Fire events for Route audit logs (used by previous route content view)
|
ChainToTypeMappingDescriptor | |
ConditionalRunner |
Run the first step and then run the folder child in the position determined
by the posOfChildStepToRunNext on this container.
|
DocumentRouteElementImpl | |
DocumentRouteImpl | |
DocumentRouteStepsContainerImpl | |
DocumentRoutingEngineServiceImpl | |
DocumentRoutingEscalationServiceImpl | |
DocumentRoutingEscalationServiceImpl.EscalationRuleWork | |
DocumentRoutingServiceImpl |
The implementation of the routing service.
|
DocumentRoutingTreePersister |
The default persister.
|
EventFirer | |
GetGraphOperation |
Returns a json representation of the graph route
|
GraphNode.Button | |
GraphNode.EscalationRule | |
GraphNode.TaskInfo | |
GraphNode.Transition | |
GraphNodeImpl |
Graph Node implementation as an adapter over a DocumentModel.
|
GraphRouteImpl | |
GraphRunner |
Runs the proper nodes depending on the graph state.
|
GraphVariablesUtil |
Helper to set/get variables on a document that are stored in a facet.
|
LockableDocumentRouteImpl | |
ParallelRunner |
Run all of its children simultaneous and is done when all the children are
done.
|
PersisterDescriptor | |
RoutingTaskServiceImpl | Deprecated
since 5.6, use DocumentRoutingService instead
|
SerialRunner |
Run all its children one after the other and is donen when the last children
is done.
|
StepElementRunner |
Run the operation chain for this step.
|
Enum | Description |
---|---|
GraphNode.State |
The internal state of a node.
|
Copyright © 2013 Nuxeo SA. All Rights Reserved.