Uses of Class
org.silverpeas.attachment.model.SimpleAttachment

Packages that use SimpleAttachment
org.silverpeas.attachment.model   
org.silverpeas.attachment.repository   
 

Uses of SimpleAttachment in org.silverpeas.attachment.model
 

Methods in org.silverpeas.attachment.model that return SimpleAttachment
 SimpleAttachment SimpleDocument.getAttachment()
           
 

Methods in org.silverpeas.attachment.model with parameters of type SimpleAttachment
 void SimpleDocument.setAttachment(SimpleAttachment attachment)
           
 

Constructors in org.silverpeas.attachment.model with parameters of type SimpleAttachment
HistorisedDocument(SimpleDocumentPK pk, String foreignId, int order, SimpleAttachment file)
           
HistorisedDocument(SimpleDocumentPK pk, String foreignId, int order, String owner, SimpleAttachment file)
           
SimpleDocument(SimpleDocumentPK pk, String foreignId, int order, boolean versioned, Date reservation, Date alert, Date expiry, String comment, SimpleAttachment attachment)
           
SimpleDocument(SimpleDocumentPK pk, String foreignId, int order, boolean versioned, SimpleAttachment attachment)
           
SimpleDocument(SimpleDocumentPK pk, String foreignId, int order, boolean versioned, String editedBy, Date reservation, Date alert, Date expiry, String comment, SimpleAttachment attachment)
           
SimpleDocument(SimpleDocumentPK pk, String foreignId, int order, boolean versioned, String editedBy, SimpleAttachment attachment)
           
 

Uses of SimpleAttachment in org.silverpeas.attachment.repository
 

Methods in org.silverpeas.attachment.repository that return SimpleAttachment
 SimpleAttachment SimpleAttachmentConverter.convertNode(javax.jcr.Node node)
           
 

Methods in org.silverpeas.attachment.repository with parameters of type SimpleAttachment
 void DocumentRepository.addContent(javax.jcr.Session session, SimpleDocumentPK documentPk, SimpleAttachment attachment)
          Add the content.
 void SimpleAttachmentConverter.fillNode(SimpleAttachment attachment, javax.jcr.Node node)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.