public class CustomMetaKeyCriteria extends Criteria
EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
CustomMetaKeyCriteria(String keyName)
This is to be used for specifying a Key to query on for custom metadata.
|
CustomMetaKeyCriteria(String keyName,
FieldOperator operator)
This is to be used for specifying a Key to query on for custom metadata by using a specified query operator.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
Gets the key name for which we query custom metadata.
|
protected String |
getSignature() |
protected boolean |
isLikeOperatorApplicable()
Like operator is applicable to this criteria.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, hasAnyCriteria, isOperator, setParentOperatorpublic CustomMetaKeyCriteria(String keyName)
keyName - The key name to query custom metadata forpublic CustomMetaKeyCriteria(String keyName, FieldOperator operator)
keyName - The key name to query custom metadata foroperator - The operator to use in the queryprotected String getSignature()
getSignature in class Criteriapublic String getKeyName()
protected boolean isLikeOperatorApplicable()
isLikeOperatorApplicable in class CriteriaCopyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries