Class NodeGroupHelper

java.lang.Object
org.ametys.workspaces.repository.jcr.NodeGroupHelper

public final class NodeGroupHelper extends Object
Node group helper.
  • Field Details

  • Method Details

    • getPathWithGroups

      public static String getPathWithGroups(javax.jcr.Node node) throws javax.jcr.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:
      javax.jcr.RepositoryException - if a repository error occurs.