Interface DecisionRequirementsFilter

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

public interface DecisionRequirementsFilter extends TypedSearchQueryRequest.SearchRequestFilter
Interface for defining Decision Requirmeent 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
    • dmnDecisionRequirementsName

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

      DecisionRequirementsFilter dmnDecisionRequirementsId(String decisionRequirementsId)
      Filters Decision Requirement 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 Requirement by the specified tenant ID.
      Parameters:
      tenantId - the tenant ID of the decision requirement
      Returns:
      the updated filter