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 DocumentArchiveMetaInfo
IntelligentFormPresenter. 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 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.Methods in com.saperion.ngc.model.document that return DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfo
DocClassicConnectorService. 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, boolean previewMode)
Retrieves the meta information of a document that is stored on the archive.DocumentArchiveMetaInfo
DocumentService. 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. -
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that return DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfo
DocumentViewPresenter. 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 ofContent
of a linked document.java.lang.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. -
Uses of DocumentArchiveMetaInfo in com.saperion.ngc.viewer.hylandviewer
Methods in com.saperion.ngc.viewer.hylandviewer that return DocumentArchiveMetaInfo Modifier and Type Method Description DocumentArchiveMetaInfo
HylandViewerUtil. getDocumentArchiveMetaInfo(DocumentId docId, boolean currentRevision)
Get the document archive meta information of a specific document.
-