Package com.saperion.ngc.model.document.intf
Package for document model intefaces.
- Since:
- 0.0.2
-
Interface Summary Interface Description DocumentArchiveMetaInfo Holds the meta information about a document that is stored in the archive as opposed toDocumentDatabaseMetaInfo
that holds meta information obtained from the database.DocumentArchiveMetaInfo.ElementArchiveMetaInfo Holds the meta information about a page of a document that is stored in the archive.DocumentDatabaseMetaInfo Holds the meta information about a document that is stored in the database as opposed toDocumentArchiveMetaInfo
that holds the information that is stored in the archive.