@Deprecated public class RouteFolderElement extends Object
Modifier and Type | Field and 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 and Description |
---|
RouteFolderElement(DocumentRouteElement element,
RouteTable table,
boolean isFirstChild,
RouteFolderElement parent,
int depth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Deprecated.
|
DocumentRouteElement |
getRouteElement()
Deprecated.
|
int |
getTotalChildCount()
Deprecated.
|
void |
increaseTotalChildCount()
Deprecated.
|
protected DocumentRouteElement element
protected RouteTable table
protected boolean isFirstChild
protected RouteFolderElement parent
protected int totalChildCount
protected int depth
public RouteFolderElement(DocumentRouteElement element, RouteTable table, boolean isFirstChild, RouteFolderElement parent, int depth)
public int getTotalChildCount()
public void increaseTotalChildCount()
public DocumentRouteElement getRouteElement()
public int getDepth()
Copyright © 2015 Nuxeo SA. All rights reserved.