Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
Package
Description
-
Uses of ExecutionDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionExecutionRestService.getExecutions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) ExecutionRestService.queryExecutions
(ExecutionQueryDto query, Integer firstResult, Integer maxResults) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.dto.message
Modifier and TypeMethodDescriptionvoid
MessageCorrelationResultDto.setExecution
(ExecutionDto execution) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.dto.runtime
Modifier and TypeMethodDescriptionstatic ExecutionDto
ExecutionDto.fromExecution
(Execution execution) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionExecutionRestServiceImpl.getExecutions
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) ExecutionRestServiceImpl.queryExecutions
(ExecutionQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.sub.runtime
-
Uses of ExecutionDto in org.camunda.bpm.engine.rest.sub.runtime.impl