| Package | Description |
|---|---|
| com.flowable.platform.service.index | |
| com.flowable.platform.service.process |
| Modifier and Type | Method and Description |
|---|---|
Page<ProcessInstanceSearchRepresentation> |
WorkIndexService.findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request) |
Page<ProcessInstanceSearchRepresentation> |
WorkIndexService.findProcessInstancesWithQuery(String filterId,
ProcessInstancesIndexQueryRequest request) |
Page<ProcessInstanceSearchRepresentation> |
WorkIndexService.findProcessInstancesWithQuery(String filterId,
String searchText,
String currentUser,
String currentTenantId,
int start,
int size) |
| Modifier and Type | Method and Description |
|---|---|
ProcessInstanceSearchRepresentation |
ProcessInstanceJsonMapper.convert(com.fasterxml.jackson.databind.JsonNode jsonNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInstanceResultMapper.Enhancer.enhance(ProcessInstanceSearchRepresentation response,
com.fasterxml.jackson.databind.JsonNode jsonNode) |
Copyright © 2019. All rights reserved.