Package com.saperion.wf
Class AttachmentInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.AttachmentInfoImpl
- All Implemented Interfaces:
AttachmentInfo
,Serializable
Attachment info class.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AttachmentInfoImpl
(Map<String, Object> propertyMap) Constructor from property map. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the document UID.void
writeXML
(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
AttachmentInfoImpl
Constructor from property map.- Parameters:
propertyMap
- result map
-
-
Method Details
-
writeXML
Writes data as xml part.- Parameters:
hd
- Content handlerpartName
- Part name- Throws:
SAXException
- Exception
-
getDocUID
- Specified by:
getDocUID
in interfaceAttachmentInfo
- Returns:
- the docUID
- See Also:
-
setDocUID
Sets the document UID.- Parameters:
uid
- Document UID
-
getDefinition
- Specified by:
getDefinition
in interfaceAttachmentInfo
- Returns:
- the definition
- See Also:
-
getSysRowId
- Specified by:
getSysRowId
in interfaceAttachmentInfo
- Returns:
- the sysRowId
- See Also:
-