| Modifier and Type | Method and Description | 
|---|---|
List<ProcessInstanceDto> | 
ProcessInstanceRestService.queryProcessInstances(ProcessInstanceQueryDto query,
                     Integer firstResult,
                     Integer maxResults)
Expects the same parameters as
  
ProcessInstanceRestService.getProcessInstances(UriInfo, Integer, Integer) (as a JSON message body)
 and allows for any number of variable checks. | 
CountResultDto | 
ProcessInstanceRestService.queryProcessInstancesCount(ProcessInstanceQueryDto query)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProcessInstanceQueryDto | 
ModificationDto.processInstanceQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessInstanceQueryDto | 
ModificationDto.getProcessInstanceQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ModificationDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProcessInstanceQueryDto | 
MigrationExecutionDto.processInstanceQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessInstanceQueryDto | 
MigrationExecutionDto.getProcessInstanceQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MigrationExecutionDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProcessInstanceQueryDto | 
SetJobRetriesByProcessDto.processInstanceQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessInstanceQueryDto | 
SetJobRetriesByProcessDto.getProcessInstanceQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SetJobRetriesByProcessDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ProcessInstanceQueryDto | 
DeleteProcessInstancesDto.processInstanceQuery  | 
| Modifier and Type | Method and Description | 
|---|---|
ProcessInstanceQueryDto | 
DeleteProcessInstancesDto.getProcessInstanceQuery()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeleteProcessInstancesDto.setProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProcessInstanceDto> | 
ProcessInstanceRestServiceImpl.queryProcessInstances(ProcessInstanceQueryDto queryDto,
                     Integer firstResult,
                     Integer maxResults)  | 
CountResultDto | 
ProcessInstanceRestServiceImpl.queryProcessInstancesCount(ProcessInstanceQueryDto queryDto)  | 
Copyright © 2017. All rights reserved.