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:
  • Constructor Details

    • ProcessCatalogViewTransformer

      public ProcessCatalogViewTransformer(IModule module)
  • Method Details

    • buildViewName

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

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

      public void catalogsToXML(IContext context, int view, OutputStream outputStream) throws IOException
      Description copied from interface: ICatalogViewTransformer
      Converts a view of catalogs to an XML document.
      Specified by:
      catalogsToXML in interface ICatalogViewTransformer
      Parameters:
      context - The execution context.
      view - The view identifier.
      outputStream - The OutputStream object.
      Throws:
      IOException - if an I/O error occurs. In particular, an IOException 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

      protected void buildWorkflowXMLHeader(Element parent, IWorkflow workflow) throws Exception
      Throws:
      Exception
    • buildWorkflowXMLBody

      protected void buildWorkflowXMLBody(Element xmlBody, IWorkflow workflow) throws Exception
      Throws:
      Exception