Interface UpdateJobDefinitionSuspensionStateSelectBuilder

    • Method Detail

      • byJobDefinitionId

        UpdateJobDefinitionSuspensionStateBuilder byJobDefinitionId​(java.lang.String jobDefinitionId)
        Selects the job definition with the given id.
        Parameters:
        jobDefinitionId - id of the job definition
        Returns:
        the builder
      • byProcessDefinitionId

        UpdateJobDefinitionSuspensionStateBuilder byProcessDefinitionId​(java.lang.String processDefinitionId)
        Selects the job definitions of the process definition with the given id.
        Parameters:
        processDefinitionId - id of the process definition
        Returns:
        the builder
      • byProcessDefinitionKey

        UpdateJobDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey​(java.lang.String processDefinitionKey)
        Selects the job definitions of the process definitions with the given key.
        Parameters:
        processDefinitionKey - key of the process definition
        Returns:
        the builder