Uses of Class
org.flowable.cmmn.rest.service.api.history.task.HistoricIdentityLinkResponse
-
Packages that use HistoricIdentityLinkResponse Package Description org.flowable.cmmn.rest.service.api org.flowable.cmmn.rest.service.api.history.caze org.flowable.cmmn.rest.service.api.history.task -
-
Uses of HistoricIdentityLinkResponse in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api that return HistoricIdentityLinkResponse Modifier and Type Method Description HistoricIdentityLinkResponseCmmnRestResponseFactory. createHistoricIdentityLinkResponse(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink)HistoricIdentityLinkResponseCmmnRestResponseFactory. createHistoricIdentityLinkResponse(org.flowable.identitylink.api.history.HistoricIdentityLink identityLink, RestUrlBuilder urlBuilder)Methods in org.flowable.cmmn.rest.service.api that return types with arguments of type HistoricIdentityLinkResponse Modifier and Type Method Description List<HistoricIdentityLinkResponse>CmmnRestResponseFactory. createHistoricIdentityLinkResponseList(List<org.flowable.identitylink.api.history.HistoricIdentityLink> identityLinks) -
Uses of HistoricIdentityLinkResponse in org.flowable.cmmn.rest.service.api.history.caze
Methods in org.flowable.cmmn.rest.service.api.history.caze that return types with arguments of type HistoricIdentityLinkResponse Modifier and Type Method Description List<HistoricIdentityLinkResponse>HistoricCaseInstanceIdentityLinkCollectionResource. getCaseIdentityLinks(String caseInstanceId, javax.servlet.http.HttpServletRequest request) -
Uses of HistoricIdentityLinkResponse in org.flowable.cmmn.rest.service.api.history.task
Methods in org.flowable.cmmn.rest.service.api.history.task that return types with arguments of type HistoricIdentityLinkResponse Modifier and Type Method Description List<HistoricIdentityLinkResponse>HistoricTaskInstanceIdentityLinkCollectionResource. getTaskIdentityLinks(String taskId, javax.servlet.http.HttpServletRequest request)
-