Uses of Class
org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
-
Packages that use ProcessInstanceDto Package Description org.camunda.bpm.cockpit.impl.plugin.base.dto org.camunda.bpm.cockpit.impl.plugin.base.dto.query org.camunda.bpm.cockpit.impl.plugin.resources -
-
Uses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.base.dto
Subclasses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.base.dto Modifier and Type Class Description classCalledProcessInstanceDto -
Uses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.base.dto.query
Classes in org.camunda.bpm.cockpit.impl.plugin.base.dto.query with type parameters of type ProcessInstanceDto Modifier and Type Class Description classAbstractProcessInstanceQueryDto<T extends ProcessInstanceDto> -
Uses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.resources
Methods in org.camunda.bpm.cockpit.impl.plugin.resources that return types with arguments of type ProcessInstanceDto Modifier and Type Method Description List<ProcessInstanceDto>ProcessInstanceRestService.QueryProcessInstancesCmd. execute(org.camunda.bpm.engine.impl.interceptor.CommandContext commandContext)List<ProcessInstanceDto>ProcessInstanceRestService. getProcessInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)List<ProcessInstanceDto>ProcessInstanceRestService. queryProcessInstances(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)
-