filenet.vw.api
Interface IVWtoXML
-
- All Known Implementing Classes:
- VWApplicationSpaceDefinition, VWDBExecuteConnection, VWLogDefinition, VWLogElement, VWMilestoneElement, VWParticipant, VWQueueDefinition, VWQueueElement, VWRoleDefinition, VWRosterDefinition, VWRosterElement, VWStepElement, VWStepProcessorInfo, VWStepProcessorInfoDefinition, VWSystemAdministration, VWSystemConfiguration, VWUserInfo, VWWorkBasketColumnDefinition, VWWorkBasketDefinition, VWWorkBasketFilterDefinition
public interface IVWtoXMLProvides a way to identify which objects implement a toXML() method.- Since:
- VWWS4.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidtoXML(java.lang.StringBuffer theBuffer)Appends an XML string representing the object to the buffer specified.
-
-
-
Method Detail
-
toXML
void toXML(java.lang.StringBuffer theBuffer) throws VWExceptionAppends an XML string representing the object to the buffer specified.- Parameters:
theBuffer- A StringBuffer that will be appended with the XML content.- Throws:
VWException- Thrown if the method cannot complete appending the XML to the end of the buffer.- See Also:
VWXMLUtil
-
-