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(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink) RestResponseFactory.createHistoricIdentityLinkResponse(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink, RestUrlBuilder urlBuilder) Methods in org.flowable.rest.service.api that return types with arguments of type HistoricIdentityLinkResponseModifier and TypeMethodDescriptionRestResponseFactory.createHistoricIdentityLinkResponseList(List<org.flowable.identitylink.api.history.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)