Uses of Interface
org.camunda.bpm.engine.runtime.UpdateProcessInstanceSuspensionStateTenantBuilder
-
Packages that use UpdateProcessInstanceSuspensionStateTenantBuilder Package Description org.camunda.bpm.engine.impl.runtime org.camunda.bpm.engine.runtime Classes related to theRuntimeService. -
-
Uses of UpdateProcessInstanceSuspensionStateTenantBuilder in org.camunda.bpm.engine.impl.runtime
Classes in org.camunda.bpm.engine.impl.runtime that implement UpdateProcessInstanceSuspensionStateTenantBuilder Modifier and Type Class Description classUpdateProcessInstanceSuspensionStateBuilderImpl -
Uses of UpdateProcessInstanceSuspensionStateTenantBuilder in org.camunda.bpm.engine.runtime
Methods in org.camunda.bpm.engine.runtime that return UpdateProcessInstanceSuspensionStateTenantBuilder Modifier and Type Method Description UpdateProcessInstanceSuspensionStateTenantBuilderUpdateProcessInstanceSuspensionStateSelectBuilder. byProcessDefinitionKey(java.lang.String processDefinitionKey)Selects the instances of the process definitions with the given key.UpdateProcessInstanceSuspensionStateTenantBuilderUpdateProcessInstanceSuspensionStateTenantBuilder. processDefinitionTenantId(java.lang.String tenantId)Specify the id of the tenant the process definition belongs to.UpdateProcessInstanceSuspensionStateTenantBuilderUpdateProcessInstanceSuspensionStateTenantBuilder. processDefinitionWithoutTenantId()Specify that the process definition belongs to no tenant.
-