Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.ExecutionDto
-
-
Uses of ExecutionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type ExecutionDto Modifier and Type Method Description List<ExecutionDto>
ExecutionRestService. getExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<ExecutionDto>
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 ExecutionDto Modifier and Type Method Description ExecutionDto
MessageCorrelationResultDto. getExecution()
Methods in org.camunda.bpm.engine.rest.dto.message with parameters of type ExecutionDto Modifier and Type Method Description void
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 ExecutionDto Modifier and Type Method Description static 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 ExecutionDto Modifier and Type Method Description List<ExecutionDto>
ExecutionRestServiceImpl. getExecutions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<ExecutionDto>
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 Modifier and Type Method Description ExecutionDto
ExecutionResource. getExecution()
-
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 Modifier and Type Method Description ExecutionDto
ExecutionResourceImpl. getExecution()
-