Class HistoricIdentityLinkLogDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.HistoricIdentityLinkLogDto
-
- Direct Known Subclasses:
OptimizeHistoricIdentityLinkLogDto
public class HistoricIdentityLinkLogDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringassignerIdprotected StringgroupIdprotected Stringidprotected StringoperationTypeprotected StringprocessDefinitionIdprotected StringprocessDefinitionKeyprotected DateremovalTimeprotected StringrootProcessInstanceIdprotected StringtaskIdprotected StringtenantIdprotected Datetimeprotected Stringtypeprotected StringuserId
-
Constructor Summary
Constructors Constructor Description HistoricIdentityLinkLogDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricIdentityLinkLogDtofromHistoricIdentityLink(org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)static voidfromHistoricIdentityLink(HistoricIdentityLinkLogDto dto, org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)StringgetAssignerId()StringgetGroupId()StringgetId()StringgetOperationType()StringgetProcessDefinitionId()StringgetProcessDefinitionKey()DategetRemovalTime()StringgetRootProcessInstanceId()StringgetTaskId()StringgetTenantId()DategetTime()StringgetType()StringgetUserId()
-
-
-
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
-
removalTime
protected Date removalTime
-
rootProcessInstanceId
protected String rootProcessInstanceId
-
-
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()
-
getRemovalTime
public Date getRemovalTime()
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
-
fromHistoricIdentityLink
public static HistoricIdentityLinkLogDto fromHistoricIdentityLink(org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)
-
fromHistoricIdentityLink
public static void fromHistoricIdentityLink(HistoricIdentityLinkLogDto dto, org.camunda.bpm.engine.history.HistoricIdentityLinkLog historicIdentityLink)
-
-