| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DocumentRoute
A DocumentRoute model or instance.
|
interface |
DocumentRouteStep
A Step.
|
interface |
DocumentRouteStepsContainer
A container of steps.
|
| Modifier and Type | Field and Description |
|---|---|
protected DocumentRouteElement |
RouteFolderElement.element
Deprecated.
|
protected DocumentRouteElement |
DocumentRouteTableElement.element
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentRouteElement |
DocumentRouteTableElement.getElement()
Deprecated.
|
DocumentRouteElement |
RouteFolderElement.getRouteElement()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentRoutingService.addRouteElementToRoute(DocumentRef parentDocumentRef,
int idx,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void |
DocumentRoutingService.addRouteElementToRoute(DocumentRef parentDocumentRef,
String sourceName,
DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void |
DocumentRoutingService.removeRouteElement(DocumentRouteElement routeElement,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
void |
DocumentRoutingService.updateRouteElement(DocumentRouteElement routeModel,
CoreSession session)
Update the given route element
|
| Constructor and Description |
|---|
DocumentRouteTableElement(DocumentRouteElement element,
RouteTable table,
int depth,
RouteFolderElement parent,
boolean isFirstChild)
Deprecated.
|
RouteFolderElement(DocumentRouteElement element,
RouteTable table,
boolean isFirstChild,
RouteFolderElement parent,
int depth)
Deprecated.
|
Copyright © 2019 Nuxeo SA. All rights reserved.