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 String
DefaultCmmnHistoryConfigurationSettings.getCaseDefinitionId
(IdentityLinkEntity identityLink) boolean
CmmnHistoryConfigurationSettings.isHistoryEnabledForIdentityLink
(IdentityLinkEntity identityLinkEntity) Returns whether history is enabled for the provided identity link.boolean
DefaultCmmnHistoryConfigurationSettings.isHistoryEnabledForIdentityLink
(IdentityLinkEntity identityLinkEntity) void
CmmnHistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) void
CompositeCmmnHistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) void
DefaultCmmnHistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) void
CmmnHistoryManager.recordIdentityLinkDeleted
(IdentityLinkEntity identityLink) void
CompositeCmmnHistoryManager.recordIdentityLinkDeleted
(IdentityLinkEntity identityLink) void
DefaultCmmnHistoryManager.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 TypeMethodDescriptionvoid
DefaultCmmnIdentityLinkInterceptor.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.definitionIdentityLinkEntities
Methods 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 IdentityLinkEntity
IdentityLinkUtil.createCaseInstanceIdentityLink
(CaseInstance caseInstance, String userId, String groupId, String type, CmmnEngineConfiguration cmmnEngineConfiguration) static IdentityLinkEntity
IdentityLinkUtil.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 void
IdentityLinkUtil.handleTaskIdentityLinkAddition
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity, CmmnEngineConfiguration cmmnEngineConfiguration) protected static void
IdentityLinkUtil.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 void
CmmnLoggingSessionUtil.addTaskIdentityLinkData
(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, PlanItemInstanceEntity planItemInstanceEntity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) static void
IdentityLinkUtil.handleTaskIdentityLinkAdditions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities, CmmnEngineConfiguration cmmnEngineConfiguration) static void
IdentityLinkUtil.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 TypeMethodDescriptionvoid
CmmnIdentityLinkInterceptor.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 String
DefaultHistoryConfigurationSettings.getProcessDefinitionId
(IdentityLinkEntity identityLink) boolean
DefaultHistoryConfigurationSettings.isHistoryEnabledForIdentityLink
(IdentityLinkEntity identityLink) boolean
HistoryConfigurationSettings.isHistoryEnabledForIdentityLink
(IdentityLinkEntity identityLink) Returns whether history is enabled for the provided identity link.void
CompositeHistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) void
DefaultHistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) void
HistoryManager.recordIdentityLinkCreated
(IdentityLinkEntity identityLink) Record the creation of a newIdentityLink
, if audit history is enabled.void
CompositeHistoryManager.recordIdentityLinkDeleted
(IdentityLinkEntity identityLink) void
DefaultHistoryManager.recordIdentityLinkDeleted
(IdentityLinkEntity identityLink) void
HistoryManager.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 TypeMethodDescriptionvoid
DefaultIdentityLinkInterceptor.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.definitionIdentityLinkEntities
protected CachedEntityMatcher<IdentityLinkEntity>
ExecutionEntityManagerImpl.identityLinkByProcessInstanceMatcher
protected List<IdentityLinkEntity>
ExecutionEntityImpl.identityLinks
Methods 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 IdentityLinkEntity
IdentityLinkUtil.createProcessInstanceIdentityLink
(ExecutionEntity processInstanceExecution, String userId, String groupId, String type) Methods in org.flowable.engine.impl.util with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected static void
IdentityLinkUtil.handleTaskCountsForIdentityLinkDeletion
(TaskEntity taskEntity, IdentityLinkEntity identityLink) static void
IdentityLinkUtil.handleTaskIdentityLinkAddition
(TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) protected static void
IdentityLinkUtil.logTaskIdentityLinkEvent
(String eventType, TaskEntity taskEntity, IdentityLinkEntity identityLinkEntity) Method parameters in org.flowable.engine.impl.util with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionstatic void
BpmnLoggingSessionUtil.addTaskIdentityLinkData
(String type, String message, boolean isUser, List<IdentityLinkEntity> identityLinkEntities, TaskEntity task, DelegateExecution execution) static void
IdentityLinkUtil.handleTaskIdentityLinkAdditions
(TaskEntity taskEntity, List<IdentityLinkEntity> identityLinkEntities) static void
IdentityLinkUtil.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 TypeMethodDescriptionvoid
IdentityLinkInterceptor.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 TypeMethodDescriptionvoid
IdentityLinkService.deleteIdentityLink
(IdentityLinkEntity identityLink) void
IdentityLinkService.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 TypeMethodDescriptionvoid
IdentityLinkServiceImpl.deleteIdentityLink
(IdentityLinkEntity identityLink) void
IdentityLinkServiceImpl.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 TypeMethodDescriptionvoid
IdentityLinkEntityManagerImpl.delete
(IdentityLinkEntity entity, boolean fireDeleteEvent) void
IdentityLinkEntityManagerImpl.deleteIdentityLink
(IdentityLinkEntity identityLink) void
IdentityLinkEntityManagerImpl.insert
(IdentityLinkEntity entity, boolean fireCreateEvent) Method parameters in org.flowable.identitylink.service.impl.persistence.entity with type arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionprotected boolean
IdentityLinkEntityManagerImpl.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.identityLinkByProcessInstanceMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByProcessInstanceUserGroupAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByScopeIdAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByScopeIdScopeTypeUserGroupAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksBySubScopeIdAndTypeMatcher
protected CachedEntityMatcher<IdentityLinkEntity>
MybatisIdentityLinkDataManager.identityLinksByTaskIdMatcher
Methods 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 TypeMethodDescriptionboolean
IdentityLinksByProcessInstanceMatcher.isRetained
(IdentityLinkEntity entity, Object parameter) boolean
IdentityLinksByProcessInstanceUserGroupAndTypeMatcher.isRetained
(IdentityLinkEntity entity, Object parameter) boolean
IdentityLinksByScopeIdAndTypeMatcher.isRetained
(IdentityLinkEntity entity, Object parameter) boolean
IdentityLinksByScopeIdScopeTypeUserGroupAndTypeMatcher.isRetained
(IdentityLinkEntity entity, Object parameter) boolean
IdentityLinksBySubScopeIdAndTypeMatcher.isRetained
(IdentityLinkEntity entity, Object parameter) boolean
IdentityLinksByTaskIdMatcher.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.queryIdentityLinks
protected List<IdentityLinkEntity>
TaskEntityImpl.taskIdentityLinkEntities
Methods 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) void
TaskEntityImpl.setQueryIdentityLinks
(List<IdentityLinkEntity> identityLinks)