Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
-
-
Uses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricIdentityLinkLogDto Modifier and Type Method Description static HistoricIdentityLinkLogDtoHistoricIdentityLinkLogDto. fromHistoricIdentityLink(org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricIdentityLinkLogDto Modifier and Type Method Description static voidHistoricIdentityLinkLogDto. fromHistoricIdentityLink(HistoricIdentityLinkLogDto dto, org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink) -
Uses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.dto.history.optimize
Subclasses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.dto.history.optimize Modifier and Type Class Description classOptimizeHistoricIdentityLinkLogDto -
Uses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type HistoricIdentityLinkLogDto Modifier and Type Method Description List<HistoricIdentityLinkLogDto>HistoricIdentityLinkLogRestService. getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)Exposes theHistoricIdentityLinkLogQueryinterface as a REST service. -
Uses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type HistoricIdentityLinkLogDto Modifier and Type Method Description List<HistoricIdentityLinkLogDto>HistoricIdentityLinkLogRestServiceImpl. getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
-