Uses of Interface
com.saperion.ngc.model.document.intf.DocumentArchiveMetaInfo
Packages that use DocumentArchiveMetaInfo
Package
Description
Package for main iForm components.
Package for document model classes.
Package for viewer component classes.
-
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return DocumentArchiveMetaInfoModifier and TypeMethodDescriptionIntelligentFormPresenter.getArchiveMetaInfo
(DocumentId id, boolean currentRevision) Retrieves the meta information of the document from the archive. -
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.model.document
Classes in com.saperion.ngc.model.document that implement DocumentArchiveMetaInfoModifier and TypeClassDescriptionclass
Holds the meta information about a document that is stored in the archive and obtained by the classic connector.class
Used to deliver a merged multipage-tiff document to the viewer.Methods in com.saperion.ngc.model.document that return DocumentArchiveMetaInfoModifier and TypeMethodDescriptionDocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocClassicConnectorService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision) Retrieves the meta information of a document that is stored on the archive.DocumentService.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Retrieves the meta information of a document that is stored on the archive. -
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return DocumentArchiveMetaInfoModifier and TypeMethodDescriptionDocumentViewPresenter.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Gets the archive meta info.Methods in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfoModifier and TypeMethodDescriptionDocumentViewPresenter.getContentListForLink
(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo) Returns a list ofContent
of a linked document.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.