Uses of Interface
org.activiti.engine.impl.persistence.entity.AttachmentEntity
-
-
Uses of AttachmentEntity in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd with parameters of type AttachmentEntity Modifier and Type Method Description protected 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 AttachmentEntity Modifier and Type Class Description classAttachmentEntityImplDeprecated.Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type AttachmentEntity Modifier and Type Method Description List<AttachmentEntity>AttachmentEntityManager. findAttachmentsByProcessInstanceId(String processInstanceId)Deprecated.List<AttachmentEntity>AttachmentEntityManagerImpl. findAttachmentsByProcessInstanceId(String processInstanceId)Deprecated.List<AttachmentEntity>AttachmentEntityManager. findAttachmentsByTaskId(String taskId)Deprecated.List<AttachmentEntity>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 AttachmentEntity Modifier and Type Method Description List<AttachmentEntity>AttachmentDataManager. findAttachmentsByProcessInstanceId(String processInstanceId)List<AttachmentEntity>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 AttachmentEntity Modifier and Type Method Description AttachmentEntityMybatisAttachmentDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type AttachmentEntity Modifier and Type Method Description List<AttachmentEntity>MybatisAttachmentDataManager. findAttachmentsByProcessInstanceId(String processInstanceId)List<AttachmentEntity>MybatisAttachmentDataManager. findAttachmentsByTaskId(String taskId)Class<? extends AttachmentEntity>MybatisAttachmentDataManager. getManagedEntityClass()
-