org.camunda.bpm.engine.management
Interface UpdateJobSuspensionStateTenantBuilder

All Superinterfaces:
UpdateJobSuspensionStateBuilder
All Known Implementing Classes:
UpdateJobSuspensionStateBuilderImpl

public interface UpdateJobSuspensionStateTenantBuilder
extends UpdateJobSuspensionStateBuilder

Fluent builder to update the suspension state of jobs.


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

Method Detail

processDefinitionWithoutTenantId

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

Returns:
the builder

processDefinitionTenantId

UpdateJobSuspensionStateBuilder 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 © 2016 camunda services GmbH. All rights reserved.