Uses of Class
org.camunda.bpm.engine.rest.dto.SuspensionStateDto
-
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto
Methods in org.camunda.bpm.engine.rest.dto that return SuspensionStateDto Modifier and Type Method Description static 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 Modifier and Type Class Description class
JobDefinitionSuspensionStateDto
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.repository
Subclasses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.repository Modifier and Type Class Description class
ProcessDefinitionSuspensionStateDto
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.runtime
Subclasses of SuspensionStateDto in org.camunda.bpm.engine.rest.dto.runtime Modifier and Type Class Description class
JobSuspensionStateDto
class
ProcessInstanceSuspensionStateAsyncDto
class
ProcessInstanceSuspensionStateDto
-
Uses of SuspensionStateDto in org.camunda.bpm.engine.rest.sub.batch
Methods in org.camunda.bpm.engine.rest.sub.batch with parameters of type SuspensionStateDto Modifier and Type Method Description void
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 SuspensionStateDto Modifier and Type Method Description void
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 SuspensionStateDto Modifier and Type Method Description void
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 SuspensionStateDto Modifier and Type Method Description void
ProcessInstanceResourceImpl. updateSuspensionState(SuspensionStateDto dto)
-