public final class AttachmentInfoImpl extends WorkflowDataHolder implements AttachmentInfo
Modifier | Constructor and Description |
---|---|
protected |
AttachmentInfoImpl(Map<String,Object> propertyMap)
Constructor from property map.
|
Modifier and Type | Method and Description |
---|---|
String |
getDefinition() |
String |
getDocUID() |
String |
getSysRowId() |
void |
setDocUID(String uid)
Sets the document UID.
|
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
getDateValue, getIntValue, getStringValue
public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- Exceptionpublic String getDocUID()
getDocUID
in interface AttachmentInfo
AttachmentInfo.getDocUID()
public void setDocUID(String uid)
uid
- Document UIDpublic String getDefinition()
getDefinition
in interface AttachmentInfo
AttachmentInfo.getDefinition()
public String getSysRowId()
getSysRowId
in interface AttachmentInfo
AttachmentInfo.getSysRowId()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.