Interface DimensionQueryResult


  • public interface DimensionQueryResult
    A result object returned from a ContentQuery.
    • Method Detail

      • getRootNodes

        List<Dimension> getRootNodes()
        Returns a list of root nodes in the result set.
        Returns:
        a list of root nodes.
      • getRootNode

        Dimension getRootNode()
        Returns the single root node in the result set, or an exception if there are more than one.
        Returns:
        the single root node.