Class UserOperationLogEntryEventEntity
java.lang.Object
org.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
- All Implemented Interfaces:
Serializable
,UserOperationLogEntry
,DbEntity
,HistoricEntity
- Author:
- Danny Gräf
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
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, processInstanceId, 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
Fields inherited from interface org.camunda.bpm.engine.history.UserOperationLogEntry
CATEGORY_ADMIN, CATEGORY_OPERATOR, CATEGORY_TASK_WORKER, ENTITY_TYPE_ATTACHMENT, ENTITY_TYPE_IDENTITY_LINK, ENTITY_TYPE_TASK, OPERATION_TYPE_ACTIVATE, OPERATION_TYPE_ACTIVATE_BATCH, OPERATION_TYPE_ACTIVATE_JOB, OPERATION_TYPE_ACTIVATE_JOB_DEFINITION, OPERATION_TYPE_ACTIVATE_PROCESS_DEFINITION, OPERATION_TYPE_ADD_ATTACHMENT, OPERATION_TYPE_ADD_GROUP_LINK, OPERATION_TYPE_ADD_USER_LINK, OPERATION_TYPE_ASSIGN, OPERATION_TYPE_CLAIM, OPERATION_TYPE_CLEAR_ANNOTATION, OPERATION_TYPE_COMPLETE, OPERATION_TYPE_CORRELATE_MESSAGE, OPERATION_TYPE_CREATE, OPERATION_TYPE_CREATE_HISTORY_CLEANUP_JOB, OPERATION_TYPE_CREATE_INCIDENT, OPERATION_TYPE_DELEGATE, OPERATION_TYPE_DELETE, OPERATION_TYPE_DELETE_ATTACHMENT, OPERATION_TYPE_DELETE_GROUP_LINK, OPERATION_TYPE_DELETE_HISTORY, OPERATION_TYPE_DELETE_USER_LINK, OPERATION_TYPE_EVALUATE, OPERATION_TYPE_EXECUTE, OPERATION_TYPE_MIGRATE, OPERATION_TYPE_MODIFY_PROCESS_INSTANCE, OPERATION_TYPE_MODIFY_VARIABLE, OPERATION_TYPE_RECALC_DUEDATE, OPERATION_TYPE_REMOVE_VARIABLE, OPERATION_TYPE_RESOLVE, OPERATION_TYPE_RESTART_PROCESS_INSTANCE, OPERATION_TYPE_SET_ANNOTATION, OPERATION_TYPE_SET_DESCRIPTION, OPERATION_TYPE_SET_DUEDATE, OPERATION_TYPE_SET_EXTERNAL_TASK_RETRIES, OPERATION_TYPE_SET_FOLLOW_UP_DATE, OPERATION_TYPE_SET_JOB_RETRIES, OPERATION_TYPE_SET_NAME, OPERATION_TYPE_SET_OWNER, OPERATION_TYPE_SET_PRIORITY, OPERATION_TYPE_SET_REMOVAL_TIME, OPERATION_TYPE_SET_VARIABLE, OPERATION_TYPE_SET_VARIABLES, OPERATION_TYPE_SUSPEND, OPERATION_TYPE_SUSPEND_BATCH, OPERATION_TYPE_SUSPEND_JOB, OPERATION_TYPE_SUSPEND_JOB_DEFINITION, OPERATION_TYPE_SUSPEND_PROCESS_DEFINITION, OPERATION_TYPE_UNLOCK, OPERATION_TYPE_UPDATE, OPERATION_TYPE_UPDATE_HISTORY_TIME_TO_LIVE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAn arbitrary annotation set by a user for auditing reasonsBatch reference.The category this entry is associated withDeployment referenceThe type of the entity on which this operation was executed.External task reference.Job definition reference.getJobId()
Job instance reference.The new value of the property.The unique identifier of this operation.Type of this operation, like create, assign, claim and so on.The original value of the property.The property changed by this operation.Root process instance reference.Task instance reference.The id of the tenant this user operation log belongs to.Timestamp of this change.The User who performed the operationvoid
setAnnotation
(String annotation) void
setBatchId
(String batchId) void
setCategory
(String category) void
setDeploymentId
(String deploymentId) void
setEntityType
(String entityType) void
setExternalTaskId
(String externalTaskId) void
setJobDefinitionId
(String jobDefinitionId) void
void
setNewValue
(String newValue) void
setOperationId
(String operationId) void
setOperationType
(String operationType) void
setOrgValue
(String orgValue) void
setProperty
(String property) void
setRootProcessInstanceId
(String rootProcessInstanceId) void
void
setTenantId
(String tenantId) void
setTimestamp
(Date timestamp) void
toString()
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, getProcessInstanceId, getRemovalTime, getSequenceCounter, isEventOfType, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionName, setProcessDefinitionVersion, setProcessInstanceId, setRemovalTime, setSequenceCounter
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.UserOperationLogEntry
getCaseDefinitionId, getCaseExecutionId, getCaseInstanceId, getExecutionId, getId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRemovalTime
-
Field Details
-
operationId
-
operationType
-
jobId
-
jobDefinitionId
-
taskId
-
userId
-
timestamp
-
property
-
orgValue
-
newValue
-
entityType
-
deploymentId
-
tenantId
-
batchId
-
category
-
externalTaskId
-
annotation
-
-
Constructor Details
-
UserOperationLogEntryEventEntity
public UserOperationLogEntryEventEntity()
-
-
Method Details
-
getOperationId
Description copied from interface:UserOperationLogEntry
The unique identifier of this operation. If an operation modifies multiple properties, multipleUserOperationLogEntry
instances will be created with a common operationId. This allows grouping multiple entries which are part of a composite operation.- Specified by:
getOperationId
in interfaceUserOperationLogEntry
-
getOperationType
Description copied from interface:UserOperationLogEntry
Type of this operation, like create, assign, claim and so on.- Specified by:
getOperationType
in interfaceUserOperationLogEntry
- See Also:
-
getTaskId
Description copied from interface:UserOperationLogEntry
Task instance reference.- Specified by:
getTaskId
in interfaceUserOperationLogEntry
-
getUserId
Description copied from interface:UserOperationLogEntry
The User who performed the operation- Specified by:
getUserId
in interfaceUserOperationLogEntry
-
getTimestamp
Description copied from interface:UserOperationLogEntry
Timestamp of this change.- Specified by:
getTimestamp
in interfaceUserOperationLogEntry
-
getProperty
Description copied from interface:UserOperationLogEntry
The property changed by this operation.- Specified by:
getProperty
in interfaceUserOperationLogEntry
-
getOrgValue
Description copied from interface:UserOperationLogEntry
The original value of the property.- Specified by:
getOrgValue
in interfaceUserOperationLogEntry
-
getNewValue
Description copied from interface:UserOperationLogEntry
The new value of the property.- Specified by:
getNewValue
in interfaceUserOperationLogEntry
-
setOperationId
-
setOperationType
-
setTaskId
-
setUserId
-
setTimestamp
-
setProperty
-
setOrgValue
-
setNewValue
-
getEntityType
Description copied from interface:UserOperationLogEntry
The type of the entity on which this operation was executed.- Specified by:
getEntityType
in interfaceUserOperationLogEntry
- See Also:
-
setEntityType
-
getJobId
Description copied from interface:UserOperationLogEntry
Job instance reference.- Specified by:
getJobId
in interfaceUserOperationLogEntry
-
setJobId
-
getJobDefinitionId
Description copied from interface:UserOperationLogEntry
Job definition reference.- Specified by:
getJobDefinitionId
in interfaceUserOperationLogEntry
-
setJobDefinitionId
-
getDeploymentId
Description copied from interface:UserOperationLogEntry
Deployment reference- Specified by:
getDeploymentId
in interfaceUserOperationLogEntry
-
setDeploymentId
-
getTenantId
Description copied from interface:UserOperationLogEntry
The id of the tenant this user operation log belongs to. Can benull
if the user operation log belongs to no single tenant.- Specified by:
getTenantId
in interfaceUserOperationLogEntry
-
setTenantId
-
getBatchId
Description copied from interface:UserOperationLogEntry
Batch reference.- Specified by:
getBatchId
in interfaceUserOperationLogEntry
-
setBatchId
-
getCategory
Description copied from interface:UserOperationLogEntry
The category this entry is associated with- Specified by:
getCategory
in interfaceUserOperationLogEntry
-
setCategory
-
getRootProcessInstanceId
Description copied from interface:UserOperationLogEntry
Root process instance reference.- Specified by:
getRootProcessInstanceId
in interfaceUserOperationLogEntry
- Overrides:
getRootProcessInstanceId
in classHistoryEvent
-
setRootProcessInstanceId
- Overrides:
setRootProcessInstanceId
in classHistoryEvent
-
getExternalTaskId
Description copied from interface:UserOperationLogEntry
External task reference.- Specified by:
getExternalTaskId
in interfaceUserOperationLogEntry
-
setExternalTaskId
-
getAnnotation
Description copied from interface:UserOperationLogEntry
An arbitrary annotation set by a user for auditing reasons- Specified by:
getAnnotation
in interfaceUserOperationLogEntry
-
setAnnotation
-
toString
- Overrides:
toString
in classHistoryEvent
-