Class NodeGroupHelper
- java.lang.Object
-
- org.ametys.workspaces.repository.jcr.NodeGroupHelper
-
public final class NodeGroupHelper extends Object
Node group helper.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_CHILDREN_PER_NODE
The maximum children to display per node.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPathWithGroups(Node node)
Get the node's full path, including virtual path segments.
-
-
-
Field Detail
-
MAX_CHILDREN_PER_NODE
public static final int MAX_CHILDREN_PER_NODE
The maximum children to display per node.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPathWithGroups
public static String getPathWithGroups(Node node) throws RepositoryException
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:
RepositoryException
- if a repository error occurs.
-
-