Modifier and Type | Class and Description |
---|---|
static class |
CreateNodeParams.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateNodeParams.Builder |
create() |
static CreateNodeParams.Builder |
create(CreateNodeParams source) |
boolean |
equals(Object o) |
static CreateNodeParams.Builder |
from(Node node) |
BinaryAttachments |
getBinaryAttachments() |
ChildOrder |
getChildOrder() |
PropertyTree |
getData() |
IndexConfigDocument |
getIndexConfigDocument() |
InsertManualStrategy |
getInsertManualStrategy() |
Long |
getManualOrderValue() |
String |
getName() |
NodeId |
getNodeId() |
NodeType |
getNodeType() |
NodePath |
getParent() |
AccessControlList |
getPermissions() |
int |
hashCode() |
boolean |
inheritPermissions() |
boolean |
isDryRun() |
boolean |
isInheritPermissions() |
public static CreateNodeParams.Builder create()
public static CreateNodeParams.Builder create(CreateNodeParams source)
public static CreateNodeParams.Builder from(Node node)
public String getName()
public NodePath getParent()
public PropertyTree getData()
public IndexConfigDocument getIndexConfigDocument()
public ChildOrder getChildOrder()
public NodeId getNodeId()
public boolean isInheritPermissions()
public Long getManualOrderValue()
public InsertManualStrategy getInsertManualStrategy()
public AccessControlList getPermissions()
public boolean inheritPermissions()
public NodeType getNodeType()
public BinaryAttachments getBinaryAttachments()
public boolean isDryRun()