Package | Description |
---|---|
com.saperion.ngc.iform |
Package for main iForm components.
|
com.saperion.ngc.model.document |
Package for document model classes.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
Modifier and Type | Method and Description |
---|---|
DocumentArchiveMetaInfo |
IntelligentFormPresenter.getArchiveMetaInfo(DocumentId id,
boolean currentRevision)
Retrieves the meta information of the document from the archive.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicConnectorDocumentArchiveMetaInfo
Holds the meta information about a document that is stored in the archive and
obtained by the classic connector.
|
class |
MultipageTiffDocumentArchiveMetaInfo
Used to deliver a merged multipage-tiff document to the viewer.
|
Modifier and Type | Method and Description |
---|---|
DocumentArchiveMetaInfo |
DocumentService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocClassicConnectorService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocumentService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.
|
DocumentArchiveMetaInfo |
DocClassicConnectorService.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.
|
Modifier and Type | Method and Description |
---|---|
DocumentArchiveMetaInfo |
DocumentViewPresenter.getArchiveMetaInfo(DocumentId documentId,
boolean currentRevision,
boolean previewMode)
Gets the archive meta info.
|
Modifier and Type | Method and Description |
---|---|
List<Content> |
DocumentViewPresenter.getContentListForLink(DocumentId id,
DocumentArchiveMetaInfo linkMetaInfo)
Returns a list of
Content of a linked document. |
String |
DocumentViewPresenter.getLinkFilename(DocumentArchiveMetaInfo archiveMetaInfo)
Returns the file name for a linked element.
|
long |
DocumentViewPresenter.getLinkFileSize(DocumentArchiveMetaInfo linkInfo)
Returns the file size of a linked document.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.