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.
|
Modifier and Type | Method and Description |
---|---|
static Content |
Content.create()
Creates a new Content.
|
Content |
Content.documentName(String name)
Sets the document name of this content.
|
Content |
Content.element(int element)
Sets the element number of this content.
|
Content |
Content.filename(String filename)
Sets the filename of this content.
|
Content |
Content.id(String id)
Sets the id (HDOC) of the document this content belongs to.
|
Content |
Content.stream(InputStream stream)
Sets the stream for this content.
|
Modifier and Type | Method and Description |
---|---|
void |
ZkDownloadAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ZipAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ServletDownloadAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
MultiSelectAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
void |
ConvertToPdfAction.execute(List<Content> contentList)
Executes the action on the specified list of contents.
|
Modifier and Type | Method and Description |
---|---|
static void |
DownloadUtil.download(List<Content> contentToDownload)
Downloads the specified documents.
|
Modifier and Type | Method and Description |
---|---|
List<Content> |
DocumentViewPresenter.getContentListForLink(DocumentId id,
DocumentArchiveMetaInfo linkMetaInfo)
Returns a list of
Content of a linked document. |
Modifier and Type | Method and Description |
---|---|
void |
DocumentViewPresenter.downloadAsZip(List<Content> content)
Triggers a download of a ZIP containing the specified content.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.