Uses of Class
org.camunda.bpm.cockpit.impl.plugin.base.dto.ProcessInstanceDto
Packages that use ProcessInstanceDto
Package
Description
-
Uses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.base.dto
Subclasses of ProcessInstanceDto in org.camunda.bpm.cockpit.impl.plugin.base.dto -
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 ProcessInstanceDtoModifier and TypeClassDescriptionclass
-
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 ProcessInstanceDtoModifier and TypeMethodDescriptionProcessInstanceRestService.QueryProcessInstancesCmd.execute
(CommandContext commandContext) ProcessInstanceRestService.getProcessInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) ProcessInstanceRestService.queryProcessInstances
(ProcessInstanceQueryDto queryParameter, Integer firstResult, Integer maxResults)