Uses of Class
org.flowable.rest.service.api.history.HistoricIdentityLinkResponse
Packages that use HistoricIdentityLinkResponse
-
Uses of HistoricIdentityLinkResponse in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api that return HistoricIdentityLinkResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricIdentityLinkResponse
(HistoricIdentityLink identityLink) RestResponseFactory.createHistoricIdentityLinkResponse
(HistoricIdentityLink identityLink, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricIdentityLinkResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricIdentityLinkResponseList
(List<HistoricIdentityLink> identityLinks) -
Uses of HistoricIdentityLinkResponse in org.flowable.rest.service.api.history
Methods in org.flowable.rest.service.api.history that return types with arguments of type HistoricIdentityLinkResponseModifier and TypeMethodDescriptionHistoricProcessInstanceIdentityLinkCollectionResource.getProcessIdentityLinks
(String processInstanceId) HistoricTaskInstanceIdentityLinkCollectionResource.getTaskIdentityLinks
(String taskId)