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 SetTree
SetTree. create(NodeState treeState)
static SetTree
SetTree. 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 void
OperationVisitor. 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 void
SessionItemStateManager. visit(SetTree operation)
-