public class PageTemplateCriteria extends Criteria
PageTemplateCriteria criteria = new PageTemplateCriteria(47) will match all pages
which use the template with id 47.EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
PageTemplateCriteria(int templateId)
This constructs the PageTemplateCriteria with a specific page templateId.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTemplateId()
This returns the page templateId that this criteria uses to query for.
|
String |
toString()
Returns string presentation of the criteria.
|
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, getSignature, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperatorpublic PageTemplateCriteria(int templateId)
templateId - The page templateId to query for.Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries