public interface IdentityLinkDataManager extends DataManager<IdentityLinkEntity>
IdentityLinkEntity createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink)
List<IdentityLinkEntity> findIdentityLinksByTaskId(String taskId)
List<IdentityLinkEntity> findIdentityLinksByProcessInstanceId(String processInstanceId)
List<IdentityLinkEntity> findIdentityLinksByProcessDefinitionId(String processDefinitionId)
List<IdentityLinkEntity> findIdentityLinksByScopeIdAndType(String scopeId, String scopeType)
List<IdentityLinkEntity> findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType)
List<IdentityLinkEntity> findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType)
List<IdentityLinkEntity> findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type)
List<IdentityLinkEntity> findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId, String userId, String groupId, String type)
List<IdentityLinkEntity> findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId)
List<IdentityLinkEntity> findIdentityLinkByScopeIdScopeTypeUserGroupAndType(String scopeId, String scopeType, String userId, String groupId, String type)
List<IdentityLinkEntity> findIdentityLinkByScopeDefinitionScopeTypeUserAndGroup(String scopeDefinitionId, String scopeType, String userId, String groupId)
void deleteIdentityLinksByTaskId(String taskId)
void deleteIdentityLinksByProcDef(String processDefId)
void deleteIdentityLinksByProcessInstanceId(String processInstanceId)
void deleteIdentityLinksByScopeIdAndScopeType(String scopeId, String scopeType)
Copyright © 2021 Flowable. All rights reserved.