public interface HistoricIdentityLinkLog
Modifier and Type | Method and Description |
---|---|
String |
getAssignerId()
Returns the userId of the user who assigns a task to the user
|
String |
getGroupId()
If the identity link involves a group, then this will be a non-null id of a group.
|
String |
getId()
Returns the id of historic identity link (Candidate or Assignee or Owner).
|
String |
getOperationType()
Returns the type of identity link history (add or delete identity link)
|
String |
getProcessDefinitionId()
Returns the id of the related process definition
|
String |
getProcessDefinitionKey()
Returns the key of the related process definition
|
Date |
getRemovalTime()
The time the historic identity link log will be removed.
|
String |
getRootProcessInstanceId()
Returns the root process instance id of
the related process instance
|
String |
getTaskId()
The id of the task associated with this identity link.
|
String |
getTenantId()
Returns the id of the related tenant
|
Date |
getTime()
Returns the time of identity link event (Creation/Deletion)
|
String |
getType()
Returns the type of link (Candidate or Assignee or Owner).
|
String |
getUserId()
If the identity link involves a user, then this will be a non-null id of a user.
|
String getId()
String getType()
IdentityLinkType
for the native supported types by the process engine.String getUserId()
UserQuery
API.String getGroupId()
GroupQuery
API.String getTaskId()
String getAssignerId()
String getOperationType()
Date getTime()
String getProcessDefinitionId()
String getProcessDefinitionKey()
String getTenantId()
String getRootProcessInstanceId()
Date getRemovalTime()
Copyright © 2020. All rights reserved.