Class UserOperationLogEntryDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
-
public class UserOperationLogEntryDto extends Object
- Author:
- Danny Gräf
-
-
Field Summary
Fields Modifier and Type Field Description protected String
annotation
protected String
batchId
protected String
caseDefinitionId
protected String
caseExecutionId
protected String
caseInstanceId
protected String
category
protected String
deploymentId
protected String
entityType
protected String
executionId
protected String
externalTaskId
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 Summary
Constructors Constructor Description UserOperationLogEntryDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnnotation()
String
getBatchId()
String
getCaseDefinitionId()
String
getCaseExecutionId()
String
getCaseInstanceId()
String
getCategory()
String
getDeploymentId()
String
getEntityType()
String
getExecutionId()
String
getExternalTaskId()
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)
-
-
-
Field Detail
-
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
-
externalTaskId
protected String externalTaskId
-
operationType
protected String operationType
-
entityType
protected String entityType
-
property
protected String property
-
orgValue
protected String orgValue
-
newValue
protected String newValue
-
removalTime
protected Date removalTime
-
rootProcessInstanceId
protected String rootProcessInstanceId
-
category
protected String category
-
annotation
protected String annotation
-
-
Method Detail
-
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()
-
getExternalTaskId
public String getExternalTaskId()
-
getOperationType
public String getOperationType()
-
getEntityType
public String getEntityType()
-
getProperty
public String getProperty()
-
getOrgValue
public String getOrgValue()
-
getNewValue
public String getNewValue()
-
getRemovalTime
public Date getRemovalTime()
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
-
getCategory
public String getCategory()
-
getAnnotation
public String getAnnotation()
-
-