public interface AgendaEventAttachmentService
| Modifier and Type | Method and Description |
|---|---|
EventAttachment |
getEventAttachmentById(long attachmentId)
Retrieve event attachement identified by its technical identifier
|
List<EventAttachment> |
getEventAttachments(long eventId)
Return the list of attachments of an event
|
void |
saveEventAttachments(long eventId,
List<EventAttachment> attachments,
long creatorIdentityId)
Save
Event attachments |
void saveEventAttachments(long eventId,
List<EventAttachment> attachments,
long creatorIdentityId)
Event attachmentseventId - technichal identifier of Eventattachments - List of EventAttachmentcreatorIdentityId - Identity technical identifier of userList<EventAttachment> getEventAttachments(long eventId)
eventId - agenda Event identifierList of EventAttachmentEventAttachment getEventAttachmentById(long attachmentId)
attachmentId - technical identifier of EventAttachmentEventAttachment if found else nullCopyright © 2003–2021 eXo Platform SAS. All rights reserved.