Class RouteTable
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.RouteTable
-
@Deprecated public class RouteTable extends Object
Deprecated.since 5.9.2 - Use only routes of type 'graph'- Author:
- Alexandre Russel
-
-
Field Summary
Fields Modifier and Type Field Description protected intmaxDepthDeprecated.protected DocumentRouterouteDeprecated.protected inttotalChildCountDeprecated.
-
Constructor Summary
Constructors Constructor Description RouteTable(DocumentRoute route)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetMaxDepth()Deprecated.intgetTotalChildCount()Deprecated.voidincreaseTotalChildCount()Deprecated.voidsetMaxDepth(int maxDepth)Deprecated.
-
-
-
Field Detail
-
route
protected DocumentRoute route
Deprecated.
-
totalChildCount
protected int totalChildCount
Deprecated.
-
maxDepth
protected int maxDepth
Deprecated.
-
-
Constructor Detail
-
RouteTable
public RouteTable(DocumentRoute route)
Deprecated.
-
-