Uses of Class
com.saperion.ngc.resultset.multiselect.Content
-
Packages that use Content Package Description com.saperion.ngc.resultset.multiselect Package for multiselection tool.com.saperion.ngc.util Package for client utility classes.com.saperion.ngc.viewer Package for viewer component classes. -
-
Uses of Content in com.saperion.ngc.resultset.multiselect
Methods in com.saperion.ngc.resultset.multiselect that return Content Modifier and Type Method Description static ContentContent. create()Creates a new Content.ContentContent. documentName(java.lang.String name)Sets the document name of this content.ContentContent. element(int element)Sets the element number of this content.ContentContent. filename(java.lang.String filename)Sets the filename of this content.ContentContent. id(java.lang.String id)Sets the id (HDOC) of the document this content belongs to.ContentContent. stream(java.io.InputStream stream)Sets the stream for this content.Method parameters in com.saperion.ngc.resultset.multiselect with type arguments of type Content Modifier and Type Method Description voidConvertToPdfAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidMultiSelectAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidServletDownloadAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidZipAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents.voidZkDownloadAction. execute(java.util.List<Content> contentList)Executes the action on the specified list of contents. -
Uses of Content in com.saperion.ngc.util
Method parameters in com.saperion.ngc.util with type arguments of type Content Modifier and Type Method Description static java.io.FileDownloadUtil. createTmpZip(java.util.List<Content> contentToDownload)static voidDownloadUtil. download(java.util.List<Content> contentToDownload)Downloads the specified documents.static voidDownloadUtil. downloadAsZip(java.util.List<Content> contentToDownload)Downloads the specified documents. -
Uses of Content in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return types with arguments of type Content Modifier and Type Method Description java.util.List<Content>DocumentViewPresenter. getContentListForLink(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo)Returns a list ofContentof a linked document.Method parameters in com.saperion.ngc.viewer with type arguments of type Content Modifier and Type Method Description voidDocumentViewPresenter. downloadAsZip(java.util.List<Content> content)Triggers a download of a ZIP containing the specified content.
-