| 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 | 
| Modifier and Type | Method and 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 new  
Tree that can be populated and later on be applied
 to the specified Batch by calling #setTree. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Batch.setTree(NodeId parentId,
       Tree contentTree)
Add a new content tree to the persistent layer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
AbstractRepositoryService.createTree(SessionInfo sessionInfo,
          Batch batch,
          Name nodeName,
          Name primaryTypeName,
          String uniqueId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SerializableBatch.setTree(NodeId parentId,
       Tree contentTree)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Tree | 
Operations.SetTree.tree  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ChangeLogImpl.setTree(NodeId parentId,
       Tree contentTree)  | 
void | 
ConsolidatingChangeLog.setTree(NodeId parentId,
       Tree contentTree)  | 
static ConsolidatingChangeLog.CancelableOperation | 
ConsolidatingChangeLog.CancelableOperations.setTree(NodeId parentId,
       Tree tree)
Factory method for creating an  
ConsolidatingChangeLog.CancelableOperations.SetTree operation. | 
static Operation | 
Operations.setTree(NodeId parentId,
       Tree contentTree)
Factory method for creating an  
Operations.SetTree operation. | 
| Constructor and Description | 
|---|
SetTree(NodeId parentId,
       Tree contentTree)  | 
SetTree(NodeId parentId,
       Tree tree)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
RepositoryServiceLogger.createTree(SessionInfo sessionInfo,
          Batch batch,
          Name nodeName,
          Name primaryTypeName,
          String uniqueId)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BatchLogger.setTree(NodeId parentId,
       Tree contentTree)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTree  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
AbstractTree.addChild(Name childName,
        Name primaryTypeName,
        String uniqueId)  | 
protected abstract Tree | 
AbstractTree.createChild(Name name,
           Name primaryTypeName,
           String uniqueId)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<Tree> | 
AbstractTree.getChildren()  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
RepositoryServiceImpl.createTree(SessionInfo sessionInfo,
          Batch batch,
          Name nodeName,
          Name primaryTypeName,
          String uniqueId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
RepositoryServiceImpl.createTree(SessionInfo sessionInfo,
          Batch batch,
          Name nodeName,
          Name primaryTypeName,
          String uniqueId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Tree | 
RepositoryServiceImpl.createTree(SessionInfo sessionInfo,
          Batch batch,
          Name nodeName,
          Name primaryTypeName,
          String uniqueId)  | 
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.