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 Link icon

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected String
     

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

    includeLabels

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

    columns, context, count, prefix, start, viewId

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

    module
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    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 Link icon

    buildDocuments, buildResourceXMLBody, buildResourceXMLHeader, buildTasks, searchDocuments

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

    buildXMLHeader, notNull, setCount, setStart

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

    getModule

    Methods inherited from class java.lang.Object Link icon

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

    • text Link icon

      protected String text
  • Constructor Details Link icon

    • ProcessSearchViewTransformer Link icon

      public ProcessSearchViewTransformer(IModule module)
  • Method Details Link icon

    • buildViewName Link icon

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

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

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