public class UserOperationLogEntryEventEntity extends HistoryEvent implements UserOperationLogEntry
Modifier and Type | Field and Description |
---|---|
protected String |
entityType |
protected String |
newValue |
protected String |
operationId |
protected String |
operationType |
protected String |
orgValue |
protected String |
property |
protected String |
taskId |
protected Date |
timestamp |
protected String |
userId |
ACTIVITY_EVENT_TYPE_END, ACTIVITY_EVENT_TYPE_START, ACTIVITY_EVENT_TYPE_UPDATE, eventType, executionId, FORM_PROPERTY_UPDATE, id, INCIDENT_CREATE, INCIDENT_DELETE, INCIDENT_RESOLVE, processDefinitionId, processInstanceId, 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
ENTITY_TYPE_ATTACHMENT, ENTITY_TYPE_IDENTITY_LINK, ENTITY_TYPE_TASK, OPERATION_TYPE_ADD_ATTACHMENT, OPERATION_TYPE_ADD_GROUP_LINK, OPERATION_TYPE_ADD_USER_LINK, OPERATION_TYPE_ASSIGN, OPERATION_TYPE_CLAIM, OPERATION_TYPE_COMPLETE, OPERATION_TYPE_CREATE, OPERATION_TYPE_DELEGATE, OPERATION_TYPE_DELETE, OPERATION_TYPE_DELETE_ATTACHMENT, OPERATION_TYPE_DELETE_GROUP_LINK, OPERATION_TYPE_DELETE_USER_LINK, OPERATION_TYPE_RESOLVE, OPERATION_TYPE_SET_OWNER, OPERATION_TYPE_SET_PRIORITY, OPERATION_TYPE_UPDATE
Constructor and Description |
---|
UserOperationLogEntryEventEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType()
The type of the entity on which this operation was executed.
|
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 |
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() |
getEventType, getExecutionId, getId, getPersistentState, getProcessDefinitionId, getProcessInstanceId, setEventType, setExecutionId, setId, setProcessDefinitionId, setProcessInstanceId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId
protected String operationId
protected String operationType
protected String taskId
protected String userId
protected Date timestamp
protected String property
protected String orgValue
protected String newValue
protected String entityType
public String getOperationId()
UserOperationLogEntry
UserOperationLogEntry
instances will be
created with a common operationId. This allows grouping multiple entries which are part of a composite operation.getOperationId
in interface UserOperationLogEntry
public String getOperationType()
UserOperationLogEntry
getOperationType
in interface UserOperationLogEntry
and other fields beginning with OPERATION_TYPE
public String getTaskId()
UserOperationLogEntry
getTaskId
in interface UserOperationLogEntry
public String getUserId()
UserOperationLogEntry
getUserId
in interface UserOperationLogEntry
public Date getTimestamp()
UserOperationLogEntry
getTimestamp
in interface UserOperationLogEntry
public String getProperty()
UserOperationLogEntry
getProperty
in interface UserOperationLogEntry
public String getOrgValue()
UserOperationLogEntry
getOrgValue
in interface UserOperationLogEntry
public String getNewValue()
UserOperationLogEntry
getNewValue
in interface UserOperationLogEntry
public 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 UserOperationLogEntry
and other fields beginning with ENTITY_TYPE
public void setEntityType(String entityType)
public String toString()
toString
in class HistoryEvent
Copyright © 2015. All rights reserved.