public class TaxonomyKeywordCriteria 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 |
---|
TaxonomyKeywordCriteria(int publicationId,
int taxonomyId,
int keywordId,
boolean includeKeywordBranches)
Constructs a TaxonomyKeywordCriteria, which selects all items related
to the specified TaxonomyFacet.
|
TaxonomyKeywordCriteria(String taxonomyURI,
String keywordURI,
boolean includeKeywordBranches)
Constructs a TaxonomyKeywordCriteria, which selects all items related
to the specified TaxonomyFacet.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getKeywordId()
This returns the taxonomy keyword id.
|
Integer |
getPublicationId()
This returns the publicationId.
|
protected String |
getSignature() |
Integer |
getTaxonomyId()
This returns the taxonomy Id.
|
String |
toString()
Return a String representation of this Criteria.
|
isIncludeKeywordBranches
addCriteria, getCriteriaChildren, getCriteriaName, getFieldOperatorAsString, getParentOperator, hasAnyCriteria, isLikeOperatorApplicable, isOperator, setParentOperator
public static final String CRITERIA_NAME
public TaxonomyKeywordCriteria(String taxonomyURI, String keywordURI, boolean includeKeywordBranches)
taxonomyURI
- The URI of the Taxonomy this facet is related tokeywordURI
- The URI of the KeywordincludeKeywordBranches
- Should content from child keywords be includedpublic TaxonomyKeywordCriteria(int publicationId, int taxonomyId, int keywordId, boolean includeKeywordBranches)
publicationId
- The id of the publication where the taxonomy is.taxonomyId
- The id of the Taxonomy this facet is related to.keywordId
- The id of the Keyword.includeKeywordBranches
- Should content from child keywords be included.protected String getSignature()
getSignature
in class Criteria
public Integer getKeywordId()
public Integer getTaxonomyId()
public Integer getPublicationId()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries