Interface DecisionRequirementsFilter
- All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter
- All Known Implementing Classes:
DecisionRequirementsFilterImpl
Interface for defining Decision Requirmeent in search queries.
-
Method Summary
Modifier and TypeMethodDescriptiondecisionRequirementsKey(Long value) Filters Decision Requirement by the specified key.dmnDecisionRequirementsId(String decisionRequirementsId) Filters Decision Requirement by the specified decision requirements ID.Filters Decision Requirement by the specified name.Filters Decision Requirement by the specified tenant ID.Filters Decision Requirement by the specified version.
-
Method Details
-
decisionRequirementsKey
Filters Decision Requirement by the specified key.- Parameters:
value- the key of the decision requirement- Returns:
- the updated filter
-
dmnDecisionRequirementsName
Filters Decision Requirement by the specified name.- Parameters:
name- the name of the decision requirement- Returns:
- the updated filter
-
version
Filters Decision Requirement by the specified version.- Parameters:
version- the version of the decision requirement- Returns:
- the updated filter
-
dmnDecisionRequirementsId
Filters Decision Requirement by the specified decision requirements ID.- Parameters:
decisionRequirementsId- the decision requirements ID of the decision requirement- Returns:
- the updated filter
-
tenantId
Filters Decision Requirement by the specified tenant ID.- Parameters:
tenantId- the tenant ID of the decision requirement- Returns:
- the updated filter
-