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.multiselect
Methods in com.saperion.ngc.resultset.multiselect that return ContentModifier and TypeMethodDescriptionstatic Content
Content.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 TypeMethodDescriptionvoid
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
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 ContentModifier and TypeMethodDescriptionstatic File
DownloadUtil.createTmpZip
(List<Content> contentToDownload) static void
Downloads the specified documents.static void
DownloadUtil.downloadAsZip
(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 ContentModifier and TypeMethodDescriptionDocumentViewPresenter.getContentListForLink
(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo) Returns a list ofContent
of a linked document.Method parameters in com.saperion.ngc.viewer with type arguments of type ContentModifier and TypeMethodDescriptionvoid
DocumentViewPresenter.downloadAsZip
(List<Content> content) Triggers a download of a ZIP containing the specified content.