Class RouteFolderElement
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.RouteFolderElement
-
@Deprecated public class RouteFolderElement 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
depth
Deprecated.protected DocumentRouteElement
element
Deprecated.protected boolean
isFirstChild
Deprecated.protected RouteFolderElement
parent
Deprecated.protected RouteTable
table
Deprecated.protected int
totalChildCount
Deprecated.
-
Constructor Summary
Constructors Constructor Description RouteFolderElement(DocumentRouteElement element, RouteTable table, boolean isFirstChild, RouteFolderElement parent, int depth)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
getDepth()
Deprecated.DocumentRouteElement
getRouteElement()
Deprecated.int
getTotalChildCount()
Deprecated.void
increaseTotalChildCount()
Deprecated.
-
-
-
Field Detail
-
element
protected DocumentRouteElement element
Deprecated.
-
table
protected RouteTable table
Deprecated.
-
isFirstChild
protected boolean isFirstChild
Deprecated.
-
parent
protected RouteFolderElement parent
Deprecated.
-
totalChildCount
protected int totalChildCount
Deprecated.
-
depth
protected int depth
Deprecated.
-
-
Constructor Detail
-
RouteFolderElement
public RouteFolderElement(DocumentRouteElement element, RouteTable table, boolean isFirstChild, RouteFolderElement parent, int depth)
Deprecated.
-
-
Method Detail
-
getTotalChildCount
public int getTotalChildCount()
Deprecated.
-
increaseTotalChildCount
public void increaseTotalChildCount()
Deprecated.
-
getRouteElement
public DocumentRouteElement getRouteElement()
Deprecated.
-
getDepth
public int getDepth()
Deprecated.
-
-