Uses of Class
org.apache.jackrabbit.jcr2spi.operation.SetTree
- 
Packages that use SetTree Package Description org.apache.jackrabbit.jcr2spi.operation org.apache.jackrabbit.jcr2spi.state  - 
- 
Uses of SetTree in org.apache.jackrabbit.jcr2spi.operation
Methods in org.apache.jackrabbit.jcr2spi.operation that return SetTree Modifier and Type Method Description static SetTreeSetTree. create(NodeState treeState)static SetTreeSetTree. create(UpdatableItemStateManager itemStateMgr, NodeState parent, Name nodeName, Name nodeTypeName, String uuid)Methods in org.apache.jackrabbit.jcr2spi.operation with parameters of type SetTree Modifier and Type Method Description voidOperationVisitor. visit(SetTree operation) - 
Uses of SetTree in org.apache.jackrabbit.jcr2spi.state
Methods in org.apache.jackrabbit.jcr2spi.state with parameters of type SetTree Modifier and Type Method Description voidSessionItemStateManager. visit(SetTree operation) 
 -