Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.PriorityDto
-
-
Uses of PriorityDto in org.camunda.bpm.engine.rest.sub.externaltask
Methods in org.camunda.bpm.engine.rest.sub.externaltask with parameters of type PriorityDto Modifier and Type Method Description void
ExternalTaskResource. setPriority(PriorityDto dto)
-
Uses of PriorityDto in org.camunda.bpm.engine.rest.sub.externaltask.impl
Methods in org.camunda.bpm.engine.rest.sub.externaltask.impl with parameters of type PriorityDto Modifier and Type Method Description void
ExternalTaskResourceImpl. setPriority(PriorityDto dto)
-
Uses of PriorityDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type PriorityDto Modifier and Type Method Description void
JobResource. setJobPriority(PriorityDto dto)
-
Uses of PriorityDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type PriorityDto Modifier and Type Method Description void
JobResourceImpl. setJobPriority(PriorityDto dto)
-