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 SummaryFields Modifier and Type Field Description protected intdepthDeprecated.protected DocumentRouteElementelementDeprecated.protected booleanisFirstChildDeprecated.protected RouteFolderElementparentDeprecated.protected RouteTabletableDeprecated.protected inttotalChildCountDeprecated.
 - 
Constructor SummaryConstructors Constructor Description RouteFolderElement(DocumentRouteElement element, RouteTable table, boolean isFirstChild, RouteFolderElement parent, int depth)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intgetDepth()Deprecated.DocumentRouteElementgetRouteElement()Deprecated.intgetTotalChildCount()Deprecated.voidincreaseTotalChildCount()Deprecated.
 
- 
- 
- 
Field Detail- 
elementprotected DocumentRouteElement element Deprecated.
 - 
tableprotected RouteTable table Deprecated.
 - 
isFirstChildprotected boolean isFirstChild Deprecated.
 - 
parentprotected RouteFolderElement parent Deprecated.
 - 
totalChildCountprotected int totalChildCount Deprecated.
 - 
depthprotected int depth Deprecated.
 
- 
 - 
Constructor Detail- 
RouteFolderElementpublic RouteFolderElement(DocumentRouteElement element, RouteTable table, boolean isFirstChild, RouteFolderElement parent, int depth) Deprecated.
 
- 
 - 
Method Detail- 
getTotalChildCountpublic int getTotalChildCount() Deprecated.
 - 
increaseTotalChildCountpublic void increaseTotalChildCount() Deprecated.
 - 
getRouteElementpublic DocumentRouteElement getRouteElement() Deprecated.
 - 
getDepthpublic int getDepth() Deprecated.
 
- 
 
-