Interface DecisionRequirementsFilter
- All Superinterfaces:
TypedSearchRequest.SearchRequestFilter
- All Known Implementing Classes:
DecisionRequirementsFilterImpl
Interface for defining Decision Requirements in search queries.
-
Method Summary
Modifier and TypeMethodDescriptiondecisionRequirementsId(String decisionRequirementsId) Filters Decision Requirements by the specified decision requirements ID.decisionRequirementsKey(Long value) Filters Decision Requirement by the specified key.Filters Decision Requirements by the specified name.resourceName(String resourceName) Filters Decision Requirements by the specified resource name.Filters Decision Requirements by the specified tenant ID.Filters Decision Requirements 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
-
decisionRequirementsName
Filters Decision Requirements by the specified name.- Parameters:
name- the name of the decision requirement- Returns:
- the updated filter
-
version
Filters Decision Requirements by the specified version.- Parameters:
version- the version of the decision requirement- Returns:
- the updated filter
-
decisionRequirementsId
Filters Decision Requirements by the specified decision requirements ID.- Parameters:
decisionRequirementsId- the decision requirements ID of the decision requirement- Returns:
- the updated filter
-
tenantId
Filters Decision Requirements by the specified tenant ID.- Parameters:
tenantId- the tenant ID of the decision requirement- Returns:
- the updated filter
-
resourceName
Filters Decision Requirements by the specified resource name.- Parameters:
resourceName- the name of the resource from which the decision requirements were parsed- Returns:
- the updated filter
-