public class ClassicConnectorPageArchiveMetaInfo extends Object implements DocumentArchiveMetaInfo.ElementArchiveMetaInfo
SaDocInfo.ElementInfo
MULTIPAGE_TIFF_INDICATOR
Constructor and Description |
---|
ClassicConnectorPageArchiveMetaInfo(com.saperion.intf.SaDocInfo.ElementInfo info)
constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDocUid() |
int |
getFrameCount() |
String |
getFullName()
Returns the full name of the element as it was stored in the archive (with page-numbers
for multi-page-tiffs but without path).
|
String |
getLinkUid() |
String |
getName()
Returns only the name of the element.
|
int |
getNumber() |
int |
getPageCount() |
long |
getSize() |
int |
getStructureLevel() |
com.saperion.intf.SaDocInfo.ElementType |
getType() |
Properties |
getVariableData() |
boolean |
isMergedMultipageDocument()
Returns true if this element is a multipage document (TIFF or scanned pages) which
was merged to one document by the core server.
|
boolean |
isMultipageTiff()
Multipage tiff files contain @
|
boolean |
isSelected() |
boolean |
isVisible()
Checks if this element should be visible in structure-views or not.
|
public ClassicConnectorPageArchiveMetaInfo(com.saperion.intf.SaDocInfo.ElementInfo info)
info
- The wrapped Elementinfopublic int getNumber()
getNumber
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public String getFullName()
getFullName
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public String getName()
getName
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public com.saperion.intf.SaDocInfo.ElementType getType()
getType
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public boolean isSelected()
isSelected
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public Properties getVariableData()
getVariableData
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public long getSize()
getSize
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public int getPageCount()
getPageCount
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public int getFrameCount()
getFrameCount
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public String getDocUid()
getDocUid
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public String getLinkUid()
getLinkUid
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public int getStructureLevel()
getStructureLevel
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public boolean isMultipageTiff()
DocumentArchiveMetaInfo.ElementArchiveMetaInfo
isMultipageTiff
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public boolean isMergedMultipageDocument()
DocumentArchiveMetaInfo.ElementArchiveMetaInfo
isMergedMultipageDocument
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
public boolean isVisible()
DocumentArchiveMetaInfo.ElementArchiveMetaInfo
isVisible
in interface DocumentArchiveMetaInfo.ElementArchiveMetaInfo
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.