public class UserOperationLogContext extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
entityType |
protected String |
executionId |
protected String |
operationId |
protected String |
operationType |
protected String |
processDefinitionId |
protected String |
processInstanceId |
protected List<PropertyChange> |
propertyChanges |
protected String |
taskId |
protected String |
userId |
Constructor and Description |
---|
UserOperationLogContext() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType() |
String |
getExecutionId() |
String |
getOperationId() |
String |
getOperationType() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
List<PropertyChange> |
getPropertyChanges() |
String |
getTaskId() |
String |
getUserId() |
void |
setEntityType(String entityType) |
void |
setExecutionId(String executionId) |
void |
setOperationId(String operationId) |
void |
setOperationType(String operationType) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setPropertyChanges(List<PropertyChange> propertyChanges) |
void |
setTaskId(String taskId) |
void |
setUserId(String userId) |
protected String processDefinitionId
protected String processInstanceId
protected String executionId
protected String taskId
protected String operationType
protected String entityType
protected List<PropertyChange> propertyChanges
protected String userId
protected String operationId
public String getProcessDefinitionId()
public void setProcessDefinitionId(String processDefinitionId)
public String getProcessInstanceId()
public void setProcessInstanceId(String processInstanceId)
public String getExecutionId()
public void setExecutionId(String executionId)
public String getTaskId()
public void setTaskId(String taskId)
public String getOperationType()
public void setOperationType(String operationType)
public String getEntityType()
public void setEntityType(String entityType)
public List<PropertyChange> getPropertyChanges()
public void setPropertyChanges(List<PropertyChange> propertyChanges)
public String getUserId()
public void setUserId(String userId)
public String getOperationId()
public void setOperationId(String operationId)
Copyright © 2015. All rights reserved.