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 TreeTree. addChild(Name childName, Name primaryTypeName, String uniqueId)TreeRepositoryService. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)Creates a newTreethat can be populated and later on be applied to the specifiedBatchby calling#setTree.Methods in org.apache.jackrabbit.spi with parameters of type Tree Modifier and Type Method Description voidBatch. 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 TreeAbstractRepositoryService. 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 voidSerializableBatch. 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 TreeOperations.SetTree. treeMethods in org.apache.jackrabbit.spi.commons.batch with parameters of type Tree Modifier and Type Method Description voidChangeLogImpl. setTree(NodeId parentId, Tree contentTree)static ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperations. setTree(NodeId parentId, Tree tree)Factory method for creating anConsolidatingChangeLog.CancelableOperations.SetTreeoperation.voidConsolidatingChangeLog. setTree(NodeId parentId, Tree contentTree)static OperationOperations. setTree(NodeId parentId, Tree contentTree)Factory method for creating anOperations.SetTreeoperation.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 TreeRepositoryServiceLogger. 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 voidBatchLogger. 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 classAbstractTreeMethods in org.apache.jackrabbit.spi.commons.tree that return Tree Modifier and Type Method Description TreeAbstractTree. addChild(Name childName, Name primaryTypeName, String uniqueId)protected abstract TreeAbstractTree. 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 TreeRepositoryServiceImpl. 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 TreeRepositoryServiceImpl. 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 TreeRepositoryServiceImpl. createTree(SessionInfo sessionInfo, Batch batch, Name nodeName, Name primaryTypeName, String uniqueId)
-