Class OptimizeHistoricIdentityLinkLogEntity
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
org.camunda.bpm.engine.impl.persistence.entity.HistoricIdentityLinkLogEntity
org.camunda.bpm.engine.impl.persistence.entity.optimize.OptimizeHistoricIdentityLinkLogEntity
- All Implemented Interfaces:
Serializable
,HistoricIdentityLinkLog
,DbEntity
,HistoricEntity
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
assignerId, groupId, operationType, taskId, tenantId, time, type, userId
Fields inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, IDENTITY_LINK_ADD, IDENTITY_LINK_DELETE, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processDefinitionName, processDefinitionVersion, removalTime, rootProcessInstanceId, sequenceCounter, TASK_EVENT_TYPE_COMPLETE, TASK_EVENT_TYPE_CREATE, TASK_EVENT_TYPE_DELETE, TASK_EVENT_TYPE_UPDATE, VARIABLE_EVENT_TYPE_CREATE, VARIABLE_EVENT_TYPE_DELETE, VARIABLE_EVENT_TYPE_UPDATE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoricIdentityLinkLogEventEntity
getAssignerId, getGroupId, getOperationType, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getType, getUserId, setAssignerId, setGroupId, setOperationType, setRootProcessInstanceId, setTaskId, setTenantId, setTime, setType, setUserId
Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent
getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionName, getProcessDefinitionVersion, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setRemovalTime, setSequenceCounter, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.history.HistoricIdentityLinkLog
getAssignerId, getGroupId, getId, getOperationType, getProcessDefinitionId, getProcessDefinitionKey, getRemovalTime, getRootProcessInstanceId, getTaskId, getTenantId, getTime, getType, getUserId
-
Field Details
-
processInstanceId
-
-
Constructor Details
-
OptimizeHistoricIdentityLinkLogEntity
public OptimizeHistoricIdentityLinkLogEntity()
-
-
Method Details
-
getProcessInstanceId
- Overrides:
getProcessInstanceId
in classHistoryEvent
-
setProcessInstanceId
- Overrides:
setProcessInstanceId
in classHistoryEvent
-