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 SummaryNested classes/interfaces inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformercom.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.base.BaseViewTransformercolumns, context, count, prefix, start, viewIdFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidbuildCatalogXMLBody(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) protected voidbuildCatalogXMLHeader(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) protected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDescprotected voidbuildWorkflowXMLBody(Element xmlBody, IWorkflow workflow) protected voidbuildWorkflowXMLHeader(Element parent, IWorkflow workflow) protected voidbuildXMLBody(Element parent) voidcatalogsToXML(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.BaseViewTransformerbuildXMLHeader, notNull, setCount, setStartMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModule
- 
Constructor Details- 
ProcessCatalogViewTransformer
 
- 
- 
Method Details- 
buildViewNameprotected com.axemble.vdoc.sdk.impl.base.BaseViewTransformer.ViewDesc buildViewName()- Specified by:
- buildViewNamein class- com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
 
- 
buildXMLBody- Specified by:
- buildXMLBodyin class- com.axemble.vdoc.sdk.impl.base.BaseViewTransformer
 
- 
catalogsToXMLDescription copied from interface:ICatalogViewTransformerConverts a view of catalogs to an XML document.- Specified by:
- catalogsToXMLin interface- ICatalogViewTransformer
- Parameters:
- context- The execution context.
- view- The view identifier.
- outputStream- The- OutputStreamobject.
- Throws:
- IOException- if an I/O error occurs. In particular, an- IOExceptionmay be thrown if the output stream has been closed.
 
- 
buildCatalogXMLHeaderprotected void buildCatalogXMLHeader(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) throws Exception - Throws:
- Exception
 
- 
buildCatalogXMLBodyprotected void buildCatalogXMLBody(Element parent, com.axemble.vdoc.sdk.impl.ProcessCatalogViewTransformer.CatalogDescription catalogDescription) throws Exception - Throws:
- Exception
 
- 
buildWorkflowXMLHeader- Throws:
- Exception
 
- 
buildWorkflowXMLBody- Throws:
- Exception
 
 
-