Uses of Class
org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto

Packages that use HistoricIdentityLinkLogDto
org.camunda.bpm.engine.rest.dto.history   
org.camunda.bpm.engine.rest.history   
org.camunda.bpm.engine.rest.impl.history   
 

Uses of HistoricIdentityLinkLogDto in org.camunda.bpm.engine.rest.dto.history
 

Methods in org.camunda.bpm.engine.rest.dto.history that return HistoricIdentityLinkLogDto
static HistoricIdentityLinkLogDto HistoricIdentityLinkLogDto.fromHistoricIdentityLink(HistoricIdentityLinkLog historicIdentityLink)
           
 

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
 List<HistoricIdentityLinkLogDto> HistoricIdentityLinkLogRestService.getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
          Exposes the HistoricIdentityLinkLogQuery interface 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
 List<HistoricIdentityLinkLogDto> HistoricIdentityLinkLogRestServiceImpl.getHistoricIdentityLinks(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.