Interface UpdateJobDefinitionSuspensionStateSelectBuilder

    • Method Detail

      • byProcessDefinitionId

        UpdateJobDefinitionSuspensionStateBuilder byProcessDefinitionId​(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​(String processDefinitionKey)
        Selects the job definitions of the process definitions with the given key.
        Parameters:
        processDefinitionKey - key of the process definition
        Returns:
        the builder