org.pentaho.platform.plugin.action.kettle
Class Custom1

java.lang.Object
  extended by org.pentaho.platform.engine.core.system.PentahoBase
      extended by org.pentaho.platform.engine.services.PentahoMessenger
          extended by org.pentaho.platform.engine.services.solution.ComponentBase
              extended by org.pentaho.platform.plugin.action.kettle.KettleComponent
                  extended by org.pentaho.platform.plugin.action.kettle.Custom1
All Implemented Interfaces:
Serializable, org.pentaho.di.trans.step.RowListener, IAuditable, IComponent, ILogger, IParameterResolver

public class Custom1
extends KettleComponent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.pentaho.platform.plugin.action.kettle.KettleComponent
PARAMETER_MAP_CMD_ARG, PARAMETER_MAP_PARAMETER, PARAMETER_MAP_VARIABLE
 
Fields inherited from class org.pentaho.platform.engine.services.solution.ComponentBase
COMPONENT_EXECUTE_FAIL, MISSING_SESSION
 
Fields inherited from class org.pentaho.platform.engine.core.system.PentahoBase
EMPTYLOGID, LOGID_MASK1, LOGID_MASK2, LOGID_SEPARATOR
 
Fields inherited from interface org.pentaho.platform.api.engine.ILogger
ACTIVITY_LOG, DEBUG, ERROR, FATAL, INFO, INSTANCE_LOG, SESSION_LOG, SOLUTION_LOG, TRACE, UNKNOWN, WARN
 
Constructor Summary
Custom1()
           
 
Method Summary
static org.pentaho.di.trans.TransMeta buildCopyTable(String transformationName, String sourceDatabaseName, String sourceTableName, String[] sourceFields, String targetDatabaseName, String targetTableName, String[] targetFields, org.pentaho.di.core.logging.LogWriter logWriter)
           
 
Methods inherited from class org.pentaho.platform.plugin.action.kettle.KettleComponent
done, errorRowWrittenEvent, executeAction, getLogger, init, processRow, rowReadEvent, rowWrittenEvent, validateAction
 
Methods inherited from class org.pentaho.platform.engine.services.solution.ComponentBase
createFeedbackParameter, createFeedbackParameter, createNewInstance, execute, getActionDefinition, getActionName, getActionTitle, getComponentDefinition, getComponentDefinition, getId, getInitFailMessage, getInitOk, getInstanceId, getLogId, getObjectName, getProcessId, getResourceAsString, getRuntimeContext, getSession, inputMissingError, outputMissingError, promptNeeded, promptNow, resolveParameter, resourceComponentSettingError, resourceMissingError, setActionDefinition, setActionName, setComponentDefinition, setComponentDefinitionMap, setInstanceId, setProcessId, setRuntimeContext, setSession, validate
 
Methods inherited from class org.pentaho.platform.engine.services.PentahoMessenger
debug, debug, error, error, error, fatal, fatal, getMessages, getUserString, info, info, setMessages, trace, trace, warn, warn
 
Methods inherited from class org.pentaho.platform.engine.core.system.PentahoBase
genLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, setLoggingLevel, setLogId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.platform.api.engine.IComponent
getMessages, setMessages
 
Methods inherited from interface org.pentaho.platform.api.engine.ILogger
debug, debug, error, error, fatal, fatal, getLoggingLevel, info, info, setLoggingLevel, trace, trace, warn, warn
 

Constructor Detail

Custom1

public Custom1()
Method Detail

buildCopyTable

public static final org.pentaho.di.trans.TransMeta buildCopyTable(String transformationName,
                                                                  String sourceDatabaseName,
                                                                  String sourceTableName,
                                                                  String[] sourceFields,
                                                                  String targetDatabaseName,
                                                                  String targetTableName,
                                                                  String[] targetFields,
                                                                  org.pentaho.di.core.logging.LogWriter logWriter)
                                                           throws org.pentaho.di.core.exception.KettleException
Throws:
org.pentaho.di.core.exception.KettleException