| Package | Description |
|---|---|
| org.flowable.rest.service.api | |
| org.flowable.rest.service.api.history |
| Modifier and Type | Method and Description |
|---|---|
HistoricIdentityLinkResponse |
RestResponseFactory.createHistoricIdentityLinkResponse(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink) |
HistoricIdentityLinkResponse |
RestResponseFactory.createHistoricIdentityLinkResponse(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
RestResponseFactory.createHistoricIdentityLinkResponseList(List<org.flowable.identitylink.api.history.HistoricIdentityLink> identityLinks) |
| Modifier and Type | Method and Description |
|---|---|
List<HistoricIdentityLinkResponse> |
HistoricProcessInstanceIdentityLinkCollectionResource.getProcessIdentityLinks(String processInstanceId,
javax.servlet.http.HttpServletRequest request) |
List<HistoricIdentityLinkResponse> |
HistoricTaskInstanceIdentityLinkCollectionResource.getTaskIdentityLinks(String taskId,
javax.servlet.http.HttpServletRequest request) |
Copyright © 2018 Flowable. All rights reserved.