Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
Packages that use ExecutionDto
Package
Description
-
Uses of ExecutionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type ExecutionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.dto.message that return ExecutionDtoMethods in org.camunda.bpm.engine.rest.dto.message with parameters of type ExecutionDtoModifier and TypeMethodDescriptionvoid
MessageCorrelationResultDto.setExecution
(ExecutionDto execution) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return ExecutionDtoModifier and TypeMethodDescriptionstatic ExecutionDto
ExecutionDto.fromExecution
(Execution execution) -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type ExecutionDtoModifier 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
Methods in org.camunda.bpm.engine.rest.sub.runtime that return ExecutionDto -
Uses of ExecutionDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return ExecutionDto