Uses of Interface
com.saperion.ngc.model.document.intf.DocumentArchiveMetaInfo
-
Packages that use DocumentArchiveMetaInfo 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.com.saperion.ngc.viewer.hylandviewer -
-
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that return DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfoIntelligentFormPresenter. 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 DocumentArchiveMetaInfo Modifier and Type Class Description classClassicConnectorDocumentArchiveMetaInfoHolds the meta information about a document that is stored in the archive and obtained by the classic connector.classMultipageTiffDocumentArchiveMetaInfoUsed to deliver a merged multipage-tiff document to the viewer.Methods in com.saperion.ngc.model.document that return DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfoDocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocClassicConnectorService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocumentService. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision)Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfoDocumentService. 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 DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfoDocumentViewPresenter. getArchiveMetaInfo(DocumentId documentId, boolean currentRevision, boolean previewMode)Gets the archive meta info.Methods in com.saperion.ngc.viewer with parameters of type DocumentArchiveMetaInfo Modifier and Type Method Description java.util.List<Content>DocumentViewPresenter. getContentListForLink(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo)Returns a list ofContentof a linked document.java.lang.StringDocumentViewPresenter. 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 DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfoHylandViewerUtil. getDocumentArchiveMetaInfo(DocumentId docId, boolean currentRevision)Get the document archive meta information of a specific document.
-