Package | Description |
---|---|
eu.europa.ec.sfc2014.frontoffice.jws.model.dto.document |
Document related model.
|
eu.europa.ec.sfc2014.frontoffice.jws.service.document |
The Document web service interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SfcDocumentAttachmentDTO> |
SfcDocumentDTO.getDocumentAttachments() |
Modifier and Type | Method and Description |
---|---|
void |
SfcDocumentDTO.setDocumentAttachments(java.util.Collection<SfcDocumentAttachmentDTO> documentAttachments) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
DocumentAttachmentJwsImpl.addAttachment(java.lang.Long documentId,
SfcDocumentAttachmentDTO attachment,
javax.activation.DataHandler data)
This operation adds an attachment + actual Content to an existing document.
|
java.lang.Long |
DocumentAttachmentJwsImpl.updateAttachment(SfcDocumentAttachmentDTO attachment,
javax.activation.DataHandler data)
This operation updates an attachment + the attachments Content.
|
Copyright © 2024. All rights reserved.