CustomMetaValueCriteria which is more optimal than this criteria.@Deprecated public class LegacyCustomMetaValueCriteria extends Criteria
EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria customMetaKeyCriteria,
Date keyValue)
Deprecated.
This is used for specifying the Date value to query on.
|
LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria customMetaKeyCriteria,
Float keyValue)
Deprecated.
This is to be used for specifying a Float value.
|
LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria keyCriteria,
String keyValue)
Deprecated.
This is to be used for specifying a String value.
|
LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria keyCriteria,
String keyValue,
String dateFormat)
Deprecated.
This is used to specify the date value.
|
LegacyCustomMetaValueCriteria(Date keyValue)
Deprecated.
This is used for specifying the Date value to query on.
|
LegacyCustomMetaValueCriteria(Float keyValue)
Deprecated.
This is to be used for specifying a Float value.
|
LegacyCustomMetaValueCriteria(String keyValue)
Deprecated.
This is to be used for specifying a String value.
|
LegacyCustomMetaValueCriteria(String keyValue,
String dateFormat)
Deprecated.
This is used to specify the date value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadataKey()
Deprecated.
This returns the metadata key to query on.
|
MetadataType |
getMetaDataType()
Deprecated.
This returns the metadata type this criteria is based on
|
protected String |
getSignature()
Deprecated.
|
Object |
getValue()
Deprecated.
This returns the value querying on as an Object.
|
String |
toString()
Deprecated.
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperatorpublic LegacyCustomMetaValueCriteria(String keyValue)
keyValue - The string value to query onpublic LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria keyCriteria, String keyValue)
keyValue - The string value to query onpublic LegacyCustomMetaValueCriteria(Float keyValue)
keyValue - The Float value to query onpublic LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria customMetaKeyCriteria, Float keyValue)
keyValue - The Float value to query onpublic LegacyCustomMetaValueCriteria(Date keyValue)
keyValue - The date value to query onpublic LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria customMetaKeyCriteria, Date keyValue)
keyValue - The date value to query onpublic LegacyCustomMetaValueCriteria(CustomMetaKeyCriteria keyCriteria, String keyValue, String dateFormat) throws ParseException
keyValue - The date value to query on specified in string formatdateFormat - The date format string to use when formatting the date stringParseExceptionpublic LegacyCustomMetaValueCriteria(String keyValue, String dateFormat) throws ParseException
keyValue - The date value to query on specified in string formatdateFormat - The date format string to use when formatting the date stringParseExceptionprotected String getSignature()
getSignature in class Criteriapublic MetadataType getMetaDataType()
public Object getValue()
public String getMetadataKey()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries