public static class Operations.SetTree extends Object implements Operation
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jackrabbit.spi.NodeId |
parentId |
protected org.apache.jackrabbit.spi.Tree |
tree |
| Constructor and Description |
|---|
SetTree(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Tree tree) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.jackrabbit.spi.Batch batch)
Apply this operation to the given
Batch |
boolean |
equals(Object other) |
boolean |
equals(Operations.SetTree other) |
int |
hashCode() |
String |
toString() |
protected final org.apache.jackrabbit.spi.NodeId parentId
protected final org.apache.jackrabbit.spi.Tree tree
public SetTree(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Tree tree)
public void apply(org.apache.jackrabbit.spi.Batch batch)
throws RepositoryException
Batchapply in interface OperationRepositoryExceptionpublic boolean equals(Operations.SetTree other)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.