Process API

filenet.vw.api
Interface IVWtoXML

All Known Implementing Classes:
VWApplicationSpaceDefinition, VWLogDefinition, VWLogElement, VWMilestoneElement, VWParticipant, VWQueueDefinition, VWQueueElement, VWRoleDefinition, VWRosterDefinition, VWRosterElement, VWStepElement, VWStepProcessorInfo, VWStepProcessorInfoDefinition, VWSystemAdministration, VWSystemConfiguration, VWUserInfo, VWWorkBasketColumnDefinition, VWWorkBasketDefinition, VWWorkBasketFilterDefinition

public interface IVWtoXML

Provides a way to identify which objects implement a toXML() method.

Since:
VWWS4.20

Method Summary
 void toXML(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 VWException
Appends 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

Process API

© Copyright IBM Corporation 2002, 2008. All rights reserved.