public class CustomMetaStringRangeCriteria extends MetadataRangeCriteria
EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL
Constructor and Description |
---|
CustomMetaStringRangeCriteria(String beginRange,
String endRange)
This constructs the string range criteria for any string based metadata field between two strings.
|
CustomMetaStringRangeCriteria(String beginRange,
String endRange,
boolean rangeIncluded)
This constructs the string range criteria for any string metadata field between two strings.
|
CustomMetaStringRangeCriteria(String metaFieldName,
String beginRange,
String endRange)
This constructs the string range criteria for a specific field between two strings.
|
CustomMetaStringRangeCriteria(String metaFieldName,
String beginRange,
String endRange,
boolean rangeIncluded)
This constructs the string range criteria for a specific field between two strings.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeginRange()
returns the Beginning of the Range.
|
String |
getEndRange()
Returns the End of the Range.
|
getMetadataKey, getMetadataType, getSignature, isRangeIncluded, toString
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperator
public CustomMetaStringRangeCriteria(String beginRange, String endRange)
beginRange
- The begin of the string rangeendRange
- The end of the string rangepublic CustomMetaStringRangeCriteria(String beginRange, String endRange, boolean rangeIncluded)
beginRange
- The begin of the string rangeendRange
- The end of the string rangerangeIncluded
- Set to true if the beginRange and endRange have to be included, false if notpublic CustomMetaStringRangeCriteria(String metaFieldName, String beginRange, String endRange)
metaFieldName
- The metadata field to query onbeginRange
- The begin of the string rangeendRange
- The end of the string rangepublic CustomMetaStringRangeCriteria(String metaFieldName, String beginRange, String endRange, boolean rangeIncluded)
metaFieldName
- The metadata field to query onbeginRange
- The begin of the string rangeendRange
- The end of the string rangerangeIncluded
- Set to true if the beginRange and endRange have to be included, false if notpublic String getBeginRange()
getBeginRange
in class MetadataRangeCriteria
public String getEndRange()
getEndRange
in class MetadataRangeCriteria
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries