Package com.saperion.ngc.model.document
Class MultipageTiffDocumentArchiveMetaInfo
- java.lang.Object
-
- com.saperion.ngc.model.document.MultipageTiffDocumentArchiveMetaInfo
-
- All Implemented Interfaces:
DocumentArchiveMetaInfo
public class MultipageTiffDocumentArchiveMetaInfo extends java.lang.Object implements DocumentArchiveMetaInfo
Used to deliver a merged multipage-tiff document to the viewer.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.saperion.ngc.model.document.intf.DocumentArchiveMetaInfo
DocumentArchiveMetaInfo.ElementArchiveMetaInfo
-
-
Constructor Summary
Constructors Constructor Description MultipageTiffDocumentArchiveMetaInfo(com.saperion.intf.SaDocInfo docinfo)
constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCreateUser()
java.lang.String
getDocUid()
java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>
getElementInfos()
java.util.Properties
getVariableData()
boolean
hasAnnotations()
-
-
-
Method Detail
-
getVariableData
public java.util.Properties getVariableData()
- Specified by:
getVariableData
in interfaceDocumentArchiveMetaInfo
- Returns:
- Document variable data
-
getElementInfos
public java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> getElementInfos()
- Specified by:
getElementInfos
in interfaceDocumentArchiveMetaInfo
- Returns:
- archive information about the pages of the document
-
getCreateUser
public int getCreateUser()
- Specified by:
getCreateUser
in interfaceDocumentArchiveMetaInfo
- Returns:
- Document create user
-
hasAnnotations
public boolean hasAnnotations()
- Specified by:
hasAnnotations
in interfaceDocumentArchiveMetaInfo
- Returns:
- whether there is a page with annotated content in the document
-
getDocUid
public java.lang.String getDocUid()
- Specified by:
getDocUid
in interfaceDocumentArchiveMetaInfo
- Returns:
- return hdoc of the archived document
-
-