Uses of Class
org.nuxeo.ecm.platform.routing.api.RouteTable
-
Packages that use RouteTable 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 RouteTable in org.nuxeo.ecm.platform.routing.api
Fields in org.nuxeo.ecm.platform.routing.api declared as RouteTable Modifier and Type Field Description protected RouteTableDocumentRouteTableElement. tableDeprecated.protected RouteTableRouteFolderElement. tableDeprecated.Methods in org.nuxeo.ecm.platform.routing.api that return RouteTable Modifier and Type Method Description RouteTableDocumentRouteTableElement. getRouteTable()Deprecated.Constructors in org.nuxeo.ecm.platform.routing.api with parameters of type RouteTable Constructor 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. -
Uses of RouteTable in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl with parameters of type RouteTable Modifier and Type Method Description protected voidDocumentRoutingServiceImpl. 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'
-