Uses of Interface
org.camunda.bpm.engine.management.UpdateJobDefinitionSuspensionStateBuilder

Packages that use UpdateJobDefinitionSuspensionStateBuilder
org.camunda.bpm.engine.impl.management   
org.camunda.bpm.engine.management Classes related to the ManagementService
 

Uses of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.impl.management
 

Classes in org.camunda.bpm.engine.impl.management that implement UpdateJobDefinitionSuspensionStateBuilder
 class UpdateJobDefinitionSuspensionStateBuilderImpl
           
 

Uses of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.management
 

Subinterfaces of UpdateJobDefinitionSuspensionStateBuilder in org.camunda.bpm.engine.management
 interface UpdateJobDefinitionSuspensionStateTenantBuilder
          Fluent builder to update the suspension state of job definitions.
 

Methods in org.camunda.bpm.engine.management that return UpdateJobDefinitionSuspensionStateBuilder
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateSelectBuilder.byJobDefinitionId(String jobDefinitionId)
          Selects the job definition with the given id.
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
          Selects the job definitions of the process definition with the given id.
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateBuilder.executionDate(Date executionDate)
          Specify when the suspension state should be updated.
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateBuilder.includeJobs(boolean includeJobs)
          Specify if the suspension states of the jobs of the provided job definitions should also be updated.
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionTenantId(String tenantId)
          Specify the id of the tenant the process definition belongs to.
 UpdateJobDefinitionSuspensionStateBuilder UpdateJobDefinitionSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
          Specify that the process definition belongs to no tenant.
 



Copyright © 2017 camunda services GmbH. All rights reserved.