public class ServerTemporaryAttachmentPersistenceService<T extends org.opensingular.form.persistence.entity.AttachmentEntity,C extends org.opensingular.form.persistence.entity.AttachmentContentEntity> extends ServerAbstractAttachmentPersistenceService<T,C>
| Constructor and Description |
|---|
ServerTemporaryAttachmentPersistenceService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAttachment(String id,
org.opensingular.form.document.SDocument document)
Deleta a relacional caso exita
|
addAttachmentcopy, createRef, deleteAttachmentAndContent, getAttachment, getAttachmentEntity, getAttachmentEntity, getAttachments, listOldOrphanAttachments, loadAttachmentContentpublic ServerTemporaryAttachmentPersistenceService()
public void deleteAttachment(String id, org.opensingular.form.document.SDocument document)
deleteAttachment in interface org.opensingular.form.type.core.attachment.IAttachmentPersistenceHandler<org.opensingular.form.persistence.dto.AttachmentRef>deleteAttachment in class org.opensingular.form.persistence.service.AttachmentPersistenceService<T extends org.opensingular.form.persistence.entity.AttachmentEntity,C extends org.opensingular.form.persistence.entity.AttachmentContentEntity>id - o id do arquivodocument - documento do formularioCopyright © 2020. All rights reserved.