|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoricIdentityLinkLog
An historic identity link stores the association of a task with a certain identity. For example, historic identity link is logged on the following conditions: - a user can be an assignee/Candidate/Owner (= identity link type) for a task - a group can be a candidate-group (= identity link type) for a task - a user can be an candidate in the scope of process definition - a group can be a candidate-group in the scope of process definition For every log, an operation type (add/delete) is added to the database based on the identity link operation
| Method Summary | |
|---|---|
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 |
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||