...
Attribute | Description |
---|---|
Name | The name of the node. |
Value (primary item) | This attribute is not used in XperienCentral. It is "undefined" for all nodes. |
Path | 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. |
UUID | 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. |
Deleting a Query from the List
...
- 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 Properties
...
- 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.
...
Using JCR Queries
By way of example, the JCR browser is provided with a list of preprogrammed XPath and SQL queries. To this list, you can add your own queries. Your queries are saved and you can edit them afterwards. To execute a query, you just select one from the list, make some adaptations if you like and then execute it.
...