public class TaxonomyKeywordDescriptionCriteria extends AbstractTaxonomyKeywordCriteria
| Modifier and Type | Field and Description |
|---|---|
static String |
CRITERIA_NAME
Criteria name.
|
EQUAL, GREATER_OR_EQUAL_THAN, GREATER_THAN, LESS_OR_EQUAL_THAN, LESS_THAN, LIKE, NOT_EQUAL| Constructor and Description |
|---|
TaxonomyKeywordDescriptionCriteria(int publicationId,
int taxonomyId,
String keywordDescription,
boolean includeKeywordBranches)
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
|
TaxonomyKeywordDescriptionCriteria(int publicationId,
int taxonomyId,
String keywordDescription,
boolean includeKeywordBranches,
FieldOperator operator)
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description adn with a certain
field operator to be used.
|
TaxonomyKeywordDescriptionCriteria(String taxonomyURI,
String keywordDescription,
boolean includeKeywordBranches)
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
|
TaxonomyKeywordDescriptionCriteria(String taxonomyURI,
String keywordDescription,
boolean includeKeywordBranches,
FieldOperator operator)
Constructs a TaxonomyKeywordDescriptionCriteria for the specified keyword description.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeywordDescription()
This returns the keyword description.
|
Integer |
getPublicationId()
This returns the publicationId.
|
protected String |
getSignature() |
Integer |
getTaxonomyId()
This returns the taxonomy Id.
|
protected boolean |
isLikeOperatorApplicable()
Like operator is applicable to this criteria.
|
String |
toString()
Return a String representation of this Criteria.
|
isIncludeKeywordBranchesaddCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, hasAnyCriteria, isOperator, setParentOperatorpublic static final String CRITERIA_NAME
public TaxonomyKeywordDescriptionCriteria(String taxonomyURI, String keywordDescription, boolean includeKeywordBranches)
taxonomyURI - The uri of the Taxonomy were the content is related tokeywordDescription - The description of any keyword to retrieve content forincludeKeywordBranches - Should content from child keywords be includedpublic TaxonomyKeywordDescriptionCriteria(String taxonomyURI, String keywordDescription, boolean includeKeywordBranches, FieldOperator operator)
taxonomyURI - The uri of the Taxonomy were the content is related tokeywordDescription - The description of any keyword to retrieve content forincludeKeywordBranches - Should content from child keywords be includedoperator - Operator for keywordDescription.public TaxonomyKeywordDescriptionCriteria(int publicationId,
int taxonomyId,
String keywordDescription,
boolean includeKeywordBranches)
publicationId - The id of the publication where the taxonomy is.taxonomyId - The id of the Taxonomy were the content is related to.keywordDescription - The description of any keyword to retrieve content for.includeKeywordBranches - Should content from child keywords be included.public TaxonomyKeywordDescriptionCriteria(int publicationId,
int taxonomyId,
String keywordDescription,
boolean includeKeywordBranches,
FieldOperator operator)
publicationId - The id of the publication where the taxonomy is.taxonomyId - The id of the Taxonomy were the content is related to.keywordDescription - The description of any keyword to retrieve content for.includeKeywordBranches - Should content from child keywords be included.operator - Operator for keywordDescription.protected String getSignature()
getSignature in class Criteriapublic Integer getTaxonomyId()
public Integer getPublicationId()
public String getKeywordDescription()
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