org.camunda.bpm.engine.rest.dto.history
Class UserOperationLogEntryDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.history.UserOperationLogEntryDto

public class UserOperationLogEntryDto
extends Object

Author:
Danny Gräf

Field Summary
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  String taskId
           
protected  Date timestamp
           
protected  String userId
           
 
Constructor Summary
UserOperationLogEntryDto()
           
 
Method Summary
 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()
           
 String getTaskId()
           
 Date getTimestamp()
           
 String getUserId()
           
static List<UserOperationLogEntryDto> map(List<UserOperationLogEntry> entries)
           
static UserOperationLogEntryDto map(UserOperationLogEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

operationType

protected String operationType

entityType

protected String entityType

property

protected String property

orgValue

protected String orgValue

newValue

protected String newValue
Constructor Detail

UserOperationLogEntryDto

public UserOperationLogEntryDto()
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()

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.