- Author:
- Thorben Lindhauer
- See Also:
- Serialized Form
RELATION_VARIABLE
public static final String RELATION_VARIABLE
- See Also:
- Constant Field Values
RELATION_PROCESS_DEFINITION
public static final String RELATION_PROCESS_DEFINITION
- See Also:
- Constant Field Values
RELATION_CASE_DEFINITION
public static final String RELATION_CASE_DEFINITION
- See Also:
- Constant Field Values
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
relation
protected String relation
queryProperty
protected QueryProperty queryProperty
direction
protected Direction direction
relationConditions
protected List<QueryEntityRelationCondition> relationConditions
QueryOrderingProperty
public QueryOrderingProperty()
QueryOrderingProperty
public QueryOrderingProperty(String relation,
QueryProperty queryProperty)
getQueryProperty
public QueryProperty getQueryProperty()
setQueryProperty
public void setQueryProperty(QueryProperty queryProperty)
setDirection
public void setDirection(Direction direction)
getDirection
public Direction getDirection()
getRelationConditions
public List<QueryEntityRelationCondition> getRelationConditions()
setRelationConditions
public void setRelationConditions(List<QueryEntityRelationCondition> relationConditions)
hasRelationConditions
public boolean hasRelationConditions()
getRelation
public String getRelation()
setRelation
public void setRelation(String relation)
isContainedProperty
public boolean isContainedProperty()
- Returns:
- whether this ordering property is contained in the default fields
of the base entity (e.g. task.NAME_ is a contained property; LOWER(task.NAME_) or
variable.TEXT_ (given a task query) is not contained)
toString
public String toString()
- Overrides:
toString in class Object
getRelationConditionsString
public String getRelationConditionsString()
Copyright © 2015 camunda services GmbH. All rights reserved.