Interface DeploymentQuery

    • Method Detail

      • deploymentId

        DeploymentQuery deploymentId​(java.lang.String deploymentId)
        Only select deployments with the given deployment id.
      • deploymentName

        DeploymentQuery deploymentName​(java.lang.String name)
        Only select deployments with the given name.
      • deploymentNameLike

        DeploymentQuery deploymentNameLike​(java.lang.String nameLike)
        Only select deployments with a name like the given string.
      • deploymentCategoryLike

        DeploymentQuery deploymentCategoryLike​(java.lang.String categoryLike)
        Only select deployments with a category like the given string.
      • deploymentKey

        DeploymentQuery deploymentKey​(java.lang.String key)
        Only select deployments with the given key.
      • deploymentKeyLike

        DeploymentQuery deploymentKeyLike​(java.lang.String keyLike)
        Only select deployments with a key like the given string.
      • deploymentTenantId

        DeploymentQuery deploymentTenantId​(java.lang.String tenantId)
        Only select deployment that have the given tenant id.
      • deploymentTenantIdLike

        DeploymentQuery deploymentTenantIdLike​(java.lang.String tenantIdLike)
        Only select deployments with a tenant id like the given one.
      • deploymentWithoutTenantId

        DeploymentQuery deploymentWithoutTenantId()
        Only select deployments that do not have a tenant id.
      • processDefinitionKey

        DeploymentQuery processDefinitionKey​(java.lang.String key)
        Only select deployments with the given process definition key.
      • processDefinitionKeyLike

        DeploymentQuery processDefinitionKeyLike​(java.lang.String keyLike)
        Only select deployments with a process definition key like the given string.
      • latest

        DeploymentQuery latest()
        Only select deployments where the deployment time is the latest value. Can only be used together with the deployment key.