Class ProcessSearchViewTransformer

java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
com.axemble.vdoc.sdk.impl.base.BaseResourceViewTransformer
com.axemble.vdoc.sdk.impl.ProcessSearchViewTransformer
All Implemented Interfaces:
ISearchViewTransformer, Serializable

public class ProcessSearchViewTransformer extends com.axemble.vdoc.sdk.impl.base.BaseResourceViewTransformer implements ISearchViewTransformer
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer

    com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

    Fields inherited from class com.axemble.vdoc.sdk.impl.base.BaseResourceViewTransformer

    includeLabels

    Fields inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer

    columns, context, count, prefix, start, viewId

    Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement

    module
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
     
    protected void
     
    void
    resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream)
     

    Methods inherited from class com.axemble.vdoc.sdk.impl.base.BaseResourceViewTransformer

    buildDocuments, buildResourceXMLBody, buildResourceXMLHeader, buildTasks, searchDocuments

    Methods inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer

    buildXMLHeader, notNull, setCount, setStart

    Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement

    getModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • text

      protected String text
  • Constructor Details

    • ProcessSearchViewTransformer

      public ProcessSearchViewTransformer(IModule module)
  • Method Details

    • buildViewName

      protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc buildViewName()
      Specified by:
      buildViewName in class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
    • buildXMLBody

      protected void buildXMLBody(Element parent)
      Specified by:
      buildXMLBody in class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
    • resultToXML

      public void resultToXML(IContext context, int view, String text, Collection columns, OutputStream outputStream) throws IOException
      Specified by:
      resultToXML in interface ISearchViewTransformer
      Throws:
      IOException