Package com.axemble.vdoc.sdk.interfaces
Interface ISearchViewTransformer
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- ProcessSearchViewTransformer
This class allows to transform the result of a search operation to a XML output stream.
- Since:
- 1.0, 15/04/2008
- Author:
- vlygeros
- 
Method SummaryModifier and TypeMethodDescriptionvoidresultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) 
- 
Method Details- 
resultToXMLvoid resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) throws IOException - Throws:
- IOException
 
 
-