Class OptimizeHistoricIdentityLinkLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
org.camunda.bpm.engine.rest.dto.history.optimize.OptimizeHistoricIdentityLinkLogDto
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
assignerId, groupId, id, operationType, processDefinitionId, processDefinitionKey, removalTime, rootProcessInstanceId, taskId, tenantId, time, type, userId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromHistoricIdentityLink
(OptimizeHistoricIdentityLinkLogEntity historicIdentityLink) void
setProcessInstanceId
(String processInstanceId) Methods inherited from class org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
fromHistoricIdentityLink, fromHistoricIdentityLink, getAssignerId, getGroupId, getId, getOperationType, getProcessDefinitionId, getProcessDefinitionKey, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getType, getUserId
-
Field Details
-
processInstanceId
-
-
Constructor Details
-
OptimizeHistoricIdentityLinkLogDto
public OptimizeHistoricIdentityLinkLogDto()
-
-
Method Details
-
getProcessInstanceId
-
setProcessInstanceId
-
fromHistoricIdentityLink
public static OptimizeHistoricIdentityLinkLogDto fromHistoricIdentityLink(OptimizeHistoricIdentityLinkLogEntity historicIdentityLink)
-