Uses of Interface
org.apache.jackrabbit.spi.Tree
-
Packages that use Tree Package Description org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface).org.apache.jackrabbit.spi.commons org.apache.jackrabbit.spi.commons.batch org.apache.jackrabbit.spi.commons.logging org.apache.jackrabbit.spi.commons.tree org.apache.jackrabbit.spi2dav org.apache.jackrabbit.spi2davex org.apache.jackrabbit.spi2jcr -
-
Uses of Tree in org.apache.jackrabbit.spi
Methods in org.apache.jackrabbit.spi that return Tree Modifier and Type Method Description Tree
Tree. addChild(Name childName, Name primaryTypeName, String uniqueId)
Tree
RepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
Creates a newTree
that can be populated and later on be applied to the specifiedBatch
by calling#setTree
.Methods in org.apache.jackrabbit.spi with parameters of type Tree Modifier and Type Method Description void
Batch. setTree(NodeId parentId, Tree contentTree)
Add a new content tree to the persistent layer. -
Uses of Tree in org.apache.jackrabbit.spi.commons
Methods in org.apache.jackrabbit.spi.commons that return Tree Modifier and Type Method Description Tree
AbstractRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
Methods in org.apache.jackrabbit.spi.commons with parameters of type Tree Modifier and Type Method Description void
SerializableBatch. setTree(NodeId parentId, Tree contentTree)
-
Uses of Tree in org.apache.jackrabbit.spi.commons.batch
Fields in org.apache.jackrabbit.spi.commons.batch declared as Tree Modifier and Type Field Description protected Tree
Operations.SetTree. tree
Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type Tree Modifier and Type Method Description void
ChangeLogImpl. setTree(NodeId parentId, Tree contentTree)
static ConsolidatingChangeLog.CancelableOperation
ConsolidatingChangeLog.CancelableOperations. setTree(NodeId parentId, Tree tree)
Factory method for creating anConsolidatingChangeLog.CancelableOperations.SetTree
operation.void
ConsolidatingChangeLog. setTree(NodeId parentId, Tree contentTree)
static Operation
Operations. setTree(NodeId parentId, Tree contentTree)
Factory method for creating anOperations.SetTree
operation.Constructors in org.apache.jackrabbit.spi.commons.batch with parameters of type Tree Constructor Description SetTree(NodeId parentId, Tree contentTree)
SetTree(NodeId parentId, Tree tree)
-
Uses of Tree in org.apache.jackrabbit.spi.commons.logging
Methods in org.apache.jackrabbit.spi.commons.logging that return Tree Modifier and Type Method Description Tree
RepositoryServiceLogger. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type Tree Modifier and Type Method Description void
BatchLogger. setTree(NodeId parentId, Tree contentTree)
-
Uses of Tree in org.apache.jackrabbit.spi.commons.tree
Classes in org.apache.jackrabbit.spi.commons.tree that implement Tree Modifier and Type Class Description class
AbstractTree
Methods in org.apache.jackrabbit.spi.commons.tree that return Tree Modifier and Type Method Description Tree
AbstractTree. addChild(Name childName, Name primaryTypeName, String uniqueId)
protected abstract Tree
AbstractTree. createChild(Name name, Name primaryTypeName, String uniqueId)
Methods in org.apache.jackrabbit.spi.commons.tree that return types with arguments of type Tree Modifier and Type Method Description protected List<Tree>
AbstractTree. getChildren()
-
Uses of Tree in org.apache.jackrabbit.spi2dav
Methods in org.apache.jackrabbit.spi2dav that return Tree Modifier and Type Method Description Tree
RepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
-
Uses of Tree in org.apache.jackrabbit.spi2davex
Methods in org.apache.jackrabbit.spi2davex that return Tree Modifier and Type Method Description Tree
RepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
-
Uses of Tree in org.apache.jackrabbit.spi2jcr
Methods in org.apache.jackrabbit.spi2jcr that return Tree Modifier and Type Method Description Tree
RepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
-