public class MultimediaCriteria extends Criteria
Examples:
MultimediaCriteria criteria = new MultimediaCriteria(true) will match all multimedia
components. MultimediaCriteria criteria = new MultimediaCriteria(false)
will match all components that are not multimedia components.EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
MultimediaCriteria(boolean isMultimedia)
This constructs the MultimediaCriteria with a specific isMultimedia flag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultimedia()
Tells if this criteria selects or excludes multimedia components.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperatorpublic MultimediaCriteria(boolean isMultimedia)
isMultimedia - .Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries