Package io.jmix.core.querycondition
Interface Condition
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
JpqlCondition
,LogicalCondition
,PropertyCondition
The tree of
Condition
s represents an optional part of a query that is added if the corresponding parameters
are present.-
Method Summary
Modifier and TypeMethodDescriptionReturns the condition if the argument contains all parameters specified in the condition.copy()
Returns a deep copy of this condition.getExcludedParameters
(Set<String> actualParameters) Returns parameters specified in the condition.
-
Method Details
-
getParameters
Collection<String> getParameters()Returns parameters specified in the condition. -
actualize
Returns the condition if the argument contains all parameters specified in the condition. -
copy
Condition copy()Returns a deep copy of this condition. -
getExcludedParameters
-