public class SubQuery extends Query
Constructor and Description |
---|
SubQuery(Criteria criteria)
This constructs a SubQuery object, enabling the Query facilities.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getQueryCriteriaParams()
This returns the query parameters needed by the sub query.
|
String |
getQueryString()
Returns query string that API uses to execute the query.
|
addLimitFilter, addSorting, executeEntityQuery, executeQuery, getCriteria, getQueryResult, getQueryService, setCriteria, setResultFilter
public SubQuery(Criteria criteria)
criteria
- Criteria for the query.public Map<String,Object> getQueryCriteriaParams() throws CriteriaException
CriteriaException
- If unable to get the subquery parameterspublic String getQueryString() throws CriteriaException
CriteriaException
- If unable to get the subquery generatedCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries