Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributeDescription
NameThe name of the node.
Value (primary item)This attribute is not used in XperienCentral. It is "undefined" for all nodes.
PathThe 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.
DepthThe 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

...

  1. Select the node to be deleted.
  2. Click [Delete] in the "Actions" section. You are prompted to confirm the action.
  3. Click [OK]. The node, including its properties and subtrees, are deleted.



Back to top

 

...

Operations with Properties

...

  1. Check the Delete checkbox of the property to be deleted.
  2. Press the[Delete]button. You are prompted to confirm.
  3. Press [OK]. The property is deleted.



Back to top

 

...

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.

...