Uses of Enum Class
org.flowable.engine.impl.QueryOperator
Packages that use QueryOperator
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of QueryOperator in org.flowable.engine.impl
Subclasses with type arguments of type QueryOperator in org.flowable.engine.implModifier and TypeClassDescriptionenumUsed to indicate the operator that should be used to comparing values in a query clause.Methods in org.flowable.engine.impl that return QueryOperatorModifier and TypeMethodDescriptionstatic QueryOperatorReturns the enum constant of this class with the specified name.static QueryOperator[]QueryOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.