Interface QuerySpaces

  • All Known Subinterfaces:
    ExpandingQuerySpaces

    public interface QuerySpaces
    Models a collection of QuerySpace references and exposes the ability to find a QuerySpace by its UID

    todo : make this hierarchical... that would be needed to truly work for hql parser

    • Method Detail

      • getRootQuerySpaces

        java.util.List<QuerySpace> getRootQuerySpaces()
        Gets the root QuerySpace references.
        Returns:
        The roots
      • findQuerySpaceByUid

        QuerySpace findQuerySpaceByUid​(java.lang.String uid)
        Locate a QuerySpace by its uid.
        Parameters:
        uid - The QuerySpace uid to match
        Returns:
        The match, null is returned if no match.
        See Also:
        QuerySpace.getUid()