Package | Description |
---|---|
org.camunda.bpm.engine.impl.persistence.entity |
Modifier and Type | Field and Description |
---|---|
protected List<IdentityLinkEntity> |
ProcessDefinitionEntity.definitionIdentityLinkEntities |
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) |
static IdentityLinkEntity |
IdentityLinkEntity.createAndInsert() |
Modifier and Type | Method and Description |
---|---|
List<IdentityLinkEntity> |
IdentityLinkManager.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId,
String userId,
String groupId) |
List<IdentityLinkEntity> |
IdentityLinkManager.findIdentityLinkByTaskUserGroupAndType(String taskId,
String userId,
String groupId,
String type) |
List<IdentityLinkEntity> |
IdentityLinkManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) |
List<IdentityLinkEntity> |
IdentityLinkManager.findIdentityLinksByTaskId(String taskId) |
List<IdentityLinkEntity> |
TaskEntity.getIdentityLinks() |
List<IdentityLinkEntity> |
ProcessDefinitionEntity.getIdentityLinks() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityLinkManager.deleteIdentityLink(IdentityLinkEntity identityLink) |
Copyright © 2015. All rights reserved.