Interface DocumentArchiveMetaInfo
- All Known Implementing Classes:
ClassicConnectorDocumentArchiveMetaInfo
,MultipageTiffDocumentArchiveMetaInfo
public interface DocumentArchiveMetaInfo
Holds the meta information about a document that is stored in the archive as opposed to
DocumentDatabaseMetaInfo
that holds meta information
obtained from the database.- Author:
- jsc
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Holds the meta information about a page of a document that is stored in the archive. -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
-
Method Details
-
getVariableData
Properties getVariableData()- Returns:
- Document variable data
-
getElementInfos
List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> getElementInfos()- Returns:
- archive information about the pages of the document
-
getCreateUser
int getCreateUser()- Returns:
- Document create user
-
hasAnnotations
boolean hasAnnotations()- Returns:
- whether there is a page with annotated content in the document
-
getDocUid
String getDocUid()- Returns:
- return hdoc of the archived document
-