Uses of Interface
org.camunda.bpm.engine.repository.UpdateProcessDefinitionSuspensionStateTenantBuilder
-
Packages that use UpdateProcessDefinitionSuspensionStateTenantBuilder Package Description org.camunda.bpm.engine.impl.repository org.camunda.bpm.engine.repository Classes related to theRepositoryService
. -
-
Uses of UpdateProcessDefinitionSuspensionStateTenantBuilder in org.camunda.bpm.engine.impl.repository
Classes in org.camunda.bpm.engine.impl.repository that implement UpdateProcessDefinitionSuspensionStateTenantBuilder Modifier and Type Class Description class
UpdateProcessDefinitionSuspensionStateBuilderImpl
-
Uses of UpdateProcessDefinitionSuspensionStateTenantBuilder in org.camunda.bpm.engine.repository
Methods in org.camunda.bpm.engine.repository that return UpdateProcessDefinitionSuspensionStateTenantBuilder Modifier and Type Method Description UpdateProcessDefinitionSuspensionStateTenantBuilder
UpdateProcessDefinitionSuspensionStateSelectBuilder. byProcessDefinitionKey(String processDefinitionKey)
Selects the process definitions with the given key.
-