JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.PriorityDto
Packages that use
PriorityDto
Package
Description
org.camunda.bpm.engine.rest.sub.externaltask
org.camunda.bpm.engine.rest.sub.externaltask.impl
org.camunda.bpm.engine.rest.sub.runtime
org.camunda.bpm.engine.rest.sub.runtime.impl
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)