| java.lang.Object org.webdocwf.util.loader.generator.GenerateDoml
GenerateDoml | public class GenerateDoml (Code) | | GenerateDoml class creates the doml file as an output.
author: Radoslav Dutina version: 1.0 |
Constructor Summary | |
public | GenerateDoml(Document documentDoml, Element rootDoml, Element childRoot1, Element childRoot2, String tableName, ImportDefinitionAttributes importDefinitionAttributes, RelationshipsAttributes relationshipsAttributes, InputParameters generatorParameters) Construct object GenerateDoml with associated parameters.
Parameters: documentDoml - is the reference to object of the Document class. Parameters: rootDoml - is reference to the object of Element class, which represents the root element ofthe documentDoml object. Parameters: childRoot1 - is the child of the root element, of the documentDoml object. Parameters: childRoot2 - is the child of the root element, of the documentDoml object. |
GenerateDoml | public GenerateDoml(Document documentDoml, Element rootDoml, Element childRoot1, Element childRoot2, String tableName, ImportDefinitionAttributes importDefinitionAttributes, RelationshipsAttributes relationshipsAttributes, InputParameters generatorParameters) throws LoaderException(Code) | | Construct object GenerateDoml with associated parameters.
Parameters: documentDoml - is the reference to object of the Document class. Parameters: rootDoml - is reference to the object of Element class, which represents the root element ofthe documentDoml object. Parameters: childRoot1 - is the child of the root element, of the documentDoml object. Parameters: childRoot2 - is the child of the root element, of the documentDoml object. The childRoot2represent package tag. Parameters: importDefinitionAttributes - is references to ImportDefinitionAttributes object. Parameters: relationshipsAttributes - is references to RelationshipsAttributes object. Parameters: generatorParameters - represents the references to InputParameter object. Parameters: tableName - is name of the table form which we retrieve data. throws: LoaderException - |
|
|