Package com.enonic.xp.node
Class EditableNode
- java.lang.Object
-
- com.enonic.xp.node.EditableNode
-
@PublicApi public class EditableNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ChildOrder
childOrder
PropertyTree
data
IndexConfigDocument
indexConfigDocument
boolean
inheritPermissions
java.lang.Long
manualOrderValue
NodeType
nodeType
AccessControlList
permissions
Node
source
-
Constructor Summary
Constructors Constructor Description EditableNode(Node source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
build()
-
-
-
Field Detail
-
source
public Node source
-
data
public PropertyTree data
-
indexConfigDocument
public IndexConfigDocument indexConfigDocument
-
manualOrderValue
public java.lang.Long manualOrderValue
-
childOrder
public ChildOrder childOrder
-
permissions
public AccessControlList permissions
-
inheritPermissions
public boolean inheritPermissions
-
nodeType
public NodeType nodeType
-
-
Constructor Detail
-
EditableNode
public EditableNode(Node source)
-
-
Method Detail
-
build
public Node build()
-
-