org.camunda.bpm.engine.management
Interface UpdateJobDefinitionSuspensionStateTenantBuilder

All Superinterfaces:
UpdateJobDefinitionSuspensionStateBuilder
All Known Implementing Classes:
UpdateJobDefinitionSuspensionStateBuilderImpl

public interface UpdateJobDefinitionSuspensionStateTenantBuilder
extends UpdateJobDefinitionSuspensionStateBuilder

Fluent builder to update the suspension state of job definitions.


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

Method Detail

processDefinitionWithoutTenantId

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

Returns:
the builder

processDefinitionTenantId

UpdateJobDefinitionSuspensionStateBuilder 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.