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 int
maxDepth
Deprecated.protected DocumentRoute
route
Deprecated.protected int
totalChildCount
Deprecated.
-
Constructor Summary
Constructors Constructor Description RouteTable(DocumentRoute route)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getMaxDepth()
Deprecated.int
getTotalChildCount()
Deprecated.void
increaseTotalChildCount()
Deprecated.void
setMaxDepth(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.
-
-