Uses of Class
com.stratelia.webactiv.util.annotation.TargetPK

Packages that use TargetPK
org.silverpeas.attachment   
 

Uses of TargetPK in org.silverpeas.attachment
 

Method parameters in org.silverpeas.attachment with annotations of type TargetPK
 List<SimpleDocumentPK> SimpleDocumentService.copyAllDocuments(WAPrimaryKey resourceSourcePk, WAPrimaryKey targetDestinationPk)
           
 SimpleDocumentPK SimpleDocumentService.copyDocument(SimpleDocument original, ForeignPK targetPk)
          Clone the attachment.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content)
           
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt)
           
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt)
          Create file attached to an object who is identified by the foreignId.
 SimpleDocument SimpleDocumentService.createAttachment(SimpleDocument document, InputStream content, boolean indexIt, boolean invokeCallback)
          Create file attached to an object who is identified by the foreignId.
 List<SimpleDocumentPK> SimpleDocumentService.moveAllDocuments(WAPrimaryKey resourceSourcePk, WAPrimaryKey targetDestinationPk)
           
 SimpleDocumentPK SimpleDocumentService.moveDocument(SimpleDocument document, ForeignPK destination)
           
 void SimpleDocumentService.updateAttachment(SimpleDocument document, boolean indexIt, boolean invokeCallback)
           
 void SimpleDocumentService.updateAttachment(SimpleDocument document, File content, boolean indexIt, boolean invokeCallback)
           
 void SimpleDocumentService.updateAttachment(SimpleDocument document, InputStream in, boolean indexIt, boolean invokeCallback)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.