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 SummaryConstructorsModifierConstructorDescriptionprotectedAttachmentInfoImpl(Map<String, Object> propertyMap) Constructor from property map.
- 
Method SummaryModifier and TypeMethodDescriptionvoidSets the document UID.voidwriteXML(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHoldergetDateValue, getIntValue, getStringValue
- 
Constructor Details- 
AttachmentInfoImplConstructor from property map.- Parameters:
- propertyMap- result map
 
 
- 
- 
Method Details- 
writeXMLWrites data as xml part.- Parameters:
- hd- Content handler
- partName- Part name
- Throws:
- SAXException- Exception
 
- 
getDocUID- Specified by:
- getDocUIDin interface- AttachmentInfo
- Returns:
- the docUID
- See Also:
 
- 
setDocUIDSets the document UID.- Parameters:
- uid- Document UID
 
- 
getDefinition- Specified by:
- getDefinitionin interface- AttachmentInfo
- Returns:
- the definition
- See Also:
 
- 
getSysRowId- Specified by:
- getSysRowIdin interface- AttachmentInfo
- Returns:
- the sysRowId
- See Also:
 
 
-