Uses of Interface
org.activiti.engine.impl.persistence.entity.AttachmentEntity
Packages that use AttachmentEntity
Package
Description
-
Uses of AttachmentEntity in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd with parameters of type AttachmentEntityModifier and TypeMethodDescriptionprotected voidDeleteAttachmentCmd.executeInternal(CommandContext commandContext, AttachmentEntity attachment, String processInstanceId, String processDefinitionId) protected voidSaveAttachmentCmd.executeInternal(CommandContext commandContext, AttachmentEntity updateAttachment, String processInstanceId, String processDefinitionId) -
Uses of AttachmentEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement AttachmentEntityMethods in org.activiti.engine.impl.persistence.entity that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionAttachmentEntityManager.findAttachmentsByProcessInstanceId(String processInstanceId) Deprecated.AttachmentEntityManagerImpl.findAttachmentsByProcessInstanceId(String processInstanceId) Deprecated.AttachmentEntityManager.findAttachmentsByTaskId(String taskId) Deprecated.AttachmentEntityManagerImpl.findAttachmentsByTaskId(String taskId) Deprecated.protected DataManager<AttachmentEntity> AttachmentEntityManagerImpl.getDataManager()Deprecated. -
Uses of AttachmentEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionAttachmentDataManager.findAttachmentsByProcessInstanceId(String processInstanceId) AttachmentDataManager.findAttachmentsByTaskId(String taskId) -
Uses of AttachmentEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return AttachmentEntityMethods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type AttachmentEntityModifier and TypeMethodDescriptionMybatisAttachmentDataManager.findAttachmentsByProcessInstanceId(String processInstanceId) MybatisAttachmentDataManager.findAttachmentsByTaskId(String taskId) Class<? extends AttachmentEntity> MybatisAttachmentDataManager.getManagedEntityClass()