| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricTaskLogEntryResponse |
RestResponseFactory.createHistoricTaskLogEntryResponse(org.flowable.task.api.history.HistoricTaskLogEntry logEntry,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricTaskLogEntryResponse> |
RestResponseFactory.createHistoricTaskLogEntryResponseList(List<org.flowable.task.api.history.HistoricTaskLogEntry> logEntries) |
| Modifier and Type | Method and Description |
|---|---|
DataResponse<HistoricTaskLogEntryResponse> |
HistoricTaskLogCollectionResource.getHistoricTaskLogEntries(Map<String,String> allRequestParams) |
protected DataResponse<HistoricTaskLogEntryResponse> |
HistoricTaskLogEntryBaseResource.getQueryResponse(HistoricTaskLogEntryQueryRequest request,
Map<String,String> allRequestParams) |
Copyright © 2020 Flowable. All rights reserved.