...
When you select a node, the following attributes are shown in the "Node Properties" section:
Property | Description |
---|---|
Name | The name of the node. |
Type | This attribute is not used in XperienCentral. It is "undefined" for all nodes. |
Value | The path the node belongs to. This is relative to the depth 1 parent mode of the current node. The root node is not shown in the path. |
DeleteUUID | The hexadecimal identifier of the node, 1b8c88d37f0000020084433d3af4941f , for example. |
Depth | The depth of the node relative to the root node. The first depth is 1. The depth of the root node is 0 and is the only node with this value. |
Primary node type | The node's type. See http://jackrabbit.apache.org/jcr/node-types.html for an explanation of the possible node types. |
Following a Tree Reference
...
- Select the node for which the new (sub) node will be created.
- Press the [Add node] button. The "Create node" section appears:
- Select the node type to create from the "Node type" drop-down list.
- Enter the node name.
- Click [Create node]. The node is added as a child to the currently selected node in the JCR tree.
Moving a Node
To move a node, follow these steps:
- Select the node to be moved.
- Click [Cut] in the "Actions" section.
- Select the destination node.
- Click [Paste] in the "Actions" section. The node, including its properties and subtrees, are moved to the destination.
Deleting a Node
To delete a node, follow these steps:
- Select the node to be deleted.
- Click [Delete] in the "Actions" section. You are prompted to confirm the action.
- Click [OK]. The node, including its properties and subtrees, are deleted.
...
Operations with Node Properties
Creating a Property
To create a new property for a node, follow these steps:
- Select the node in which the property is to be created.
- Press the [Add property] button. The ‘Add property’ dialog is added to the screen.
- From the pull-down menu, select the definition of the property to be created.
- Enter the name of the property.
- From the pull-down menu, select the type of the property to be created.
- To define a multi-value property, check ‘Multiple’ (see also: Multi-value properties). The [Add value] button will be added.
- Enter the (first) value of the property.
- Press the [Add] button. The property is added.
- In the case of a multi-value property: to add an other value (instance), enter the other value and press [Add value]. The other value is added.
Editing a Property
To edit a node property, follow these steps:
- Press the Edit button of the property to be edited. The ‘Edit property’ dialog is added to the screen.
- Make the desired changes.
- Press [Set]. The property is changed.
By pressing [Add value] instead of [Set] you create a new instance of the property.
Deleting a Property
To delete a node property, follow these steps:
- Check the Delete checkbox of the property to be deleted.
- Press the[Delete]button. You are prompted to confirm.
- Press [OK]. The property is deleted.
...
Operations with Node Attributes
Creating an Attribute
To create a new property for a node, follow these steps:
- Select the node in which the property is to be created.
- Press the [Add property] button. The ‘Add property’ dialog is added to the screen.
- From the pull-down menu, select the definition of the property to be created.
- Enter the name of the property.
- From the pull-down menu, select the type of the property to be created.
- To define a multi-value property, check ‘Multiple’ (see also: Multi-value properties). The [Add value] button will be added.
- Enter the (first) value of the property.
- Press the [Add] button. The property is added.
- In the case of a multi-value property: to add an other value (instance), enter the other value and press [Add value]. The other value is added.
Editing an Attribute
To edit a node property, follow these steps:
- Press the Edit button of the property to be edited. The ‘Edit property’ dialog is added to the screen.
- Make the desired changes.
- Press [Set]. The property is changed.
By pressing [Add value] instead of [Set] you create a new instance of the property.
Deleting an Attribute
To delete a node property, follow these steps:
- Check the Delete checkbox of the property to be deleted.
- Press the[Delete]button. You are prompted to confirm.
- Press [OK]. The property is deleted.
...