Uses of Class
org.camunda.community.rest.client.dto.ExecutionDto
Packages that use ExecutionDto
-
Uses of ExecutionDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return ExecutionDtoModifier and TypeMethodDescriptionExecutionApi.getExecution(String id) Get Execution Retrieves an execution by id, according to the `Execution` interface in the engine.ExecutionApi.getExecution(String id, Map<String, String> additionalHeaders) Get Execution Retrieves an execution by id, according to the `Execution` interface in the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type ExecutionDtoModifier and TypeMethodDescriptionExecutionApi.getExecutions(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Executions Queries for the executions that fulfill given parameters.ExecutionApi.getExecutions(String businessKey, String processDefinitionId, String processDefinitionKey, String processInstanceId, String activityId, String signalEventSubscriptionName, String messageEventSubscriptionName, Boolean active, Boolean suspended, String incidentId, String incidentType, String incidentMessage, String incidentMessageLike, String tenantIdIn, String variables, String processVariables, Boolean variableNamesIgnoreCase, Boolean variableValuesIgnoreCase, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Executions Queries for the executions that fulfill given parameters.ExecutionApi.queryExecutions(Integer firstResult, Integer maxResults, ExecutionQueryDto executionQueryDto) Get Executions (POST) Queries for executions that fulfill given parameters through a JSON object.ExecutionApi.queryExecutions(Integer firstResult, Integer maxResults, ExecutionQueryDto executionQueryDto, Map<String, String> additionalHeaders) Get Executions (POST) Queries for executions that fulfill given parameters through a JSON object. -
Uses of ExecutionDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return ExecutionDtoModifier and TypeMethodDescriptionMessageCorrelationResultWithVariableDto.getExecution()Get executionExecutionDto.processInstanceId(String processInstanceId) Methods in org.camunda.community.rest.client.dto with parameters of type ExecutionDtoModifier and TypeMethodDescriptionMessageCorrelationResultWithVariableDto.execution(ExecutionDto execution) voidMessageCorrelationResultWithVariableDto.setExecution(ExecutionDto execution)