Uses of Class
org.silverpeas.process.annotation.SimulationActionProcess

Packages that use SimulationActionProcess
org.silverpeas.attachment   
 

Uses of SimulationActionProcess in org.silverpeas.attachment
 

Methods in org.silverpeas.attachment with annotations of type SimulationActionProcess
 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.