Uses of Class
com.saperion.ngc.resultset.multiselect.Content
Packages that use Content
Package
Description
Package for multiselection tool.
Package for client utility classes.
Package for viewer component classes.
- 
Uses of Content in com.saperion.ngc.resultset.multiselectMethods in com.saperion.ngc.resultset.multiselect that return ContentModifier and TypeMethodDescriptionstatic ContentContent.create()Creates a new Content.Content.documentName(String name) Sets the document name of this content.Content.element(int element) Sets the element number of this content.Sets the filename of this content.Sets the id (HDOC) of the document this content belongs to.Content.stream(InputStream stream) Sets the stream for this content.Method parameters in com.saperion.ngc.resultset.multiselect with type arguments of type ContentModifier and TypeMethodDescriptionvoidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.
- 
Uses of Content in com.saperion.ngc.utilMethod parameters in com.saperion.ngc.util with type arguments of type ContentModifier and TypeMethodDescriptionstatic FileDownloadUtil.createTmpZip(List<Content> contentToDownload) static voidDownloads the specified documents.static voidDownloadUtil.downloadAsZip(List<Content> contentToDownload) Downloads the specified documents.
- 
Uses of Content in com.saperion.ngc.viewerMethods in com.saperion.ngc.viewer that return types with arguments of type ContentModifier and TypeMethodDescriptionDocumentViewPresenter.getContentListForLink(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo) Returns a list ofContentof a linked document.Method parameters in com.saperion.ngc.viewer with type arguments of type ContentModifier and TypeMethodDescriptionvoidDocumentViewPresenter.downloadAsZip(List<Content> content) Triggers a download of a ZIP containing the specified content.