Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.JobSuspensionStateDto
-
Packages that use JobSuspensionStateDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of JobSuspensionStateDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type JobSuspensionStateDto Modifier and Type Method Description void
JobRestService. updateSuspensionState(JobSuspensionStateDto dto)
-
Uses of JobSuspensionStateDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type JobSuspensionStateDto Modifier and Type Method Description void
JobRestServiceImpl. updateSuspensionState(JobSuspensionStateDto dto)
-
Uses of JobSuspensionStateDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type JobSuspensionStateDto Modifier and Type Method Description void
JobResource. updateSuspensionState(JobSuspensionStateDto dto)
-
Uses of JobSuspensionStateDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type JobSuspensionStateDto Modifier and Type Method Description void
JobResourceImpl. updateSuspensionState(JobSuspensionStateDto dto)
-