Package com.axemble.vdoc.sdk.impl
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
Nested classes/interfaces inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ITaskViewTransformer
ITaskViewTransformer.IViews
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
protected void
buildXMLBody
(Element parent) void
tasksToXML
(IContext context, int view, 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
-
Constructor Details
-
ProcessTaskViewTransformer
-
-
Method Details
-
tasksToXML
public void tasksToXML(IContext context, int view, Collection columns, OutputStream outputStream) throws IOException - Specified by:
tasksToXML
in interfaceITaskViewTransformer
- Throws:
IOException
-
buildViewName
protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc buildViewName()- Specified by:
buildViewName
in classcom.axemble.vdoc.sdk.impl.base.BaseViewTransformer
-
buildXMLBody
- Specified by:
buildXMLBody
in classcom.axemble.vdoc.sdk.impl.base.BaseViewTransformer
-