Class UserOperationLogEntryDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto
- Author:
- Danny Gräf
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected Date
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getJobId()
static List<UserOperationLogEntryDto>
map
(List<UserOperationLogEntry> entries) static UserOperationLogEntryDto
map
(UserOperationLogEntry entry)
-
Field Details
-
id
-
deploymentId
-
processDefinitionId
-
processDefinitionKey
-
processInstanceId
-
executionId
-
caseDefinitionId
-
caseInstanceId
-
caseExecutionId
-
taskId
-
jobId
-
jobDefinitionId
-
batchId
-
userId
-
timestamp
-
operationId
-
externalTaskId
-
operationType
-
entityType
-
property
-
orgValue
-
newValue
-
removalTime
-
rootProcessInstanceId
-
category
-
annotation
-
-
Constructor Details
-
UserOperationLogEntryDto
public UserOperationLogEntryDto()
-
-
Method Details
-
map
-
map
-
getId
-
getDeploymentId
-
getProcessDefinitionId
-
getProcessDefinitionKey
-
getProcessInstanceId
-
getExecutionId
-
getCaseDefinitionId
-
getCaseInstanceId
-
getCaseExecutionId
-
getTaskId
-
getJobId
-
getJobDefinitionId
-
getBatchId
-
getUserId
-
getTimestamp
-
getOperationId
-
getExternalTaskId
-
getOperationType
-
getEntityType
-
getProperty
-
getOrgValue
-
getNewValue
-
getRemovalTime
-
getRootProcessInstanceId
-
getCategory
-
getAnnotation
-