public interface QuerySpaces
Models a collection of QuerySpace references and exposes the ability to find a QuerySpace by its UID
<p/>
todo : make this hierarchical… that would be needed to truly work for hql parser
| Modifier and Type | Method and Description |
|---|---|
QuerySpace |
findQuerySpaceByUid(String uid)
Locate a QuerySpace by its uid.
|
QuerySpace |
getQuerySpaceByUid(String uid)
Like
findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved. |
List<QuerySpace> |
getRootQuerySpaces()
Gets the root QuerySpace references.
|
List<QuerySpace> getRootQuerySpaces()
Gets the root QuerySpace references.
QuerySpace findQuerySpaceByUid(String uid)
Locate a QuerySpace by its uid.
uid - The QuerySpace uid to matchnull is returned if no match.QuerySpace.getUid()QuerySpace getQuerySpaceByUid(String uid)
Like findQuerySpaceByUid(java.lang.String), except that here an exception is thrown if the uid cannot be resolved.
uid - The uid to resolveQuerySpaceUidNotRegisteredException - Rather than return nullCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.