Style Intelligence v12.0

inetsoft.uql.erm
Class ERMImporter

java.lang.Object
  extended by inetsoft.uql.erm.ERMImporter

public class ERMImporter
extends Object

The ERMImporter is used to import ERWin entity relation models into style report.

Since:
7.0

Constructor Summary
ERMImporter()
           
 
Method Summary
static Enumeration importModels(InputStream istr)
          Creates an enumeration of XLogicalModel object from an ERWin exported file.
static Enumeration importPartitions(InputStream istr)
          Creates an enumeration of XPartition objects from an ERWin exported file.
static void setDbOwner(String dbOwner)
          Set the Data Base Owner Name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ERMImporter

public ERMImporter()
Method Detail

importModels

public static Enumeration importModels(InputStream istr)
                                throws Exception
Creates an enumeration of XLogicalModel object from an ERWin exported file.

Parameters:
istr - an input stream to the xml file which contains model information.
Returns:
Enumeration of XLogicalModel objects.
Throws:
Exception

importPartitions

public static Enumeration importPartitions(InputStream istr)
                                    throws Exception
Creates an enumeration of XPartition objects from an ERWin exported file.

Parameters:
istr - an input stream to the xml file which contains partition information.
Returns:
Enumeration of XPartition objects.
Throws:
Exception

setDbOwner

public static void setDbOwner(String dbOwner)
Set the Data Base Owner Name.

Parameters:
dbOwner - the owner of the data base.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.