public static class Operations.AddNode extends Object implements Operation
Operation which calls
 Batch.addNode(NodeId, Name, Name, String) when applied to a Batch.| Modifier and Type | Field and Description | 
|---|---|
| protected Name | nodeName | 
| protected Name | nodetypeName | 
| protected NodeId | parentId | 
| protected String | uuid | 
| Constructor and Description | 
|---|
| Operations.AddNode(NodeId parentId,
                  Name nodeName,
                  Name nodetypeName,
                  String uuid)Create a new add-node  Operationfor the given arguments. | 
protected final NodeId parentId
protected final Name nodeName
protected final Name nodetypeName
protected final String uuid
public void apply(Batch batch) throws javax.jcr.RepositoryException
Batchpublic boolean equals(Operations.AddNode other)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.