| |
|
| java.lang.Object org.webdocwf.util.loader.transformation.Transformations
Transformations | public class Transformations (Code) | | Transformation - transformations in Octopus Loader.
|
transformationsTableIDList | public ArrayList transformationsTableIDList(Code) | | |
Transformations | public Transformations(Logger logger)(Code) | | Empty constructor of Transformations class
|
createTransformationElements | public void createTransformationElements(Document doc, int importJob) throws LoaderException(Code) | | This method creates transformation elements with data from transformation tag (loaderJob.olj)
Parameters: doc - represents Object document Parameters: importJob - represents current import job |
getAllTransformationSourceColNames | public List getAllTransformationSourceColNames()(Code) | | |
getTransformationSourceColumsCnt | public int getTransformationSourceColumsCnt()(Code) | | |
getTransformations | public ArrayList getTransformations()(Code) | | This method returns transform (ArrayList) in which are objects of class Transformation with data for each
transformation tag in this importJob
|
getTransformationsTableIDs | public ArrayList getTransformationsTableIDs()(Code) | | This method returns transformationsTableIDs (ArrayList)
|
reset | public void reset()(Code) | | This method reset all variables
|
|
|
|