public class PublicationCriteria extends Criteria
PublicationCriteria criteria = new PublicationCriteria(1)
will match all items
from publication 1.EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL
Constructor and Description |
---|
PublicationCriteria(int publicationId)
This constructs the PublicationCriteria with a specific publicationId.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getPublicationId()
This returns the publicationId to use as the Criteria.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperator
public PublicationCriteria(int publicationId)
publicationId
- The publicationId to restrict content to.public Integer getPublicationId()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries