public final class CustomLocationCriteria extends Object implements com.tridion.smarttarget.query.builder.LocationCriteria
| Constructor and Description |
|---|
CustomLocationCriteria(List<String> locations,
LocationOperator operator,
boolean negate)
Criteria on a location in the categories tree.
|
CustomLocationCriteria(String location,
LocationOperator operator,
boolean negate)
Criteria on a location in the categories tree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocation(String universe) |
int |
hashCode() |
String |
toString() |
List<Object> |
visitCriteria(List<Object> criteriaList) |
public CustomLocationCriteria(String location, LocationOperator operator, boolean negate)
location - the location to query for.operator - the operator.negate - flag that defines if the filter should be negated.public CustomLocationCriteria(List<String> locations, LocationOperator operator, boolean negate)
locations - the locations to query for.operator - the operator.negate - flag that defines if the filter should be negated.Copyright © 2021 RWS Group for and on behalf of its affiliates and subsidiaries. All rights reserved.