public class BinaryTypeCriteria extends Criteria
Examples:
BinaryTypeCriteria criteria = new BinaryTypeCriteria("image/jpg") will match all binary items
of type "image/jpg".EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
BinaryTypeCriteria(String binaryType)
This constructs the BinaryTypeCriteria with a specific binary item binary type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBinaryType()
This returns the binary type that this criteria uses to query for.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperatorpublic BinaryTypeCriteria(String binaryType)
binaryType - The binary item type to query for.public String getBinaryType()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries