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 Content
Content. create()
Creates a new Content.Content
Content. documentName(java.lang.String name)
Sets the document name of this content.Content
Content. element(int element)
Sets the element number of this content.Content
Content. filename(java.lang.String filename)
Sets the filename of this content.Content
Content. id(java.lang.String id)
Sets the id (HDOC) of the document this content belongs to.Content
Content. 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 void
ConvertToPdfAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
MultiSelectAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
ServletDownloadAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
ZipAction. execute(java.util.List<Content> contentList)
Executes the action on the specified list of contents.void
ZkDownloadAction. 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.File
DownloadUtil. createTmpZip(java.util.List<Content> contentToDownload)
static void
DownloadUtil. download(java.util.List<Content> contentToDownload)
Downloads the specified documents.static void
DownloadUtil. 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 ofContent
of a linked document.Method parameters in com.saperion.ngc.viewer with type arguments of type Content Modifier and Type Method Description void
DocumentViewPresenter. downloadAsZip(java.util.List<Content> content)
Triggers a download of a ZIP containing the specified content.
-