public interface QuerySpaces
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 parserModifier 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()
QuerySpace findQuerySpaceByUid(String uid)
uid
- The QuerySpace uid to matchnull
is returned if no match.QuerySpace.getUid()
QuerySpace getQuerySpaceByUid(String uid)
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 null
Copyright © 2021 JBoss by Red Hat. All rights reserved.