Class UserOperationLogContextEntry
java.lang.Object
org.camunda.bpm.engine.impl.oplog.UserOperationLogContextEntry
One op log context entry represents an operation on a set of entities of the same type (see entityType field).
It consist multiple
PropertyChange
s that end up as multiple history events.- Author:
- Thorben Lindhauer
-
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 String
protected List<PropertyChange>
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJobId()
void
setAnnotation
(String annotation) void
setBatchId
(String batchId) void
setCaseDefinitionId
(String caseDefinitionId) void
setCaseExecutionId
(String caseExecutionId) void
setCaseInstanceId
(String caseInstanceId) void
setCategory
(String category) void
setDeploymentId
(String deploymentId) void
setEntityType
(String entityType) void
setExecutionId
(String executionId) void
setExternalTaskId
(String externalTaskId) void
setJobDefinitionId
(String jobDefinitionId) void
void
setOperationType
(String operationType) void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionKey
(String processDefinitionKey) void
setProcessInstanceId
(String processInstanceId) void
setPropertyChanges
(List<PropertyChange> propertyChanges) void
setRootProcessInstanceId
(String rootProcessInstanceId) void
void
setTenantId
(String tenantId)
-
Field Details
-
deploymentId
-
processDefinitionId
-
processDefinitionKey
-
processInstanceId
-
executionId
-
caseDefinitionId
-
caseInstanceId
-
caseExecutionId
-
taskId
-
operationType
-
entityType
-
propertyChanges
-
jobDefinitionId
-
jobId
-
batchId
-
category
-
rootProcessInstanceId
-
externalTaskId
-
annotation
-
tenantId
-
-
Constructor Details
-
UserOperationLogContextEntry
-
-
Method Details
-
getDeploymentId
-
setDeploymentId
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getProcessInstanceId
-
setProcessInstanceId
-
getExecutionId
-
setExecutionId
-
getCaseDefinitionId
-
setCaseDefinitionId
-
getCaseInstanceId
-
setCaseInstanceId
-
getCaseExecutionId
-
setCaseExecutionId
-
getTaskId
-
setTaskId
-
getOperationType
-
setOperationType
-
getEntityType
-
setEntityType
-
getPropertyChanges
-
setPropertyChanges
-
getProcessDefinitionKey
-
setProcessDefinitionKey
-
getJobDefinitionId
-
setJobDefinitionId
-
getJobId
-
setJobId
-
getBatchId
-
setBatchId
-
getCategory
-
setCategory
-
getRootProcessInstanceId
-
setRootProcessInstanceId
-
getExternalTaskId
-
setExternalTaskId
-
getAnnotation
-
setAnnotation
-
getTenantId
-
setTenantId
-