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

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

public class HistoricIdentityLinkLogDto
extends Object


Field Summary
protected  String assignerId
           
protected  String groupId
           
protected  String id
           
protected  String operationType
           
protected  String processDefinitionId
           
protected  String processDefinitionKey
           
protected  String taskId
           
protected  String tenantId
           
protected  Date time
           
protected  String type
           
protected  String userId
           
 
Constructor Summary
HistoricIdentityLinkLogDto()
           
 
Method Summary
static HistoricIdentityLinkLogDto fromHistoricIdentityLink(HistoricIdentityLinkLog historicIdentityLink)
           
 String getAssignerId()
           
 String getGroupId()
           
 String getId()
           
 String getOperationType()
           
 String getProcessDefinitionId()
           
 String getProcessDefinitionKey()
           
 String getTaskId()
           
 String getTenantId()
           
 Date getTime()
           
 String getType()
           
 String getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HistoricIdentityLinkLogDto

public HistoricIdentityLinkLogDto()
Method Detail

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.