public interface SaDocInfo extends Serializable
Modifier and Type | Interface and Description |
---|---|
static interface |
SaDocInfo.ElementInfo
Document element info.
|
static class |
SaDocInfo.ElementType
Element types from backend.
|
Modifier and Type | Method and Description |
---|---|
int |
getCreateUser() |
int |
getElementCount() |
List<SaDocInfo.ElementInfo> |
getElementInfo() |
SaDocInfo.ElementInfo |
getElementInfo(int elementNumber)
Returns the element info by the given element number, if existing.
|
Map<Integer,SaDocInfo.ElementInfo> |
getElementInfoMap()
Returns the element info objects as a map with the corresponding element number as key.
|
String |
getHdoc() |
Properties |
getVariableData() |
boolean |
hasAnnotations() |
Properties getVariableData()
List<SaDocInfo.ElementInfo> getElementInfo()
Map<Integer,SaDocInfo.ElementInfo> getElementInfoMap()
SaDocInfo.ElementInfo getElementInfo(int elementNumber)
elementNumber
- The element number to get the document info from.int getElementCount()
int getCreateUser()
boolean hasAnnotations()
String getHdoc()
Copyright © 2016 SAPERION AG. All rights reserved.