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 Stringannotationprotected StringbatchIdprotected StringcaseDefinitionIdprotected StringcaseExecutionIdprotected StringcaseInstanceIdprotected Stringcategoryprotected StringdeploymentIdprotected StringentityTypeprotected StringexecutionIdprotected StringexternalTaskIdprotected Stringidprotected StringjobDefinitionIdprotected StringjobIdprotected StringnewValueprotected StringoperationIdprotected StringoperationTypeprotected StringorgValueprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected StringprocessInstanceIdprotected Stringpropertyprotected DateremovalTimeprotected StringrootProcessInstanceIdprotected StringtaskIdprotected Datetimestampprotected StringuserId
-
Constructor Summary
Constructors Constructor Description UserOperationLogEntryDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAnnotation()StringgetBatchId()StringgetCaseDefinitionId()StringgetCaseExecutionId()StringgetCaseInstanceId()StringgetCategory()StringgetDeploymentId()StringgetEntityType()StringgetExecutionId()StringgetExternalTaskId()StringgetId()StringgetJobDefinitionId()StringgetJobId()StringgetNewValue()StringgetOperationId()StringgetOperationType()StringgetOrgValue()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()StringgetProcessInstanceId()StringgetProperty()DategetRemovalTime()StringgetRootProcessInstanceId()StringgetTaskId()DategetTimestamp()StringgetUserId()static List<UserOperationLogEntryDto>map(List<UserOperationLogEntry> entries)static UserOperationLogEntryDtomap(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()
-
-