public class PublicationURLCriteria extends Criteria
PublicationURLCriteria criteria = new PublicationURLCriteria("URL")
will match all items
from publication with url "URL".EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL
Constructor and Description |
---|
PublicationURLCriteria(String publicationURL)
This constructs the PublicationURLCriteria with a specific Publication URL.
|
PublicationURLCriteria(String publicationURL,
FieldOperator operator)
This constructs the PublicationURLCriteria with a specific Publication URL and a specific field operator.
|
Modifier and Type | Method and Description |
---|---|
String |
getPublicationURL()
This returns the publication URL to use as the Criteria.
|
protected boolean |
isLikeOperatorApplicable()
Like operator is applicable to this criteria.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isOperator, setParentOperator
public PublicationURLCriteria(String publicationURL)
publicationURL
- The publication URL to query for.public PublicationURLCriteria(String publicationURL, FieldOperator operator)
publicationURL
- The Publication URL to query for.operator
- Operator for the queried title id (Criteria.EQUAL, Criteria.GREATER_THAN, ...).public String getPublicationURL()
public String toString()
protected boolean isLikeOperatorApplicable()
isLikeOperatorApplicable
in class Criteria
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries