Uses of Interface
org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity
Packages that use IdentityLinkEntity
Package
Description
-
Uses of IdentityLinkEntity in org.flowable.identitylink.service
Methods in org.flowable.identitylink.service that return IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkService.addCandidateGroup(String taskId, String groupId) IdentityLinkService.addCandidateUser(String taskId, String userId) IdentityLinkService.createIdentityLink()IdentityLinkService.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) IdentityLinkService.createProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkService.createProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkService.createScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkService.createScopeIdentityLink(String scopeDefinitionId, String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkService.createSubScopeIdentityLink(String scopeDefinitionId, String scopeId, String subScopeId, String scopeType, String userId, String groupId, String type) IdentityLinkService.createTaskIdentityLink(String taskId, String userId, String groupId, String type) IdentityLinkService.getIdentityLink(String id) Methods in org.flowable.identitylink.service that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkService.addCandidateGroups(String taskId, Collection<String> candidateGroups) IdentityLinkService.addCandidateUsers(String taskId, Collection<String> candidateUsers) IdentityLinkService.deleteProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkService.deleteProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkService.deleteScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkService.deleteScopeIdentityLink(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkService.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) IdentityLinkService.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkService.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkService.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) IdentityLinkService.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) IdentityLinkService.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) IdentityLinkService.findIdentityLinksByTaskId(String taskId) Methods in org.flowable.identitylink.service with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidIdentityLinkService.deleteIdentityLink(IdentityLinkEntity identityLink) voidIdentityLinkService.insertIdentityLink(IdentityLinkEntity identityLink) Method parameters in org.flowable.identitylink.service with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkService.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) -
Uses of IdentityLinkEntity in org.flowable.identitylink.service.impl
Methods in org.flowable.identitylink.service.impl that return IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkServiceImpl.addCandidateGroup(String taskId, String groupId) IdentityLinkServiceImpl.addCandidateUser(String taskId, String userId) IdentityLinkServiceImpl.createIdentityLink()IdentityLinkServiceImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) IdentityLinkServiceImpl.createProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkServiceImpl.createProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkServiceImpl.createScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkServiceImpl.createScopeIdentityLink(String scopeDefinitionId, String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkServiceImpl.createSubScopeIdentityLink(String scopeDefinitionId, String scopeId, String subScopeId, String scopeType, String userId, String groupId, String type) IdentityLinkServiceImpl.createTaskIdentityLink(String taskId, String userId, String groupId, String type) IdentityLinkServiceImpl.getIdentityLink(String id) Methods in org.flowable.identitylink.service.impl that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkServiceImpl.addCandidateGroups(String taskId, Collection<String> candidateGroups) IdentityLinkServiceImpl.addCandidateUsers(String taskId, Collection<String> candidateUsers) IdentityLinkServiceImpl.deleteProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkServiceImpl.deleteProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkServiceImpl.deleteScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkServiceImpl.deleteScopeIdentityLink(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkServiceImpl.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) IdentityLinkServiceImpl.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkServiceImpl.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkServiceImpl.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) IdentityLinkServiceImpl.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) IdentityLinkServiceImpl.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) IdentityLinkServiceImpl.findIdentityLinksByTaskId(String taskId) Methods in org.flowable.identitylink.service.impl with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidIdentityLinkServiceImpl.deleteIdentityLink(IdentityLinkEntity identityLink) voidIdentityLinkServiceImpl.insertIdentityLink(IdentityLinkEntity identityLink) Method parameters in org.flowable.identitylink.service.impl with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkServiceImpl.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) -
Uses of IdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity
Classes in org.flowable.identitylink.service.impl.persistence.entity that implement IdentityLinkEntityMethods in org.flowable.identitylink.service.impl.persistence.entity that return IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkEntityManager.addCandidateGroup(String taskId, String groupId) IdentityLinkEntityManagerImpl.addCandidateGroup(String taskId, String groupId) IdentityLinkEntityManager.addCandidateUser(String taskId, String userId) IdentityLinkEntityManagerImpl.addCandidateUser(String taskId, String userId) IdentityLinkEntityManager.addProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManagerImpl.addProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManager.addProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManager.addScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManagerImpl.addScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManager.addScopeIdentityLink(String scopeDefinitionId, String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addScopeIdentityLink(String scopeDefinitionId, String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManager.addSubScopeIdentityLink(String scopeDefinitionId, String scopeId, String subScopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addSubScopeIdentityLink(String scopeDefinitionId, String scopeId, String subScopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManager.addTaskIdentityLink(String taskId, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addTaskIdentityLink(String taskId, String userId, String groupId, String type) IdentityLinkEntityManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) IdentityLinkEntityManagerImpl.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) Methods in org.flowable.identitylink.service.impl.persistence.entity that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkEntityManager.addCandidateGroups(String taskId, Collection<String> candidateGroups) IdentityLinkEntityManagerImpl.addCandidateGroups(String taskId, Collection<String> candidateGroups) IdentityLinkEntityManager.addCandidateUsers(String taskId, Collection<String> candidateUsers) IdentityLinkEntityManagerImpl.addCandidateUsers(String taskId, Collection<String> candidateUsers) IdentityLinkEntityManager.deleteProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManagerImpl.deleteProcessDefinitionIdentityLink(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManager.deleteProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.deleteProcessInstanceIdentityLink(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManager.deleteScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManagerImpl.deleteScopeDefinitionIdentityLink(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManager.deleteScopeIdentityLink(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.deleteScopeIdentityLink(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManager.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) IdentityLinkEntityManager.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManagerImpl.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId) IdentityLinkEntityManager.findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId, String userId, String groupId, String type) IdentityLinkEntityManager.findIdentityLinkByScopeDefinitionScopeTypeUserAndGroup(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManagerImpl.findIdentityLinkByScopeDefinitionScopeTypeUserAndGroup(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkEntityManager.findIdentityLinkByScopeIdScopeTypeUserGroupAndType(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.findIdentityLinkByScopeIdScopeTypeUserGroupAndType(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkEntityManager.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) IdentityLinkEntityManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkEntityManagerImpl.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkEntityManager.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkEntityManagerImpl.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkEntityManager.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) IdentityLinkEntityManagerImpl.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) IdentityLinkEntityManager.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) IdentityLinkEntityManagerImpl.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) IdentityLinkEntityManager.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) IdentityLinkEntityManagerImpl.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) IdentityLinkEntityManager.findIdentityLinksByTaskId(String taskId) IdentityLinkEntityManagerImpl.findIdentityLinksByTaskId(String taskId) Methods in org.flowable.identitylink.service.impl.persistence.entity with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidIdentityLinkEntityManagerImpl.delete(IdentityLinkEntity entity, boolean fireDeleteEvent) voidIdentityLinkEntityManagerImpl.deleteIdentityLink(IdentityLinkEntity identityLink) voidIdentityLinkEntityManagerImpl.insert(IdentityLinkEntity entity, boolean fireCreateEvent) Method parameters in org.flowable.identitylink.service.impl.persistence.entity with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected booleanIdentityLinkEntityManagerImpl.contains(List<IdentityLinkEntity> identityLinkEntities, String identityLinkId) IdentityLinkEntityManager.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.deleteTaskIdentityLink(String taskId, List<IdentityLinkEntity> currentIdentityLinks, String userId, String groupId, String type) -
Uses of IdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data
Methods in org.flowable.identitylink.service.impl.persistence.entity.data that return IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) Methods in org.flowable.identitylink.service.impl.persistence.entity.data that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkDataManager.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId) IdentityLinkDataManager.findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId, String userId, String groupId, String type) IdentityLinkDataManager.findIdentityLinkByScopeDefinitionScopeTypeUserAndGroup(String scopeDefinitionId, String scopeType, String userId, String groupId) IdentityLinkDataManager.findIdentityLinkByScopeIdScopeTypeUserGroupAndType(String scopeId, String scopeType, String userId, String groupId, String type) IdentityLinkDataManager.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) IdentityLinkDataManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkDataManager.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkDataManager.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) IdentityLinkDataManager.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) IdentityLinkDataManager.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) IdentityLinkDataManager.findIdentityLinksByTaskId(String taskId) -
Uses of IdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data.impl
Fields in org.flowable.identitylink.service.impl.persistence.entity.data.impl with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinkByProcessInstanceMatcherprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinksByProcessInstanceUserGroupAndTypeMatcherprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinksByScopeIdAndTypeMatcherprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinksByScopeIdScopeTypeUserGroupAndTypeMatcherprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinksBySubScopeIdAndTypeMatcherprotected CachedEntityMatcher<IdentityLinkEntity>MybatisIdentityLinkDataManager.identityLinksByTaskIdMatcherMethods in org.flowable.identitylink.service.impl.persistence.entity.data.impl that return IdentityLinkEntityModifier and TypeMethodDescriptionMybatisIdentityLinkDataManager.create()MybatisIdentityLinkDataManager.createIdentityLinkFromHistoricIdentityLink(HistoricIdentityLink historicIdentityLink) Methods in org.flowable.identitylink.service.impl.persistence.entity.data.impl that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionMybatisIdentityLinkDataManager.findIdentityLinkByProcessDefinitionUserAndGroup(String processDefinitionId, String userId, String groupId) MybatisIdentityLinkDataManager.findIdentityLinkByProcessInstanceUserGroupAndType(String processInstanceId, String userId, String groupId, String type) MybatisIdentityLinkDataManager.findIdentityLinkByScopeDefinitionScopeTypeUserAndGroup(String scopeDefinitionId, String scopeType, String userId, String groupId) MybatisIdentityLinkDataManager.findIdentityLinkByScopeIdScopeTypeUserGroupAndType(String scopeId, String scopeType, String userId, String groupId, String type) MybatisIdentityLinkDataManager.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) MybatisIdentityLinkDataManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) MybatisIdentityLinkDataManager.findIdentityLinksByProcessInstanceId(String processInstanceId) MybatisIdentityLinkDataManager.findIdentityLinksByScopeDefinitionIdAndType(String scopeDefinitionId, String scopeType) MybatisIdentityLinkDataManager.findIdentityLinksByScopeIdAndType(String scopeId, String scopeType) MybatisIdentityLinkDataManager.findIdentityLinksBySubScopeIdAndType(String subScopeId, String scopeType) MybatisIdentityLinkDataManager.findIdentityLinksByTaskId(String taskId) Class<? extends IdentityLinkEntity>MybatisIdentityLinkDataManager.getManagedEntityClass() -
Uses of IdentityLinkEntity in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher
Methods in org.flowable.identitylink.service.impl.persistence.entity.data.impl.cachematcher with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionbooleanIdentityLinksByProcessInstanceMatcher.isRetained(IdentityLinkEntity entity, Object parameter) booleanIdentityLinksByProcessInstanceUserGroupAndTypeMatcher.isRetained(IdentityLinkEntity entity, Object parameter) booleanIdentityLinksByScopeIdAndTypeMatcher.isRetained(IdentityLinkEntity entity, Object parameter) booleanIdentityLinksByScopeIdScopeTypeUserGroupAndTypeMatcher.isRetained(IdentityLinkEntity entity, Object parameter) booleanIdentityLinksBySubScopeIdAndTypeMatcher.isRetained(IdentityLinkEntity entity, Object parameter) booleanIdentityLinksByTaskIdMatcher.isRetained(IdentityLinkEntity entity, Object parameter)