Class ProcessTaskViewTransformer

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.ProcessTaskViewTransformer
All Implemented Interfaces:
ITaskViewTransformer, Serializable

public class ProcessTaskViewTransformer extends com.axemble.vdoc.sdk.impl.base.BaseResourceViewTransformer implements ITaskViewTransformer
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

    Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ITaskViewTransformer Link icon

    ITaskViewTransformer.IViews
  • Field Summary Link icon

    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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
     
    protected void
     
    void
    tasksToXML(IContext context, int view, 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
  • Constructor Details Link icon

    • ProcessTaskViewTransformer Link icon

      protected ProcessTaskViewTransformer(IModule module)
  • Method Details Link icon

    • tasksToXML Link icon

      public void tasksToXML(IContext context, int view, Collection columns, OutputStream outputStream) throws IOException
      Specified by:
      tasksToXML in interface ITaskViewTransformer
      Throws:
      IOException
    • 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