org.camunda.bpm.engine.runtime
Interface UpdateProcessInstanceSuspensionStateTenantBuilder

All Superinterfaces:
UpdateProcessInstanceSuspensionStateBuilder
All Known Implementing Classes:
UpdateProcessInstanceSuspensionStateBuilderImpl

public interface UpdateProcessInstanceSuspensionStateTenantBuilder
extends UpdateProcessInstanceSuspensionStateBuilder

Fluent builder to update the suspension state of process instances.


Method Summary
 UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionTenantId(String tenantId)
          Specify the id of the tenant the process definition belongs to.
 UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionWithoutTenantId()
          Specify that the process definition belongs to no tenant.
 
Methods inherited from interface org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateBuilder
activate, suspend
 

Method Detail

processDefinitionWithoutTenantId

UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionWithoutTenantId()
Specify that the process definition belongs to no tenant.

Returns:
the builder

processDefinitionTenantId

UpdateProcessInstanceSuspensionStateTenantBuilder processDefinitionTenantId(String tenantId)
Specify the id of the tenant the process definition belongs to.

Parameters:
tenantId - the id of the tenant
Returns:
the builder


Copyright © 2017 camunda services GmbH. All rights reserved.