Uses of Class
org.camunda.bpm.engine.rest.dto.SuspensionStateDto
Packages that use SuspensionStateDto
Package
Description
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return SuspensionStateDtoModifier and TypeMethodDescriptionstatic SuspensionStateDto
SuspensionStateDto.fromState
(boolean suspended) -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.management
Subclasses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.management -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.repository
Subclasses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.repository -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.runtime
Subclasses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.runtimeModifier and TypeClassDescriptionclass
class
class
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.sub.batch
Methods in org.camunda.bpm.engine.rest.sub.batch with parameters of type SuspensionStateDtoModifier and TypeMethodDescriptionvoid
BatchResource.updateSuspensionState
(SuspensionStateDto suspensionState) -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.sub.batch.impl
Methods in org.camunda.bpm.engine.rest.sub.batch.impl with parameters of type SuspensionStateDtoModifier and TypeMethodDescriptionvoid
BatchResourceImpl.updateSuspensionState
(SuspensionStateDto suspensionState) -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type SuspensionStateDtoModifier and TypeMethodDescriptionvoid
ProcessInstanceResource.updateSuspensionState
(SuspensionStateDto dto) -
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type SuspensionStateDtoModifier and TypeMethodDescriptionvoid
ProcessInstanceResourceImpl.updateSuspensionState
(SuspensionStateDto dto)