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 TypeClassDescriptionclassHolds the meta information about a document that is stored in the archive and obtained by the classic connector.classUsed 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 ofContentof a linked document.DocumentViewPresenter.getLinkFilename(DocumentArchiveMetaInfo archiveMetaInfo) Returns the file name for a linked element.longDocumentViewPresenter.getLinkFileSize(DocumentArchiveMetaInfo linkInfo) Returns the file size of a linked document. -
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that return DocumentArchiveMetaInfoModifier and TypeMethodDescriptionHylandViewerUtil.getDocumentArchiveMetaInfo(DocumentId docId, boolean currentRevision) Get the document archive meta information of a specific document.