|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.history.event.HistoryEvent
org.camunda.bpm.engine.impl.history.event.UserOperationLogEntryEventEntity
public class UserOperationLogEntryEventEntity
| Field Summary | |
|---|---|
protected String |
entityType
|
protected String |
jobDefinitionId
|
protected String |
jobId
|
protected String |
newValue
|
protected String |
operationId
|
protected String |
operationType
|
protected String |
orgValue
|
protected String |
property
|
protected String |
taskId
|
protected Date |
timestamp
|
protected String |
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, caseExecutionId, caseInstanceId, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processDefinitionKey, processInstanceId, 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 | |
|---|---|
UserOperationLogEntryEventEntity()
|
|
| Method Summary | |
|---|---|
String |
getEntityType()
The type of the entity on which this operation was executed. |
String |
getJobDefinitionId()
Job definition reference. |
String |
getJobId()
Job instance reference. |
String |
getNewValue()
The new value of the property. |
String |
getOperationId()
The unique identifier of this operation. |
String |
getOperationType()
Type of this operation, like create, assign, claim and so on. |
String |
getOrgValue()
The original value of the property. |
String |
getProperty()
The property changed by this operation. |
String |
getTaskId()
Task instance reference. |
Date |
getTimestamp()
Timestamp of this change. |
String |
getUserId()
The User who performed the operation |
void |
setEntityType(String entityType)
|
void |
setJobDefinitionId(String jobDefinitionId)
|
void |
setJobId(String jobId)
|
void |
setNewValue(String newValue)
|
void |
setOperationId(String operationId)
|
void |
setOperationType(String operationType)
|
void |
setOrgValue(String orgValue)
|
void |
setProperty(String property)
|
void |
setTaskId(String taskId)
|
void |
setTimestamp(Date timestamp)
|
void |
setUserId(String userId)
|
String |
toString()
|
| Methods inherited from class org.camunda.bpm.engine.impl.history.event.HistoryEvent |
|---|
getCaseDefinitionId, getCaseDefinitionKey, getCaseExecutionId, getCaseInstanceId, getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceCounter, setCaseDefinitionId, setCaseDefinitionKey, setCaseExecutionId, setCaseInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, 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 |
| Field Detail |
|---|
protected String operationId
protected String operationType
protected String jobId
protected String jobDefinitionId
protected String taskId
protected String userId
protected Date timestamp
protected String property
protected String orgValue
protected String newValue
protected String entityType
| Constructor Detail |
|---|
public UserOperationLogEntryEventEntity()
| Method Detail |
|---|
public String getOperationId()
UserOperationLogEntryUserOperationLogEntry instances will be
created with a common operationId. This allows grouping multiple entries which are part of a composite operation.
getOperationId in interface UserOperationLogEntrypublic String getOperationType()
UserOperationLogEntry
getOperationType in interface UserOperationLogEntryand other fields beginning with OPERATION_TYPEpublic String getTaskId()
UserOperationLogEntry
getTaskId in interface UserOperationLogEntrypublic String getUserId()
UserOperationLogEntry
getUserId in interface UserOperationLogEntrypublic Date getTimestamp()
UserOperationLogEntry
getTimestamp in interface UserOperationLogEntrypublic String getProperty()
UserOperationLogEntry
getProperty in interface UserOperationLogEntrypublic String getOrgValue()
UserOperationLogEntry
getOrgValue in interface UserOperationLogEntrypublic String getNewValue()
UserOperationLogEntry
getNewValue in interface UserOperationLogEntrypublic void setOperationId(String operationId)
public void setOperationType(String operationType)
public void setTaskId(String taskId)
public void setUserId(String userId)
public void setTimestamp(Date timestamp)
public void setProperty(String property)
public void setOrgValue(String orgValue)
public void setNewValue(String newValue)
public String getEntityType()
UserOperationLogEntry
getEntityType in interface UserOperationLogEntryand other fields beginning with ENTITY_TYPEpublic void setEntityType(String entityType)
public String getJobId()
UserOperationLogEntry
getJobId in interface UserOperationLogEntrypublic void setJobId(String jobId)
public String getJobDefinitionId()
UserOperationLogEntry
getJobDefinitionId in interface UserOperationLogEntrypublic void setJobDefinitionId(String jobDefinitionId)
public String toString()
toString in class HistoryEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||