public class UserOperationLogEntryDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
batchId |
protected String |
caseDefinitionId |
protected String |
caseExecutionId |
protected String |
caseInstanceId |
protected String |
deploymentId |
protected String |
entityType |
protected String |
executionId |
protected String |
id |
protected String |
jobDefinitionId |
protected String |
jobId |
protected String |
newValue |
protected String |
operationId |
protected String |
operationType |
protected String |
orgValue |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
protected String |
property |
protected Date |
removalTime |
protected String |
rootProcessInstanceId |
protected String |
taskId |
protected Date |
timestamp |
protected String |
userId |
Constructor and Description |
---|
UserOperationLogEntryDto() |
Modifier and Type | Method and Description |
---|---|
String |
getBatchId() |
String |
getCaseDefinitionId() |
String |
getCaseExecutionId() |
String |
getCaseInstanceId() |
String |
getDeploymentId() |
String |
getEntityType() |
String |
getExecutionId() |
String |
getId() |
String |
getJobDefinitionId() |
String |
getJobId() |
String |
getNewValue() |
String |
getOperationId() |
String |
getOperationType() |
String |
getOrgValue() |
String |
getProcessDefinitionId() |
String |
getProcessDefinitionKey() |
String |
getProcessInstanceId() |
String |
getProperty() |
Date |
getRemovalTime() |
String |
getRootProcessInstanceId() |
String |
getTaskId() |
Date |
getTimestamp() |
String |
getUserId() |
static List<UserOperationLogEntryDto> |
map(List<UserOperationLogEntry> entries) |
static UserOperationLogEntryDto |
map(UserOperationLogEntry entry) |
protected String id
protected String deploymentId
protected String processDefinitionId
protected String processDefinitionKey
protected String processInstanceId
protected String executionId
protected String caseDefinitionId
protected String caseInstanceId
protected String caseExecutionId
protected String taskId
protected String jobId
protected String jobDefinitionId
protected String batchId
protected String userId
protected Date timestamp
protected String operationId
protected String operationType
protected String entityType
protected String property
protected String orgValue
protected String newValue
protected Date removalTime
protected String rootProcessInstanceId
public static UserOperationLogEntryDto map(UserOperationLogEntry entry)
public static List<UserOperationLogEntryDto> map(List<UserOperationLogEntry> entries)
public String getId()
public String getDeploymentId()
public String getProcessDefinitionId()
public String getProcessDefinitionKey()
public String getProcessInstanceId()
public String getExecutionId()
public String getCaseDefinitionId()
public String getCaseInstanceId()
public String getCaseExecutionId()
public String getTaskId()
public String getJobId()
public String getJobDefinitionId()
public String getBatchId()
public String getUserId()
public Date getTimestamp()
public String getOperationId()
public String getOperationType()
public String getEntityType()
public String getProperty()
public String getOrgValue()
public String getNewValue()
public Date getRemovalTime()
public String getRootProcessInstanceId()
Copyright © 2020. All rights reserved.