Class NodeGroupHelper
java.lang.Object
org.ametys.workspaces.repository.jcr.NodeGroupHelper
Node group helper.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The maximum children to display per node. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getPathWithGroups
(javax.jcr.Node node) Get the node's full path, including virtual path segments.
-
Field Details
-
MAX_CHILDREN_PER_NODE
The maximum children to display per node.- See Also:
-
-
Method Details
-
getPathWithGroups
Get the node's full path, including virtual path segments.- Parameters:
node
- the node of which to get the path.- Returns:
- the computed path.
- Throws:
javax.jcr.RepositoryException
- if a repository error occurs.
-