Uses of Class
org.silverpeas.attachment.AttachmentException

Packages that use AttachmentException
org.silverpeas.attachment   
 

Uses of AttachmentException in org.silverpeas.attachment
 

Methods in org.silverpeas.attachment that throw AttachmentException
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, File content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument AttachmentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 void SimpleDocumentService.deleteAllAttachments(String componentInstanceId)
           
 void AttachmentService.deleteAllAttachments(String componentInstanceId)
          Deletes all the documents related to the component instance identified by the specified identifier.
 void ScheduledReservedFile.doScheduledReservedFile()
           
 void ScheduledReservedFile.notifyUser(NotificationMetaData notifMetaData, String senderId, String componentId)
           
 void SimpleDocumentService.reorderAttachments(List<SimpleDocumentPK> pks)
          Reorder the attachments according to the order in the list.
 void AttachmentService.reorderAttachments(List<SimpleDocumentPK> pks)
          Reorder the attachments according to the order in the list.
 void SimpleDocumentService.reorderDocuments(List<SimpleDocument> documents)
          Reorder the attachments according to the order in the list.
 void AttachmentService.reorderDocuments(List<SimpleDocument> documents)
          Reorder the attachments according to the order in the list.
 



Copyright © 2016 Silverpeas. All Rights Reserved.