public class UserOperationLogEntryDto extends Object
Constructor and Description |
---|
UserOperationLogEntryDto() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityType() |
String |
getExecutionId() |
String |
getId() |
String |
getNewValue() |
String |
getOperationId() |
String |
getOperationType() |
String |
getOrgValue() |
String |
getProcessDefinitionId() |
String |
getProcessInstanceId() |
String |
getProperty() |
String |
getTaskId() |
Date |
getTimestamp() |
String |
getUserId() |
static List<UserOperationLogEntryDto> |
map(List<UserOperationLogEntry> entries) |
static UserOperationLogEntryDto |
map(UserOperationLogEntry entry) |
public static UserOperationLogEntryDto map(UserOperationLogEntry entry)
public static List<UserOperationLogEntryDto> map(List<UserOperationLogEntry> entries)
public String getId()
public String getProcessDefinitionId()
public String getProcessInstanceId()
public String getExecutionId()
public String getTaskId()
public String getUserId()
public Date getTimestamp()
public String getOperationId()
public String getOperationType()
public String getEntityType()
public String getProperty()
public String getOrgValue()
public String getNewValue()
Copyright © 2015. All rights reserved.