Package | Description |
---|---|
com.tridion.smarttarget.entitymodel.query.location | |
com.tridion.smarttarget.entitymodel.query.location.criteria |
Modifier and Type | Method and Description |
---|---|
Criterion |
Location.getCriterion(int position)
Returns the
Criterion at the given position, if any. |
Criterion |
Location.getCriterion(String attribute)
Returns the first
Criterion instance that operates on the
attribute with the given name, if any. |
Criterion |
Location.getLastCriterion()
Returns last
Criterion from this location, if any. |
protected Criterion |
Location.parseCriterion(String criterion)
Converts the string representation of a criterion into a corresponding
Criterion instance. |
Modifier and Type | Method and Description |
---|---|
Location |
Location.addCriterion(Criterion criterion)
Adds the given
Criterion to the back of this location. |
Modifier and Type | Class and Description |
---|---|
class |
CategoryCriterion
A
MultiValuedCriterion subclass that focuses on category
attributes. |
class |
FunctionCriterion
Class the represents function criteria.
|
class |
MultiValuedCriterion
Class that represents multi-valued criteria, as commonly applied to
attributes of type list, set and category.
|
class |
NegatableCriterion
Superclass of
Criterion instances that can be negated. |
class |
SearchCriterion
Class that models search criteria, i.e.
|
class |
SingleValuedCriterion
Class that represents single-valued criteria, as commonly applied to
attributes of type int, float and text.
|
Modifier and Type | Method and Description |
---|---|
static Criterion |
CriterionFactory.parse(String criterion)
Converts the string representation of a criterion into an equivalent
Criterion instance. |
Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.