|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FactoryException | |
---|---|
biz.c24.io.api | Various utility classes. |
biz.c24.io.api.data | Data Model super and utility classes. |
Uses of FactoryException in biz.c24.io.api |
---|
Methods in biz.c24.io.api that throw FactoryException | |
---|---|
Element |
Factory.createElement(String configName)
Creates a new Element from the specified configuration in the project file. |
Properties |
Factory.createInputDatabaseProperties(String id,
String configName)
Creates a new input set of database properties from the configuration element for the given ID. |
Properties |
Factory.createOutputDatabaseProperties(String id,
String configName)
Creates a new output database properties from configuration element with the given ID. |
Sink |
Factory.createSink(String id,
String configName)
Creates a new Sink for the given ID from the configuration element. |
Source |
Factory.createSource(String id,
String configName)
Creates a new Source with the given ID from the configuration element. |
Transform |
Factory.createTransform(String configName)
Creates a new Transform from the specified configuration in the project file. |
String[] |
Factory.getDatabaseInputIds(String configName)
Returns the ids of all database inputs specified in the configuration element An id in the returned array can be used in the #createInputDatabaseProperties(String) method. |
String[] |
Factory.getDatabaseOutputIds(String configName)
Returns the ids of all database outputs specified in the configuration element. |
String[] |
Factory.getSinkIds(String configName)
Returns the ids of all Sinks specified in the configuration element. |
String[] |
Factory.getSourceIds(String configName)
Returns the ids of all Sources specified in the configuration element. |
String |
Factory.getSourceSinkURI(String id,
String configName)
Returns the Source uri from the configuration element |
int |
Factory.getTargetType(String configName)
Returns a int depending on the target element. |
void |
Factory.initDomainConstraints()
Initializes the DomainConstraintManager from the project file, after clearing any current constraints. |
void |
Factory.initDomainConstraints(boolean clear)
Initializes the DomainConstraintManager from the project file, possibly clearing any current constraints first. |
void |
Factory.initInputDatabaseProperties(String id,
Properties properties,
String configName)
Initializes a set of input database properties for the specified configuration with the given ID. |
void |
Factory.initOutputDatabaseProperties(String id,
Properties properties,
String configName)
Initializes a set of output database properties from configuration with the given ID. |
static Object |
Factory.loadFromDatabase(Element element,
org.hibernate.cfg.Configuration cfg,
String primaryKey,
String sqlQuery,
String hqlQuery,
String dialect,
ClassLoader loader)
Loads an object from the specified database configuration using either a primary key, SQL query or HQL query. |
static ComplexDataObject |
Factory.loadFromSource(Element element,
Source src)
Loads an object from the specified source. |
static Factory |
Factory.newInstance(File file)
Creates a new instance of the factory from the specified project url using the default classloader. |
static Factory |
Factory.newInstance(File file,
ClassLoader loader)
Creates a new instance of the factory from the specified project file using the specified classloader. |
static Factory |
Factory.newInstance(URI uri)
Creates a new instance of the factory from the specified project file based uri. |
static Factory |
Factory.newInstance(URI uri,
ClassLoader loader)
Creates a new instance of the factory from the specified project file based uri using the specified classloader. |
Uses of FactoryException in biz.c24.io.api.data |
---|
Methods in biz.c24.io.api.data that throw FactoryException | |
---|---|
void |
SourcedEnumeration.init()
Forcibly attempt to re-initalize. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |