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 | Class and Description |
---|---|
class |
IdentityLinkEntityImpl |
Modifier and Type | Field and Description |
---|---|
protected List<IdentityLinkEntity> |
ProcessDefinitionEntityImpl.definitionIdentityLinkEntities |
protected List<IdentityLinkEntity> |
ExecutionEntityImpl.identityLinks |
protected List<IdentityLinkEntity> |
TaskEntityImpl.taskIdentityLinkEntities |
Modifier and Type | Method and Description |
---|---|
IdentityLinkEntity |
IdentityLinkEntityManagerImpl.addIdentityLink(ExecutionEntity executionEntity,
String userId,
String groupId,
String type) |
IdentityLinkEntity |
IdentityLinkEntityManager.addIdentityLink(ExecutionEntity executionEntity,
String userId,
String groupId,
String type) |
IdentityLinkEntity |
IdentityLinkEntityManagerImpl.addIdentityLink(ProcessDefinitionEntity processDefinitionEntity,
String userId,
String groupId) |
IdentityLinkEntity |
IdentityLinkEntityManager.addIdentityLink(ProcessDefinitionEntity processDefinitionEntity,
String userId,
String groupId) |
IdentityLinkEntity |
IdentityLinkEntityManagerImpl.addIdentityLink(TaskEntity taskEntity,
String userId,
String groupId,
String type) |
IdentityLinkEntity |
IdentityLinkEntityManager.addIdentityLink(TaskEntity taskEntity,
String userId,
String groupId,
String type) |
IdentityLinkEntity |
IdentityLinkEntityManagerImpl.involveUser(ExecutionEntity executionEntity,
String userId,
String type)
Adds an IdentityLink for the given user id with the specified type,
but only if the user is not associated with the execution entity yet.
|
IdentityLinkEntity |
IdentityLinkEntityManager.involveUser(ExecutionEntity executionEntity,
String userId,
String type)
Adds an IdentityLink for the given user id with the specified type,
but only if the user is not associated with the execution entity yet.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentityLinkEntityManagerImpl.deleteIdentityLink(IdentityLinkEntity identityLink,
boolean cascadeHistory) |
void |
IdentityLinkEntityManager.deleteIdentityLink(IdentityLinkEntity identityLink,
boolean cascadeHistory) |
void |
IdentityLinkEntityManagerImpl.insert(IdentityLinkEntity entity,
boolean fireCreateEvent) |
Modifier and Type | Method and Description |
---|---|
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId,
String userId,
String groupId) |
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId,
String userId,
String groupId,
String type) |
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinkByTaskUserGroupAndType(String taskId,
String userId,
String groupId,
String type) |
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) |
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinksByProcessInstanceId(String processInstanceId) |
List<IdentityLinkEntity> |
IdentityLinkDataManager.findIdentityLinksByTaskId(String taskId) |
Modifier and Type | Method and Description |
---|---|
IdentityLinkEntity |
MybatisIdentityLinkDataManager.create() |
Copyright © 2015 Alfresco. All rights reserved.