Versions Compared

Key

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

...

Using the XperienCentral JCR Browser

To start and use the JCR browser, do the following:

...

Browser, follow these steps:

  1. Navigate to Configuration -> JCR browser. A ‘JCR browser’ window pops up.Browser.
  2. Select the [JCR Browser] tab and then the [JCR Tree] sub tab.
  3. Browse through the tree by expanding or collapsing node sub trees in the "JCR Repository" section.. To expand click + (plus) and to collapse click ‘–’ (minus).
  4. To select a node, click on its icon or name. The attributes of the selected node and the properties it contains, are shown at the right.

Display Tree Property

Basically, in In the tree view for each node the ‘Name’ attribute of the , the name of each node is listedshown. However, in certain cases the actual node name may be irrelevant and is not what you like to see. For these cases, you can view a property of the node instead of its name. The property is given by the ‘Display tree property’ shown in the "Display tree property" field. By default it is set to wm:name. This means that for each node the tree viewer tries to find a wm:name property. If the a property is present, the value of this property will be shown. If not, the actual node name will be shown.

For example: when you execute the XPath query //element(*, wo:global), the result may be a node that is labeled as follows:

  • If the ‘Display "Display tree property’ property" field is empty, you may get ‘751b14124e9caf40ed6c7822d6de’see something similar to 751b14124e9caf40ed6c7822d6de. If you expand the tree, you may get a see something like wo:edit for the child node ‘wo:edit’.
  • If the ‘Display "Display tree property’ property" field is set to wm:name, you may get ‘global’see something like global. If you expand the tree, you may get a see something like edit for the child node ‘edit’.

Sort by Name

Check ‘Sort by name’ Select "Sort by name" to view the nodes in the tree in alphabetical order.

...

If a property is a reference in the JCR tree, its value is shown as a link. Click on the link to navigate to the referenced node in the JCR tree.



Back to top

...

Operations with Nodes

...