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, getStringValuepublic void writeXML(ContentHandler hd, String partName) throws SAXException
hd - Content handlerpartName - Part nameSAXException - Exceptionpublic String getDocUID()
getDocUID in interface AttachmentInfoAttachmentInfo.getDocUID()public void setDocUID(String uid)
uid - Document UIDpublic String getDefinition()
getDefinition in interface AttachmentInfoAttachmentInfo.getDefinition()public String getSysRowId()
getSysRowId in interface AttachmentInfoAttachmentInfo.getSysRowId()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.