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 intgetCreateUser()java.lang.StringgetDocUid()java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo>getElementInfos()java.util.PropertiesgetVariableData()booleanhasAnnotations()
-
-
-
Method Detail
-
getVariableData
public java.util.Properties getVariableData()
- Specified by:
getVariableDatain interfaceDocumentArchiveMetaInfo- Returns:
- Document variable data
-
getElementInfos
public java.util.List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> getElementInfos()
- Specified by:
getElementInfosin interfaceDocumentArchiveMetaInfo- Returns:
- archive information about the pages of the document
-
getCreateUser
public int getCreateUser()
- Specified by:
getCreateUserin interfaceDocumentArchiveMetaInfo- Returns:
- Document create user
-
hasAnnotations
public boolean hasAnnotations()
- Specified by:
hasAnnotationsin interfaceDocumentArchiveMetaInfo- Returns:
- whether there is a page with annotated content in the document
-
getDocUid
public java.lang.String getDocUid()
- Specified by:
getDocUidin interfaceDocumentArchiveMetaInfo- Returns:
- return hdoc of the archived document
-
-