Uses of Interface
org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateBuilder

Packages that use UpdateProcessInstanceSuspensionStateBuilder
org.camunda.bpm.engine.impl.runtime   
org.camunda.bpm.engine.runtime Classes related to the RuntimeService
 

Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.impl.runtime
 

Classes in org.camunda.bpm.engine.impl.runtime that implement UpdateProcessInstanceSuspensionStateBuilder
 class UpdateProcessInstanceSuspensionStateBuilderImpl
           
 

Uses of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.runtime
 

Subinterfaces of UpdateProcessInstanceSuspensionStateBuilder in org.camunda.bpm.engine.runtime
 interface UpdateProcessInstanceSuspensionStateTenantBuilder
          Fluent builder to update the suspension state of process instances.
 

Methods in org.camunda.bpm.engine.runtime that return UpdateProcessInstanceSuspensionStateBuilder
 UpdateProcessInstanceSuspensionStateBuilder UpdateProcessInstanceSuspensionStateSelectBuilder.byProcessDefinitionId(String processDefinitionId)
          Selects the instances of the process definition with the given id.
 UpdateProcessInstanceSuspensionStateBuilder UpdateProcessInstanceSuspensionStateSelectBuilder.byProcessInstanceId(String processInstanceId)
          Selects the process instance with the given id.
 



Copyright © 2017 camunda services GmbH. All rights reserved.