Package com.axemble.vdoc.sdk.impl
Class ProcessCatalogViewTransformer
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer
- All Implemented Interfaces:
ICatalogViewTransformer
,Serializable
public class ProcessCatalogViewTransformer
extends com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
implements ICatalogViewTransformer
- 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 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 void
buildCatalogXMLBody
(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) protected void
buildCatalogXMLHeader
(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
protected void
buildWorkflowXMLBody
(Element xmlBody, IWorkflow workflow) protected void
buildWorkflowXMLHeader
(Element parent, IWorkflow workflow) protected void
buildXMLBody
(Element parent) void
catalogsToXML
(IContext context, int view, OutputStream outputStream) Converts a view of catalogs to an XML document.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
-
ProcessCatalogViewTransformer
-
-
Method Details
-
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
-
catalogsToXML
Description copied from interface:ICatalogViewTransformer
Converts a view of catalogs to an XML document.- Specified by:
catalogsToXML
in interfaceICatalogViewTransformer
- Parameters:
context
- The execution context.view
- The view identifier.outputStream
- TheOutputStream
object.- Throws:
IOException
- if an I/O error occurs. In particular, anIOException
may be thrown if the output stream has been closed.
-
buildCatalogXMLHeader
protected void buildCatalogXMLHeader(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) throws Exception - Throws:
Exception
-
buildCatalogXMLBody
protected void buildCatalogXMLBody(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) throws Exception - Throws:
Exception
-
buildWorkflowXMLHeader
- Throws:
Exception
-
buildWorkflowXMLBody
- Throws:
Exception
-