org.camunda.bpm.engine.rest.history
Interface HistoricIdentityLinkLogRestService
- All Known Implementing Classes:
- HistoricIdentityLinkLogRestServiceImpl
public interface HistoricIdentityLinkLogRestService
- Author:
- Deivarayan Azhagappan
PATH
static final String PATH
- See Also:
- Constant Field Values
getHistoricIdentityLinks
List<HistoricIdentityLinkLogDto> getHistoricIdentityLinks(@Context
javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
- Exposes the
HistoricIdentityLinkLogQuery interface as a REST service.
- Parameters:
query - firstResult - maxResults -
- Returns:
getHistoricIdentityLinksCount
CountResultDto getHistoricIdentityLinksCount(@Context
javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2016 camunda services GmbH. All rights reserved.