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

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

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

Classes in org.camunda.bpm.engine.impl.management that implement UpdateJobSuspensionStateBuilder
 class UpdateJobSuspensionStateBuilderImpl
           
 

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

Subinterfaces of UpdateJobSuspensionStateBuilder in org.camunda.bpm.engine.management
 interface UpdateJobSuspensionStateTenantBuilder
          Fluent builder to update the suspension state of jobs.
 

Methods in org.camunda.bpm.engine.management that return UpdateJobSuspensionStateBuilder
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateSelectBuilder.byJobDefinitionId(String jobDefinitionId)
          Selects the jobs of the job definition with the given id.
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateSelectBuilder.byJobId(String jobId)
          Selects the job with the given id.
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
          Selects the jobs of the process definition with the given id.
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateSelectBuilder.byProcessInstanceId(String processInstanceId)
          Selects the jobs of the process instance with the given id.
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateTenantBuilder.processDefinitionTenantId(String tenantId)
          Specify the id of the tenant the process definition belongs to.
 UpdateJobSuspensionStateBuilder UpdateJobSuspensionStateTenantBuilder.processDefinitionWithoutTenantId()
          Specify that the process definition belongs to no tenant.
 



Copyright © 2016 camunda services GmbH. All rights reserved.