Uses of Interface
org.activiti.engine.impl.persistence.entity.IdentityLinkEntity
Packages that use IdentityLinkEntity
Package
Description
-
Uses of IdentityLinkEntity in org.activiti.engine.impl.history
Methods in org.activiti.engine.impl.history with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidDefaultHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) voidHistoryManager.recordIdentityLinkCreated(IdentityLinkEntity identityLink) Record the creation of a newIdentityLink, if audit history is enabled. -
Uses of IdentityLinkEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement IdentityLinkEntityFields in org.activiti.engine.impl.persistence.entity with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected List<IdentityLinkEntity> ProcessDefinitionEntityImpl.definitionIdentityLinkEntitiesprotected List<IdentityLinkEntity> ExecutionEntityImpl.identityLinksprotected List<IdentityLinkEntity> TaskEntityImpl.taskIdentityLinkEntitiesMethods in org.activiti.engine.impl.persistence.entity that return IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkEntityManager.addIdentityLink(ExecutionEntity executionEntity, String userId, String groupId, String type) IdentityLinkEntityManager.addIdentityLink(ExecutionEntity executionEntity, String userId, String groupId, String type, byte[] details) IdentityLinkEntityManager.addIdentityLink(ProcessDefinitionEntity processDefinitionEntity, String userId, String groupId) IdentityLinkEntityManager.addIdentityLink(TaskEntity taskEntity, String userId, String groupId, String type) IdentityLinkEntityManager.addIdentityLink(TaskEntity taskEntity, String userId, String groupId, String type, byte[] details) IdentityLinkEntityManagerImpl.addIdentityLink(ExecutionEntity executionEntity, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addIdentityLink(ExecutionEntity executionEntity, String userId, String groupId, String type, byte[] details) IdentityLinkEntityManagerImpl.addIdentityLink(ProcessDefinitionEntity processDefinitionEntity, String userId, String groupId) IdentityLinkEntityManagerImpl.addIdentityLink(TaskEntity taskEntity, String userId, String groupId, String type) IdentityLinkEntityManagerImpl.addIdentityLink(TaskEntity taskEntity, String userId, String groupId, String type, byte[] details) IdentityLinkEntityManager.involveUser(ExecutionEntity executionEntity, String userId, String type) Adds an IdentityLink for the given user id with the specified type, but only if the user is not associated with the execution entity yet.IdentityLinkEntityManagerImpl.involveUser(ExecutionEntity executionEntity, String userId, String type) Adds an IdentityLink for the given user id with the specified type, but only if the user is not associated with the execution entity yet.Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type IdentityLinkEntityModifier and TypeMethodDescriptionIdentityLinkEntityManager.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.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.findIdentityLinksByTaskId(String taskId) IdentityLinkEntityManagerImpl.findIdentityLinksByTaskId(String taskId) protected DataManager<IdentityLinkEntity> IdentityLinkEntityManagerImpl.getDataManager()ExecutionEntity.getIdentityLinks()ExecutionEntityImpl.getIdentityLinks()ProcessDefinitionEntity.getIdentityLinks()ProcessDefinitionEntityImpl.getIdentityLinks()TaskEntity.getIdentityLinks()TaskEntityImpl.getIdentityLinks()Methods in org.activiti.engine.impl.persistence.entity with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionvoidIdentityLinkEntityManager.deleteIdentityLink(IdentityLinkEntity identityLink, boolean cascadeHistory) voidIdentityLinkEntityManagerImpl.deleteIdentityLink(IdentityLinkEntity identityLink, boolean cascadeHistory) voidIdentityLinkEntityManagerImpl.insert(IdentityLinkEntity entity, boolean fireCreateEvent) -
Uses of IdentityLinkEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.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.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) IdentityLinkDataManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) IdentityLinkDataManager.findIdentityLinksByProcessInstanceId(String processInstanceId) IdentityLinkDataManager.findIdentityLinksByTaskId(String taskId) -
Uses of IdentityLinkEntity in org.activiti.engine.impl.persistence.entity.data.impl
Fields in org.activiti.engine.impl.persistence.entity.data.impl with type parameters of type IdentityLinkEntityModifier and TypeFieldDescriptionprotected CachedEntityMatcher<IdentityLinkEntity> MybatisIdentityLinkDataManager.identityLinkByProcessInstanceMatcherMethods in org.activiti.engine.impl.persistence.entity.data.impl that return IdentityLinkEntityMethods in org.activiti.engine.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.findIdentityLinkByTaskUserGroupAndType(String taskId, String userId, String groupId, String type) MybatisIdentityLinkDataManager.findIdentityLinksByProcessDefinitionId(String processDefinitionId) MybatisIdentityLinkDataManager.findIdentityLinksByProcessInstanceId(String processInstanceId) MybatisIdentityLinkDataManager.findIdentityLinksByTaskId(String taskId) Class<? extends IdentityLinkEntity> MybatisIdentityLinkDataManager.getManagedEntityClass() -
Uses of IdentityLinkEntity in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher
Methods in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type IdentityLinkEntityModifier and TypeMethodDescriptionbooleanIdentityLinksByProcInstMatcher.isRetained(IdentityLinkEntity entity, Object parameter)