Class DocumentRouteTableElement
- java.lang.Object
-
- org.nuxeo.ecm.platform.routing.api.DocumentRouteTableElement
-
@Deprecated public class DocumentRouteTableElement extends Object
Deprecated.since 5.9.2 - Use only routes of type 'graph'Wraps a documentElement adding informations about the level where the document is inside the container documentRoute- Author:
- Mariana Cedica
-
-
Field Summary
Fields Modifier and Type Field Description protected int
depth
Deprecated.protected DocumentRouteElement
element
Deprecated.protected List<RouteFolderElement>
firstChildList
Deprecated.protected boolean
isFirstChild
Deprecated.protected RouteFolderElement
parent
Deprecated.protected RouteTable
table
Deprecated.
-
Constructor Summary
Constructors Constructor Description DocumentRouteTableElement(DocumentRouteElement element, RouteTable table, int depth, RouteFolderElement parent, boolean isFirstChild)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
computeFirstChildList()
Deprecated.int
getDepth()
Deprecated.DocumentModel
getDocument()
Deprecated.DocumentRouteElement
getElement()
Deprecated.List<RouteFolderElement>
getFirstChildFolders()
Deprecated.RouteFolderElement
getParent()
Deprecated.int
getRouteMaxDepth()
Deprecated.RouteTable
getRouteTable()
Deprecated.
-
-
-
Field Detail
-
element
protected final DocumentRouteElement element
Deprecated.
-
table
protected final RouteTable table
Deprecated.
-
depth
protected final int depth
Deprecated.
-
parent
protected RouteFolderElement parent
Deprecated.
-
isFirstChild
protected boolean isFirstChild
Deprecated.
-
firstChildList
protected List<RouteFolderElement> firstChildList
Deprecated.
-
-
Constructor Detail
-
DocumentRouteTableElement
public DocumentRouteTableElement(DocumentRouteElement element, RouteTable table, int depth, RouteFolderElement parent, boolean isFirstChild)
Deprecated.
-
-
Method Detail
-
getParent
public RouteFolderElement getParent()
Deprecated.
-
getElement
public DocumentRouteElement getElement()
Deprecated.
-
getDepth
public int getDepth()
Deprecated.
-
getRouteTable
public RouteTable getRouteTable()
Deprecated.
-
getFirstChildFolders
public List<RouteFolderElement> getFirstChildFolders()
Deprecated.
-
getRouteMaxDepth
public int getRouteMaxDepth()
Deprecated.
-
getDocument
public DocumentModel getDocument()
Deprecated.
-
computeFirstChildList
public void computeFirstChildList()
Deprecated.
-
-