Interface DecisionRequirementsDefinitionQuery

    • Method Detail

      • decisionRequirementsDefinitionId

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionId​(String id)
        Only select decision requirements definition with the given id.
        Parameters:
        id - the id of the decision requirements definition
      • decisionRequirementsDefinitionIdIn

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionIdIn​(String... ids)
        Only select decision requirements definition with the given ids.
        Parameters:
        ids - list of decision requirements definition ids
      • decisionRequirementsDefinitionCategory

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionCategory​(String category)
        Only select decision requirements definition with the given category.
        Parameters:
        category - the category of the decision requirements definition
      • decisionRequirementsDefinitionCategoryLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionCategoryLike​(String categoryLike)
        Only select decision requirements definition where the category matches the given parameter. The syntax that should be used is the same as in SQL, e.g., %category%.
        Parameters:
        categoryLike - the pattern to match the decision requirements definition category
      • decisionRequirementsDefinitionName

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionName​(String name)
        Only select decision requirements definition with the given name.
        Parameters:
        name - the name of the decision requirements definition
      • decisionRequirementsDefinitionNameLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionNameLike​(String nameLike)
        Only select decision requirements definition where the name matches the given parameter. The syntax that should be used is the same as in SQL, e.g., %name%.
        Parameters:
        nameLike - the pattern to match the decision requirements definition name
      • decisionRequirementsDefinitionKey

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionKey​(String key)
        Only select decision requirements definition with the given key.
        Parameters:
        key - the key of the decision definition
      • decisionRequirementsDefinitionKeyLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionKeyLike​(String keyLike)
        Only select decision requirements definition where the key matches the given parameter. The syntax that should be used is the same as in SQL, e.g., %key%.
        Parameters:
        keyLike - the pattern to match the decision requirements definition key
      • deploymentId

        DecisionRequirementsDefinitionQuery deploymentId​(String deploymentId)
        Only select decision requirements definition that are deployed in a deployment with the given deployment id.
        Parameters:
        deploymentId - the id of the deployment
      • decisionRequirementsDefinitionResourceName

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionResourceName​(String resourceName)
        Only select decision requirements definition with the given resource name.
        Parameters:
        resourceName - the name of the resource
      • decisionRequirementsDefinitionResourceNameLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionResourceNameLike​(String resourceNameLike)
        Only select decision requirements definition with a resource name like the given. The syntax that should be used is the same as in SQL, e.g., %resourceName%.
        Parameters:
        resourceNameLike - the pattern to match the resource name