Uses of Class
org.camunda.community.rest.client.dto.HistoricIdentityLinkLogDto
Packages that use HistoricIdentityLinkLogDto
-
Uses of HistoricIdentityLinkLogDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return types with arguments of type HistoricIdentityLinkLogDtoModifier and TypeMethodDescriptionHistoricIdentityLinkLogApi.getHistoricIdentityLinks(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Identity Link Logs Queries for historic identity link logs that fulfill given parameters.HistoricIdentityLinkLogApi.getHistoricIdentityLinks(String type, String userId, String groupId, OffsetDateTime dateBefore, OffsetDateTime dateAfter, String taskId, String processDefinitionId, String processDefinitionKey, String operationType, String assignerId, String tenantIdIn, Boolean withoutTenantId, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Identity Link Logs Queries for historic identity link logs that fulfill given parameters. -
Uses of HistoricIdentityLinkLogDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return HistoricIdentityLinkLogDtoModifier and TypeMethodDescriptionHistoricIdentityLinkLogDto.assignerId(String assignerId) HistoricIdentityLinkLogDto.operationType(String operationType) HistoricIdentityLinkLogDto.processDefinitionId(String processDefinitionId) HistoricIdentityLinkLogDto.processDefinitionKey(String processDefinitionKey) HistoricIdentityLinkLogDto.removalTime(OffsetDateTime removalTime) HistoricIdentityLinkLogDto.rootProcessInstanceId(String rootProcessInstanceId) HistoricIdentityLinkLogDto.time(OffsetDateTime time)