Class AdminapiXMLExporter


  • public class AdminapiXMLExporter
    extends java.lang.Object
    • Constructor Detail

      • AdminapiXMLExporter

        public AdminapiXMLExporter()
    • Method Detail

      • createCompleteXMLExport

        public static net.anotheria.util.xml.XMLTree createCompleteXMLExport()
                                                                      throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (ano-util) with data from all modules.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeCompleteXMLExportToStream

        public static void writeCompleteXMLExportToStream​(java.io.OutputStream target)
                                                   throws java.io.IOException,
                                                          net.anotheria.asg.exception.ASGRuntimeException
        Write XML data from all modules into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeCompleteXMLExportToFile

        public static void writeCompleteXMLExportToFile​(java.io.File target)
                                                 throws java.io.IOException,
                                                        net.anotheria.asg.exception.ASGRuntimeException
        Write XML data from all modules into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASGenericDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASGenericDataXMLExport()
                                                                           throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASGenericData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASGenericDataXMLExportToStream

        public static void writeASGenericDataXMLExportToStream​(java.io.OutputStream target)
                                                        throws java.io.IOException,
                                                               net.anotheria.asg.exception.ASGRuntimeException
        Write ASGenericData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASGenericDataXMLExportToFile

        public static void writeASGenericDataXMLExportToFile​(java.io.File target)
                                                      throws java.io.IOException,
                                                             net.anotheria.asg.exception.ASGRuntimeException
        Write ASGenericData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASCustomDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASCustomDataXMLExport()
                                                                          throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASCustomData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASCustomDataXMLExportToStream

        public static void writeASCustomDataXMLExportToStream​(java.io.OutputStream target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASCustomData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASCustomDataXMLExportToFile

        public static void writeASCustomDataXMLExportToFile​(java.io.File target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASCustomData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASFederatedDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASFederatedDataXMLExport()
                                                                             throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASFederatedData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASFederatedDataXMLExportToStream

        public static void writeASFederatedDataXMLExportToStream​(java.io.OutputStream target)
                                                          throws java.io.IOException,
                                                                 net.anotheria.asg.exception.ASGRuntimeException
        Write ASFederatedData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASFederatedDataXMLExportToFile

        public static void writeASFederatedDataXMLExportToFile​(java.io.File target)
                                                        throws java.io.IOException,
                                                               net.anotheria.asg.exception.ASGRuntimeException
        Write ASFederatedData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createImagesXMLExport

        public static net.anotheria.util.xml.XMLTree createImagesXMLExport()
                                                                    throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from Images data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeImagesXMLExportToStream

        public static void writeImagesXMLExportToStream​(java.io.OutputStream target)
                                                 throws java.io.IOException,
                                                        net.anotheria.asg.exception.ASGRuntimeException
        Write Images as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeImagesXMLExportToFile

        public static void writeImagesXMLExportToFile​(java.io.File target)
                                               throws java.io.IOException,
                                                      net.anotheria.asg.exception.ASGRuntimeException
        Write Images as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASLayoutDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASLayoutDataXMLExport()
                                                                          throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASLayoutData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASLayoutDataXMLExportToStream

        public static void writeASLayoutDataXMLExportToStream​(java.io.OutputStream target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASLayoutData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASLayoutDataXMLExportToFile

        public static void writeASLayoutDataXMLExportToFile​(java.io.File target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASLayoutData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASSiteDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASSiteDataXMLExport()
                                                                        throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASSiteData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASSiteDataXMLExportToStream

        public static void writeASSiteDataXMLExportToStream​(java.io.OutputStream target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASSiteData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASSiteDataXMLExportToFile

        public static void writeASSiteDataXMLExportToFile​(java.io.File target)
                                                   throws java.io.IOException,
                                                          net.anotheria.asg.exception.ASGRuntimeException
        Write ASSiteData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASSiteConfigXMLExport

        public static net.anotheria.util.xml.XMLTree createASSiteConfigXMLExport()
                                                                          throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASSiteConfig data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASSiteConfigXMLExportToStream

        public static void writeASSiteConfigXMLExportToStream​(java.io.OutputStream target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASSiteConfig as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASSiteConfigXMLExportToFile

        public static void writeASSiteConfigXMLExportToFile​(java.io.File target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASSiteConfig as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASWebDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASWebDataXMLExport()
                                                                       throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASWebData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASWebDataXMLExportToStream

        public static void writeASWebDataXMLExportToStream​(java.io.OutputStream target)
                                                    throws java.io.IOException,
                                                           net.anotheria.asg.exception.ASGRuntimeException
        Write ASWebData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASWebDataXMLExportToFile

        public static void writeASWebDataXMLExportToFile​(java.io.File target)
                                                  throws java.io.IOException,
                                                         net.anotheria.asg.exception.ASGRuntimeException
        Write ASWebData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASResourceDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASResourceDataXMLExport()
                                                                            throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASResourceData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASResourceDataXMLExportToStream

        public static void writeASResourceDataXMLExportToStream​(java.io.OutputStream target)
                                                         throws java.io.IOException,
                                                                net.anotheria.asg.exception.ASGRuntimeException
        Write ASResourceData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASResourceDataXMLExportToFile

        public static void writeASResourceDataXMLExportToFile​(java.io.File target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASResourceData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASGenericActionXMLExport

        public static net.anotheria.util.xml.XMLTree createASGenericActionXMLExport()
                                                                             throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASGenericAction data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASGenericActionXMLExportToStream

        public static void writeASGenericActionXMLExportToStream​(java.io.OutputStream target)
                                                          throws java.io.IOException,
                                                                 net.anotheria.asg.exception.ASGRuntimeException
        Write ASGenericAction as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASGenericActionXMLExportToFile

        public static void writeASGenericActionXMLExportToFile​(java.io.File target)
                                                        throws java.io.IOException,
                                                               net.anotheria.asg.exception.ASGRuntimeException
        Write ASGenericAction as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASCustomActionXMLExport

        public static net.anotheria.util.xml.XMLTree createASCustomActionXMLExport()
                                                                            throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASCustomAction data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASCustomActionXMLExportToStream

        public static void writeASCustomActionXMLExportToStream​(java.io.OutputStream target)
                                                         throws java.io.IOException,
                                                                net.anotheria.asg.exception.ASGRuntimeException
        Write ASCustomAction as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASCustomActionXMLExportToFile

        public static void writeASCustomActionXMLExportToFile​(java.io.File target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASCustomAction as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASActionXMLExport

        public static net.anotheria.util.xml.XMLTree createASActionXMLExport()
                                                                      throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASAction data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASActionXMLExportToStream

        public static void writeASActionXMLExportToStream​(java.io.OutputStream target)
                                                   throws java.io.IOException,
                                                          net.anotheria.asg.exception.ASGRuntimeException
        Write ASAction as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASActionXMLExportToFile

        public static void writeASActionXMLExportToFile​(java.io.File target)
                                                 throws java.io.IOException,
                                                        net.anotheria.asg.exception.ASGRuntimeException
        Write ASAction as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASWizardDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASWizardDataXMLExport()
                                                                          throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASWizardData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASWizardDataXMLExportToStream

        public static void writeASWizardDataXMLExportToStream​(java.io.OutputStream target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASWizardData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASWizardDataXMLExportToFile

        public static void writeASWizardDataXMLExportToFile​(java.io.File target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASWizardData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASUserDataXMLExport

        public static net.anotheria.util.xml.XMLTree createASUserDataXMLExport()
                                                                        throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASUserData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASUserDataXMLExportToStream

        public static void writeASUserDataXMLExportToStream​(java.io.OutputStream target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASUserData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASUserDataXMLExportToFile

        public static void writeASUserDataXMLExportToFile​(java.io.File target)
                                                   throws java.io.IOException,
                                                          net.anotheria.asg.exception.ASGRuntimeException
        Write ASUserData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createAnoAccessConfigurationXMLExport

        public static net.anotheria.util.xml.XMLTree createAnoAccessConfigurationXMLExport()
                                                                                    throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from AnoAccessConfiguration data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeAnoAccessConfigurationXMLExportToStream

        public static void writeAnoAccessConfigurationXMLExportToStream​(java.io.OutputStream target)
                                                                 throws java.io.IOException,
                                                                        net.anotheria.asg.exception.ASGRuntimeException
        Write AnoAccessConfiguration as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeAnoAccessConfigurationXMLExportToFile

        public static void writeAnoAccessConfigurationXMLExportToFile​(java.io.File target)
                                                               throws java.io.IOException,
                                                                      net.anotheria.asg.exception.ASGRuntimeException
        Write AnoAccessConfiguration as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createAnoAccessApplicationDataXMLExport

        public static net.anotheria.util.xml.XMLTree createAnoAccessApplicationDataXMLExport()
                                                                                      throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from AnoAccessApplicationData data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeAnoAccessApplicationDataXMLExportToStream

        public static void writeAnoAccessApplicationDataXMLExportToStream​(java.io.OutputStream target)
                                                                   throws java.io.IOException,
                                                                          net.anotheria.asg.exception.ASGRuntimeException
        Write AnoAccessApplicationData as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeAnoAccessApplicationDataXMLExportToFile

        public static void writeAnoAccessApplicationDataXMLExportToFile​(java.io.File target)
                                                                 throws java.io.IOException,
                                                                        net.anotheria.asg.exception.ASGRuntimeException
        Write AnoAccessApplicationData as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASFeatureXMLExport

        public static net.anotheria.util.xml.XMLTree createASFeatureXMLExport()
                                                                       throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASFeature data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASFeatureXMLExportToStream

        public static void writeASFeatureXMLExportToStream​(java.io.OutputStream target)
                                                    throws java.io.IOException,
                                                           net.anotheria.asg.exception.ASGRuntimeException
        Write ASFeature as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASFeatureXMLExportToFile

        public static void writeASFeatureXMLExportToFile​(java.io.File target)
                                                  throws java.io.IOException,
                                                         net.anotheria.asg.exception.ASGRuntimeException
        Write ASFeature as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASExperimentXMLExport

        public static net.anotheria.util.xml.XMLTree createASExperimentXMLExport()
                                                                          throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASExperiment data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASExperimentXMLExportToStream

        public static void writeASExperimentXMLExportToStream​(java.io.OutputStream target)
                                                       throws java.io.IOException,
                                                              net.anotheria.asg.exception.ASGRuntimeException
        Write ASExperiment as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASExperimentXMLExportToFile

        public static void writeASExperimentXMLExportToFile​(java.io.File target)
                                                     throws java.io.IOException,
                                                            net.anotheria.asg.exception.ASGRuntimeException
        Write ASExperiment as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createASBrandXMLExport

        public static net.anotheria.util.xml.XMLTree createASBrandXMLExport()
                                                                     throws net.anotheria.asg.exception.ASGRuntimeException
        Create an XML Document (jdom) from ASBrand data for export.
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASBrandXMLExportToStream

        public static void writeASBrandXMLExportToStream​(java.io.OutputStream target)
                                                  throws java.io.IOException,
                                                         net.anotheria.asg.exception.ASGRuntimeException
        Write ASBrand as XML into given stream.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • writeASBrandXMLExportToFile

        public static void writeASBrandXMLExportToFile​(java.io.File target)
                                                throws java.io.IOException,
                                                       net.anotheria.asg.exception.ASGRuntimeException
        Write ASBrand as XML into given file.
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • main

        public static void main​(java.lang.String[] a)
                         throws java.io.IOException,
                                net.anotheria.asg.exception.ASGRuntimeException
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • interactiveMode

        public static void interactiveMode​(java.lang.String[] a)
                                    throws java.io.IOException,
                                           net.anotheria.asg.exception.ASGRuntimeException
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • automaticMode

        public static void automaticMode​(java.lang.String[] a)
                                  throws java.io.IOException,
                                         net.anotheria.asg.exception.ASGRuntimeException
        Throws:
        java.io.IOException
        net.anotheria.asg.exception.ASGRuntimeException
      • createExportForInput

        public static final net.anotheria.util.xml.XMLTree createExportForInput​(java.lang.String input)
                                                                         throws net.anotheria.asg.exception.ASGRuntimeException
        Throws:
        net.anotheria.asg.exception.ASGRuntimeException