org.camunda.bpm.engine.rest.dto.history
Class HistoricIdentityLinkLogDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
public class HistoricIdentityLinkLogDto
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
time
protected Date time
type
protected String type
userId
protected String userId
groupId
protected String groupId
taskId
protected String taskId
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
operationType
protected String operationType
assignerId
protected String assignerId
tenantId
protected String tenantId
HistoricIdentityLinkLogDto
public HistoricIdentityLinkLogDto()
getId
public String getId()
getTime
public Date getTime()
getType
public String getType()
getUserId
public String getUserId()
getGroupId
public String getGroupId()
getTaskId
public String getTaskId()
getProcessDefinitionId
public String getProcessDefinitionId()
getProcessDefinitionKey
public String getProcessDefinitionKey()
getOperationType
public String getOperationType()
getAssignerId
public String getAssignerId()
getTenantId
public String getTenantId()
fromHistoricIdentityLink
public static HistoricIdentityLinkLogDto fromHistoricIdentityLink(HistoricIdentityLinkLog historicIdentityLink)
Copyright © 2016 camunda services GmbH. All rights reserved.