Class StandardDataQueryVariableCondition
java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryVariableCondition
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStandardDataQueryVariableCondition
(String name, Object value, org.flowable.variable.service.impl.QueryOperator operator) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
org.flowable.variable.service.impl.QueryOperator
getValue()
void
void
setOperator
(org.flowable.variable.service.impl.QueryOperator operator) void
void
-
Field Details
-
name
-
value
-
operator
protected org.flowable.variable.service.impl.QueryOperator operator -
valueType
-
-
Constructor Details
-
StandardDataQueryVariableCondition
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getOperator
public org.flowable.variable.service.impl.QueryOperator getOperator() -
setOperator
public void setOperator(org.flowable.variable.service.impl.QueryOperator operator) -
getValueType
-
setValueType
-