Package | Description |
---|---|
org.nuxeo.ecm.platform.routing.api |
Provides the interfaces necessary to create and manipulate
DocumentRoute . |
org.nuxeo.ecm.platform.routing.core.impl |
Provides implementation for the api package.
|
org.nuxeo.ecm.platform.routing.web |
Provides the seam component used in the web UI.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentRouteTableElement> |
DocumentRoutingService.getRouteElements(DocumentRoute route,
CoreSession session)
Computes the list of elements
DocumentRouteTableElement for this DocumentRoute . |
Modifier and Type | Method and Description |
---|---|
List<DocumentRouteTableElement> |
DocumentRoutingServiceImpl.getRouteElements(DocumentRoute route,
CoreSession session)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
protected List<DocumentRouteTableElement> |
DocumentRoutingServiceImpl.getRouteElements(DocumentRouteElement routeElementDocument,
CoreSession session,
List<DocumentRouteTableElement> routeElements,
int depth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected List<DocumentRouteTableElement> |
DocumentRoutingServiceImpl.getRouteElements(DocumentRouteElement routeElementDocument,
CoreSession session,
List<DocumentRouteTableElement> routeElements,
int depth)
Deprecated.
|
protected void |
DocumentRoutingServiceImpl.processElementsInFolder(DocumentModel doc,
List<DocumentRouteTableElement> elements,
RouteTable table,
CoreSession session,
int depth,
RouteFolderElement folder)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
Modifier and Type | Method and Description |
---|---|
protected List<DocumentRouteTableElement> |
DocumentRoutingActionsBean.computeRelatedRouteElements()
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
protected List<DocumentRouteTableElement> |
DocumentRoutingActionsBean.computeRouteElements()
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
protected List<DocumentRouteTableElement> |
DocumentRoutingActionsBean.getElements(DocumentRoute currentRoute)
Deprecated.
since 5.9.2 - Use only routes of type 'graph'
|
Modifier and Type | Method and Description |
---|---|
String |
DocumentRoutingActionsBean.getTypeDescription(DocumentRouteTableElement localizable) |
Copyright © 2015 Nuxeo SA. All rights reserved.