Interface DecisionRequirementsFilter

All Superinterfaces:
TypedFilterableRequest.SearchRequestFilter
All Known Implementing Classes:
DecisionRequirementsFilterImpl

public interface DecisionRequirementsFilter extends TypedFilterableRequest.SearchRequestFilter
Interface for defining Decision Requirements in search queries.
  • Method Details

    • decisionRequirementsKey

      DecisionRequirementsFilter decisionRequirementsKey(Long value)
      Filters Decision Requirement by the specified key.
      Parameters:
      value - the key of the decision requirement
      Returns:
      the updated filter
    • decisionRequirementsName

      DecisionRequirementsFilter decisionRequirementsName(String name)
      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

      DecisionRequirementsFilter decisionRequirementsId(String 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

      DecisionRequirementsFilter tenantId(String tenantId)
      Filters Decision Requirements by the specified tenant ID.
      Parameters:
      tenantId - the tenant ID of the decision requirement
      Returns:
      the updated filter
    • resourceName

      DecisionRequirementsFilter resourceName(String 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