org.camunda.bpm.engine.repository
Interface UpdateProcessDefinitionSuspensionStateSelectBuilder

All Known Implementing Classes:
UpdateProcessDefinitionSuspensionStateBuilderImpl

public interface UpdateProcessDefinitionSuspensionStateSelectBuilder

Fluent builder to update the suspension state of process definitions.


Method Summary
 UpdateProcessDefinitionSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
          Selects the process definition with the given id.
 UpdateProcessDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
          Selects the process definitions with the given key.
 

Method Detail

byProcessDefinitionId

UpdateProcessDefinitionSuspensionStateBuilder byProcessDefinitionId(String processDefinitionId)
Selects the process definition with the given id.

Parameters:
processDefinitionId - id of the process definition
Returns:
the builder

byProcessDefinitionKey

UpdateProcessDefinitionSuspensionStateTenantBuilder byProcessDefinitionKey(String processDefinitionKey)
Selects 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.