org.webdocwf.util.loader.transformation
Class Transformations

java.lang.Object
  extended byorg.webdocwf.util.loader.transformation.Transformations

public class Transformations
extends java.lang.Object

Transformation - transformations in Octopus Loader.


Field Summary
 Logger logger
           
 java.util.ArrayList transformations
           
 java.util.ArrayList transformationsTableIDList
           
 
Constructor Summary
Transformations(Logger logger)
          Empty constructor of Transformations class
 
Method Summary
 void createTransformationElements(org.w3c.dom.Document doc, int importJob)
          This method creates transformation elements with data from transformation tag (loaderJob.olj)
 java.util.List getAllTransformationSourceColNames()
           
 java.util.ArrayList getTransformations()
          This method returns transform (ArrayList) in which are objects of class Transformation with data for each transformation tag in this importJob
 int getTransformationSourceColumsCnt()
           
 java.util.ArrayList getTransformationsTableIDs()
          This method returns transformationsTableIDs (ArrayList)
 void reset()
          This method reset all variables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transformations

public java.util.ArrayList transformations

transformationsTableIDList

public java.util.ArrayList transformationsTableIDList

logger

public Logger logger
Constructor Detail

Transformations

public Transformations(Logger logger)
Empty constructor of Transformations class

Method Detail

createTransformationElements

public void createTransformationElements(org.w3c.dom.Document doc,
                                         int importJob)
                                  throws LoaderException
This method creates transformation elements with data from transformation tag (loaderJob.olj)

Parameters:
doc - represents Object document
importJob - represents current import job
Throws:
LoaderException

getTransformations

public java.util.ArrayList getTransformations()
This method returns transform (ArrayList) in which are objects of class Transformation with data for each transformation tag in this importJob


getTransformationsTableIDs

public java.util.ArrayList getTransformationsTableIDs()
This method returns transformationsTableIDs (ArrayList)


reset

public void reset()
This method reset all variables


getTransformationSourceColumsCnt

public int getTransformationSourceColumsCnt()

getAllTransformationSourceColNames

public java.util.List getAllTransformationSourceColNames()


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.