Uses of Class
org.silverpeas.core.importexport.attachment.AttachmentDetail
-
-
Uses of AttachmentDetail in org.silverpeas.core.importexport.attachment
Methods in org.silverpeas.core.importexport.attachment that return types with arguments of type AttachmentDetail Modifier and Type Method Description List<AttachmentDetail>
AttachmentImportExport. getAttachments(ResourceReference pk, String exportPath, String relativeExportPath, String extensionFilter)
Methode de recuperation des attachements et de copie des fichiers dans le dossier d'exportationList<org.silverpeas.kernel.util.Pair<AttachmentDetail,SimpleDocument>>
AttachmentImportExport. importAttachments(String pubId, String componentId, List<AttachmentDetail> attachments, boolean indexIt)
Methods in org.silverpeas.core.importexport.attachment with parameters of type AttachmentDetail Modifier and Type Method Description InputStream
AttachmentImportExport. getAttachmentContent(AttachmentDetail attachment)
File
AttachmentImportExport. getAttachmentFile(AttachmentDetail attachment)
Method parameters in org.silverpeas.core.importexport.attachment with type arguments of type AttachmentDetail Modifier and Type Method Description List<org.silverpeas.kernel.util.Pair<AttachmentDetail,SimpleDocument>>
AttachmentImportExport. importAttachments(String pubId, String componentId, List<AttachmentDetail> attachments, boolean indexIt)
-
Uses of AttachmentDetail in org.silverpeas.core.importexport.control
Methods in org.silverpeas.core.importexport.control that return types with arguments of type AttachmentDetail Modifier and Type Method Description List<AttachmentDetail>
PublicationsTypeManager. processPDFExport(ExportPDFReport exportReport, UserDetail userDetail, List<WAAttributeValuePair> listItemsToExport, String exportPath, boolean useNameForFolders, NodePK rootPK)
-
Uses of AttachmentDetail in org.silverpeas.core.importexport.model
Methods in org.silverpeas.core.importexport.model that return types with arguments of type AttachmentDetail Modifier and Type Method Description List<AttachmentDetail>
PublicationType. getAttachmentsType()
Method parameters in org.silverpeas.core.importexport.model with type arguments of type AttachmentDetail Modifier and Type Method Description void
PublicationType. setAttachmentsType(List<AttachmentDetail> type)
-
Uses of AttachmentDetail in org.silverpeas.core.importexport.versioning
Methods in org.silverpeas.core.importexport.versioning that return types with arguments of type AttachmentDetail Modifier and Type Method Description List<org.silverpeas.kernel.util.Pair<AttachmentDetail,SimpleDocument>>
VersioningImport. importDocuments(String objectId, String componentId, List<AttachmentDetail> attachments, boolean indexIt)
Method parameters in org.silverpeas.core.importexport.versioning with type arguments of type AttachmentDetail Modifier and Type Method Description List<org.silverpeas.kernel.util.Pair<AttachmentDetail,SimpleDocument>>
VersioningImport. importDocuments(String objectId, String componentId, List<AttachmentDetail> attachments, boolean indexIt)
-