org.camunda.bpm.engine.rest.dto.history
Class UserOperationLogEntryDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
public class UserOperationLogEntryDto
- extends Object
- Author:
- Danny Gräf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
deploymentId
protected String deploymentId
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
processInstanceId
protected String processInstanceId
executionId
protected String executionId
caseDefinitionId
protected String caseDefinitionId
caseInstanceId
protected String caseInstanceId
caseExecutionId
protected String caseExecutionId
taskId
protected String taskId
jobId
protected String jobId
jobDefinitionId
protected String jobDefinitionId
batchId
protected String batchId
userId
protected String userId
timestamp
protected Date timestamp
operationId
protected String operationId
operationType
protected String operationType
entityType
protected String entityType
property
protected String property
orgValue
protected String orgValue
newValue
protected String newValue
UserOperationLogEntryDto
public UserOperationLogEntryDto()
map
public static UserOperationLogEntryDto map(UserOperationLogEntry entry)
map
public static List<UserOperationLogEntryDto> map(List<UserOperationLogEntry> entries)
getId
public String getId()
getDeploymentId
public String getDeploymentId()
getProcessDefinitionId
public String getProcessDefinitionId()
getProcessDefinitionKey
public String getProcessDefinitionKey()
getProcessInstanceId
public String getProcessInstanceId()
getExecutionId
public String getExecutionId()
getCaseDefinitionId
public String getCaseDefinitionId()
getCaseInstanceId
public String getCaseInstanceId()
getCaseExecutionId
public String getCaseExecutionId()
getTaskId
public String getTaskId()
getJobId
public String getJobId()
getJobDefinitionId
public String getJobDefinitionId()
getBatchId
public String getBatchId()
getUserId
public String getUserId()
getTimestamp
public Date getTimestamp()
getOperationId
public String getOperationId()
getOperationType
public String getOperationType()
getEntityType
public String getEntityType()
getProperty
public String getProperty()
getOrgValue
public String getOrgValue()
getNewValue
public String getNewValue()
Copyright © 2016 camunda services GmbH. All rights reserved.