| Package | Description |
|---|---|
| org.activiti.engine.impl.history | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
void |
HistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink)
Record the creation of a new
IdentityLink, if audit history is enabled. |
void |
DefaultHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) |
| Modifier and Type | Field and Description |
|---|---|
protected List<IdentityLinkEntity> |
ProcessDefinitionEntity.definitionIdentityLinkEntities |
protected List<IdentityLinkEntity> |
ExecutionEntity.identityLinks |
protected List<IdentityLinkEntity> |
TaskEntity.taskIdentityLinkEntities |
| Modifier and Type | Method and Description |
|---|---|
IdentityLinkEntity |
ProcessDefinitionEntity.addIdentityLink(String userId,
String groupId) |
IdentityLinkEntity |
TaskEntity.addIdentityLink(String userId,
String groupId,
String type) |
IdentityLinkEntity |
ExecutionEntity.addIdentityLink(String userId,
String groupId,
String type) |
IdentityLinkEntity |
ExecutionEntity.involveUser(String userId,
String type)
Adds an IdentityLink for this user with the specified type,
but only if the user is not associated with this instance yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdentityLinkEntityManager.deleteIdentityLink(IdentityLinkEntity identityLink,
boolean cascadeHistory) |
| Constructor and Description |
|---|
HistoricIdentityLinkEntity(IdentityLinkEntity identityLink) |
Copyright © 2016 Alfresco. All rights reserved.