org.camunda.bpm.engine.management
Interface UpdateJobDefinitionSuspensionStateSelectBuilder

All Known Implementing Classes:
UpdateJobDefinitionSuspensionStateBuilderImpl

public interface UpdateJobDefinitionSuspensionStateSelectBuilder

Fluent builder to update the suspension state of job definitions.


Method Summary
 UpdateJobDefinitionSuspensionStateBuilder byJobDefinitionId(String jobDefinitionId)
          Selects the job definition with the given id.
 UpdateJobDefinitionSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
          Selects the job definitions of the process definition with the given id.
 UpdateJobDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
          Selects the job definitions of the process definitions with the given key.
 

Method Detail

byJobDefinitionId

UpdateJobDefinitionSuspensionStateBuilder byJobDefinitionId(String jobDefinitionId)
Selects the job definition with the given id.

Parameters:
jobDefinitionId - id of the job definition
Returns:
the builder

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


Copyright © 2016 camunda services GmbH. All rights reserved.