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 Summary
Modifier and TypeMethodDescriptionvoid
resultToXML
(IContext context, int view, String text, Collection columns, OutputStream outputStream)
-
Method Details
-
resultToXML
void resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) throws IOException - Throws:
IOException
-