Uses of Interface
org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity
Packages that use IdentityLinkEntity
Package
Description
-
Uses of IdentityLinkEntity in org.flowable.cmmn.engine.impl.history
Methods in org.flowable.cmmn.engine.impl.history with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected StringDefaultCmmnHistoryConfigurationSettings.getCaseDefinitionId(IdentityLinkEntity identityLink) booleanCmmnHistoryConfigurationSettings.isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLinkEntity) Returns whether history is enabled for the provided identity link.booleanDefaultCmmnHistoryConfigurationSettings.isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLinkEntity) voidCmmnHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidCompositeCmmnHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidDefaultCmmnHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidCmmnHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) voidCompositeCmmnHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) voidDefaultCmmnHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) -
Uses of IdentityLinkEntity in org.flowable.cmmn.engine.impl.interceptor
Methods in org.flowable.cmmn.engine.impl.interceptor that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected List<IdentityLinkEntity>DefaultCmmnIdentityLinkInterceptor.createCaseIdentityLinksFromHistoricCaseInstance(String caseInstanceId) Methods in org.flowable.cmmn.engine.impl.interceptor with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidDefaultCmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) -
Uses of IdentityLinkEntity in org.flowable.cmmn.engine.impl.persistence.entity
Fields in org.flowable.cmmn.engine.impl.persistence.entity with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected List<IdentityLinkEntity>CaseDefinitionEntityImpl.definitionIdentityLinkEntitiesMethods in org.flowable.cmmn.engine.impl.persistence.entity that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionCaseDefinitionEntity.getIdentityLinks()CaseDefinitionEntityImpl.getIdentityLinks() -
Uses of IdentityLinkEntity in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return IdentityLinkEntityModifier and TypeMethodDescriptionstatic IdentityLinkEntityIdentityLinkUtil.createCaseInstanceIdentityLink(CaseInstance caseInstance, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) static IdentityLinkEntityIdentityLinkUtil.createPlanItemInstanceIdentityLink(PlanItemInstance planItemInstance, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) Methods in org.flowable.cmmn.engine.impl.util with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionstatic voidIdentityLinkUtil.handleTaskIdentityLinkAddition(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) protected static voidIdentityLinkUtil.logTaskIdentityLinkEvent(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) Method parameters in org.flowable.cmmn.engine.impl.util with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionstatic voidCmmnLoggingSessionUtil.addTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static voidIdentityLinkUtil.handleTaskIdentityLinkAdditions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities, CmmnEngineConfiguration cmmnEngineConfiguration) static voidIdentityLinkUtil.handleTaskIdentityLinkDeletions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascaseHistory, CmmnEngineConfiguration cmmnEngineConfiguration) -
Uses of IdentityLinkEntity in org.flowable.cmmn.engine.interceptor
Methods in org.flowable.cmmn.engine.interceptor with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidCmmnIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) -
Uses of IdentityLinkEntity in org.flowable.engine.impl.history
Methods in org.flowable.engine.impl.history with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected StringDefaultHistoryConfigurationSettings.getProcessDefinitionId(IdentityLinkEntity identityLink) booleanDefaultHistoryConfigurationSettings.isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLink) booleanHistoryConfigurationSettings.isHistoryEnabledForIdentityLink(IdentityLinkEntity identityLink) Returns whether history is enabled for the provided identity link.voidCompositeHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidDefaultHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) Record the creation of a newIdentityLink, if audit history is enabled.voidCompositeHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) voidDefaultHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) voidHistoryManager.recordIdentityLinkDeleted(IdentityLinkEntity identityLink) Record the deletion of aIdentityLink, if audit history is enabled -
Uses of IdentityLinkEntity in org.flowable.engine.impl.interceptor
Methods in org.flowable.engine.impl.interceptor with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidDefaultIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) -
Uses of IdentityLinkEntity in org.flowable.engine.impl.persistence.entity
Fields in org.flowable.engine.impl.persistence.entity with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected List<IdentityLinkEntity>ProcessDefinitionEntityImpl.definitionIdentityLinkEntitiesprotected CachedEntityMatcher<IdentityLinkEntity>ExecutionEntityManagerImpl.identityLinkByProcessInstanceMatcherprotected List<IdentityLinkEntity>ExecutionEntityImpl.identityLinksMethods in org.flowable.engine.impl.persistence.entity that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionExecutionEntity.getIdentityLinks()ExecutionEntityImpl.getIdentityLinks()ProcessDefinitionEntity.getIdentityLinks()ProcessDefinitionEntityImpl.getIdentityLinks() -
Uses of IdentityLinkEntity in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util that return IdentityLinkEntityModifier and TypeMethodDescriptionstatic IdentityLinkEntityIdentityLinkUtil.createProcessInstanceIdentityLink(ExecutionEntity processInstanceExecution, String userId, String groupId, String type) Methods in org.flowable.engine.impl.util with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected static voidIdentityLinkUtil.handleTaskCountsForIdentityLinkDeletion(TaskEntity taskEntity, IdentityLinkEntity identityLink) static voidIdentityLinkUtil.handleTaskIdentityLinkAddition(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) protected static voidIdentityLinkUtil.logTaskIdentityLinkEvent(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) Method parameters in org.flowable.engine.impl.util with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionstatic voidBpmnLoggingSessionUtil.addTaskIdentityLinkData(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, DelegateExecution execution) static voidIdentityLinkUtil.handleTaskIdentityLinkAdditions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities) static voidIdentityLinkUtil.handleTaskIdentityLinkDeletions(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinks, boolean cascadeHistory, boolean updateTaskCounts) -
Uses of IdentityLinkEntity in org.flowable.engine.interceptor
Methods in org.flowable.engine.interceptor with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidIdentityLinkInterceptor.handleAddIdentityLinkToTask(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) -
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) -
Uses of IdentityLinkEntity in org.flowable.task.service.impl.persistence.entity
Fields in org.flowable.task.service.impl.persistence.entity with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected List<IdentityLinkEntity>TaskEntityImpl.queryIdentityLinksprotected List<IdentityLinkEntity>TaskEntityImpl.taskIdentityLinkEntitiesMethods in org.flowable.task.service.impl.persistence.entity that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionTaskEntity.getIdentityLinks()TaskEntityImpl.getIdentityLinks()TaskEntityImpl.getQueryIdentityLinks()Method parameters in org.flowable.task.service.impl.persistence.entity with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected List<IdentityLink>TaskEntityImpl.convertToIdentityLinks(List<IdentityLinkEntity> identityLinks) voidTaskEntityImpl.setQueryIdentityLinks(List<IdentityLinkEntity> identityLinks)