Uses of Class
org.nuxeo.ecm.platform.routing.api.DocumentRouteTableElement
-
Packages that use DocumentRouteTableElement Package Description org.nuxeo.ecm.platform.routing.api Provides the interfaces necessary to create and manipulateDocumentRoute
.org.nuxeo.ecm.platform.routing.core.impl Provides implementation for the api package. -
-
Uses of DocumentRouteTableElement in org.nuxeo.ecm.platform.routing.api
Methods in org.nuxeo.ecm.platform.routing.api that return types with arguments of type DocumentRouteTableElement Modifier and Type Method Description List<DocumentRouteTableElement>
DocumentRoutingService. getRouteElements(DocumentRoute route, CoreSession session)
Computes the list of elementsDocumentRouteTableElement
for thisDocumentRoute
. -
Uses of DocumentRouteTableElement in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return types with arguments of type DocumentRouteTableElement Modifier and Type Method Description protected List<DocumentRouteTableElement>
DocumentRoutingServiceImpl. getRouteElements(DocumentRouteElement routeElementDocument, CoreSession session, List<DocumentRouteTableElement> routeElements, int depth)
Deprecated.List<DocumentRouteTableElement>
DocumentRoutingServiceImpl. getRouteElements(DocumentRoute route, CoreSession session)
Deprecated.since 5.9.2 - Use only routes of type 'graph'Method parameters in org.nuxeo.ecm.platform.routing.core.impl with type arguments of type DocumentRouteTableElement Modifier and Type Method 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'
-