Interface DecisionRequirementsDefinitionQuery

    • Method Detail

      • decisionRequirementsDefinitionId

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

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

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

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionCategoryLike​(java.lang.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​(java.lang.String name)
        Only select decision requirements definition with the given name.
        Parameters:
        name - the name of the decision requirements definition
      • decisionRequirementsDefinitionNameLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionNameLike​(java.lang.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​(java.lang.String key)
        Only select decision requirements definition with the given key.
        Parameters:
        key - the key of the decision definition
      • decisionRequirementsDefinitionKeyLike

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionKeyLike​(java.lang.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​(java.lang.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
      • decisionRequirementsDefinitionVersion

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionVersion​(java.lang.Integer version)
        Only select decision requirements definition with a certain version. Particularly useful when used in combination with decisionRequirementsDefinitionKey(String)
        Parameters:
        version - the version of the decision requirements definition
      • decisionRequirementsDefinitionResourceName

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

        DecisionRequirementsDefinitionQuery decisionRequirementsDefinitionResourceNameLike​(java.lang.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