Interface DecisionRequirementsFilter

All Superinterfaces:
TypedSearchQueryRequest.SearchRequestFilter

@Deprecated public interface DecisionRequirementsFilter extends TypedSearchQueryRequest.SearchRequestFilter
Deprecated.
since 8.8 for removal in 8.9, replaced by DecisionRequirementsFilter
Interface for defining Decision Requirmeent in search queries.
  • Method Details

    • decisionRequirementsKey

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

      DecisionRequirementsFilter dmnDecisionRequirementsName(String name)
      Deprecated.
      Filters Decision Requirement by the specified name.
      Parameters:
      name - the name of the decision requirement
      Returns:
      the updated filter
    • version

      Deprecated.
      Filters Decision Requirement by the specified version.
      Parameters:
      version - the version of the decision requirement
      Returns:
      the updated filter
    • dmnDecisionRequirementsId

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