Package org.camunda.bpm.engine.impl
Class QueryEntityRelationCondition
java.lang.Object
org.camunda.bpm.engine.impl.QueryEntityRelationCondition
Specifies a condition by which two entity types can be related.
comparisonProperty
and scalarValue
are exclusive, i.e. one of the should be null
.- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected QueryProperty
protected QueryProperty
protected Object
-
Constructor Summary
ConstructorDescriptionQueryEntityRelationCondition
(QueryProperty queryProperty, Object scalarValue) QueryEntityRelationCondition
(QueryProperty queryProperty, QueryProperty comparisonProperty) QueryEntityRelationCondition
(QueryProperty queryProperty, QueryProperty comparisonProperty, Object scalarValue) -
Method Summary
Modifier and TypeMethodDescriptionboolean
This assumes that scalarValue and comparisonProperty are mutually exclusive.toString()
-
Field Details
-
property
-
comparisonProperty
-
scalarValue
-
-
Constructor Details
-
QueryEntityRelationCondition
-
QueryEntityRelationCondition
-
QueryEntityRelationCondition
public QueryEntityRelationCondition(QueryProperty queryProperty, QueryProperty comparisonProperty, Object scalarValue)
-
-
Method Details
-
getProperty
-
getComparisonProperty
-
getScalarValue
-
isPropertyComparison
public boolean isPropertyComparison()This assumes that scalarValue and comparisonProperty are mutually exclusive. Either a condition is expressed is by a scalar value, or with a property of another entity. -
toString
-