public class DefinitionLoader extends Object
| Constructor and Description |
|---|
DefinitionLoader(Connection conn)
Deprecated.
Creates a new instance of DefinitionLoader
|
| Modifier and Type | Method and Description |
|---|---|
ComponentDefinition[] |
getComponentDefs(String className)
Deprecated.
|
DataTypeDefinition |
getDataTypeDef(String className)
Deprecated.
|
String |
getDTSuperClass(String dataType)
Deprecated.
Looks up the superclass of the given RIM datatype, returns null if there isn't one.
|
AttributeDefinition |
getRIMAttributeDef(String className,
String attributeName)
Deprecated.
Creates an AttributeDefinition for the given attribute by looking up the required information in the DB.
|
AttributeDefinition[] |
getRIMAttributes(String className)
Deprecated.
Looks up a list of attributes for the given class and creates AttributeDefinitions by calling getRIMAttributeDef.
|
ClassDefinition |
getRIMClassDef(String className)
Deprecated.
Creates a ClassDefinition for the given RIM class by looking up the required information in the DB.
|
String[] |
getRIMClassNames()
Deprecated.
Looks up a list of RIM class names in the DB.
|
String[] |
getRIMDataTypeNames()
Deprecated.
Looks up a list of RIM data type names in the DB.
|
String |
getRIMSuperClass(String className)
Deprecated.
Looks up and returns this RIM class' superclass.
|
static void |
main(String[] args)
Deprecated.
|
public DefinitionLoader(Connection conn)
public String[] getRIMClassNames() throws SQLException
SQLExceptionpublic String[] getRIMDataTypeNames() throws SQLException
SQLExceptionpublic ClassDefinition getRIMClassDef(String className) throws SQLException
SQLExceptionpublic AttributeDefinition[] getRIMAttributes(String className) throws SQLException
SQLExceptionpublic AttributeDefinition getRIMAttributeDef(String className, String attributeName) throws SQLException
SQLExceptionpublic String getRIMSuperClass(String className) throws SQLException
SQLExceptionpublic DataTypeDefinition getDataTypeDef(String className) throws SQLException
SQLExceptionpublic ComponentDefinition[] getComponentDefs(String className) throws SQLException
SQLExceptionpublic String getDTSuperClass(String dataType) throws SQLException
SQLExceptionCopyright © 2001-2012 University Health Network. All Rights Reserved.