Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
SubQuery.getQueryCriteriaParams()
This returns the query parameters needed by the sub query.
|
String |
SubQuery.getQueryString()
Returns query string that API uses to execute the query.
|
Modifier and Type | Method and Description |
---|---|
String |
DecoratedCriteria.getFrom()
Method that returns query join string for specific criteria.
|
String |
DecoratedCriteria.getFrom(String theJoinId)
Method that returns query join string for specific criteria and specific JoinId.
|
String |
DecoratedCriteria.getOrder() |
String |
DecoratedCriteria.getOrder(String theJoinId) |
Map<String,Object> |
DecoratedCriteria.getParams() |
Map<String,Object> |
DecoratedCriteria.getParams(String theJoinId)
Method that returns parameters list for specific criteria.
|
String |
DecoratedCriteria.getSelect() |
String |
DecoratedCriteria.getSelect(String theJoinId) |
String |
DecoratedCriteria.getWhere()
Method that returns query string for specific criteria and specific JoinId.
|
String |
DecoratedCriteria.getWhere(String theJoinId)
Method that returns query string for specific criteria.
|
Constructor and Description |
---|
DateCriteria(String criteriaName,
String stringDate)
Creates a new date criteria with a specific date.
|
DateCriteria(String criteriaName,
String stringDate,
FieldOperator operator)
Creates a new date criteria with a specific date string, with a certain name and that uses
the specified field operator.
|
DateCriteria(String criteriaName,
String stringDate,
String dateFormat)
Creates a new date criteria with a specific date string, expected in the specified dateFormat
and with a certain name.
|
DateCriteria(String criteriaName,
String stringDate,
String dateFormat,
FieldOperator operator)
Creates a new date criteria with a specific date string, expected in the specified dateFormat,
with a certain name and that uses the specified field operator.
|
Constructor and Description |
---|
ItemCreationDateCriteria(String creationDate)
Creates a new date criteria with a specific creationDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
|
ItemCreationDateCriteria(String creationDate,
FieldOperator operator)
Creates a new date criteria with a specific creationDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
|
ItemCreationDateCriteria(String creationDate,
String dateFormat)
Creates a new date criteria with a specific creationDate string and expected in the specified dateFormat.
|
ItemCreationDateCriteria(String creationDate,
String dateFormat,
FieldOperator operator)
Creates a new date criteria with a specific creationDate string, expected in the specified
dateFormat and that uses the specified field operator.
|
ItemInitialPublishDateCriteria(String initialPublishDate)
Creates a new date criteria with a specific initialPublishDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
|
ItemInitialPublishDateCriteria(String initialPublishDate,
FieldOperator operator)
Creates a new date criteria with a specific initialPublishDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
|
ItemInitialPublishDateCriteria(String initialPublishDate,
String dateFormat)
Creates a new date criteria with a specific initialPublishDate string and expected in the specified dateFormat.
|
ItemInitialPublishDateCriteria(String initialPublishDate,
String dateFormat,
FieldOperator operator)
Creates a new date criteria with a specific initialPublishDate string, expected in the specified
dateFormat and that uses the specified field operator.
|
ItemLastPublishedDateCriteria(String lastPublishedDate)
Constructs ItemLastPublishedDateCriteria criteria.
|
ItemLastPublishedDateCriteria(String lastPublishedDate,
FieldOperator operator)
Constructs ItemLastPublishedDateCriteria criteria.
|
ItemLastPublishedDateCriteria(String lastPublishedDate,
String dateFormat)
Creates a new date criteria with a specific lastPublishedDate string and expected in the specified dateFormat.
|
ItemLastPublishedDateCriteria(String lastPublishedDate,
String dateFormat,
FieldOperator operator)
Creates a new date criteria with a specific lastPublishedDate string, expected in the specified
dateFormat and that uses the specified field operator.
|
ItemModificationDateCriteria(String modificationDate)
Creates a new date criteria with a specific modificationDate string and expected in the format
"yyyy-MM-dd HH:mm:ss.SSS".
|
ItemModificationDateCriteria(String modificationDate,
FieldOperator operator)
Creates a new date criteria with a specific modificationDate string, expected in the format
"yyyy-MM-dd HH:mm:ss.SSS" and that uses the specified field operator.
|
ItemModificationDateCriteria(String modificationDate,
String dateFormat)
Creates a new date criteria with a specific modificationDate string and expected in the specified dateFormat.
|
ItemModificationDateCriteria(String modificationDate,
String dateFormat,
FieldOperator operator)
Creates a new date criteria with a specific modificationDate string, expected in the specified
dateFormat and that uses the specified field operator.
|
Constructor and Description |
---|
CustomMetaDateRangeCriteria(String beginRange,
String endRange)
This constructs the date range criteria for any date metadata field within a begin date range and end date range.
|
CustomMetaDateRangeCriteria(String beginRange,
String endRange,
boolean rangeIncluded)
This constructs the date range criteria for any field containing a date with a begin and end date.
|
CustomMetaDateRangeCriteria(String dateFormat,
String beginRange,
String endRange)
This constructs the date range criteria for any date metadata field within a begin date range and end date range.
|
CustomMetaDateRangeCriteria(String metaFieldName,
String beginRange,
String endRange,
boolean rangeIncluded)
This constructs the date range criteria for a specific field with a begin and end date.
|
CustomMetaDateRangeCriteria(String metaFieldName,
String dateFormat,
String beginRange,
String endRange,
boolean rangeIncluded)
This constructs the date range criteria for a specific field with a begin and end date.
|
Modifier and Type | Method and Description |
---|---|
String |
GeneratorStrategy.getFrom(String joinId)
This generates the from part of the broker query, this indicates on which entities conditions
can be applied.
|
String |
GeneratorStrategy.getOrder(String joinId)
This generates the ordering part of the broker query, this indicates on which entities conditions
can be applied.
|
Map<String,Object> |
GeneratorStrategy.getParams(String joinId)
This returns the parameters needed for the strategy.
|
String |
GeneratorStrategy.getSelect(String joinId)
This generates the select part of the broker Query.
|
String |
GeneratorStrategy.getWhere(String joinId)
This generates the condition part of the broker query, this indicates on which entities conditions
can be applied.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries