org.pentaho.di.core.util
Class PluginPropertyHandler.SaveToRepository

java.lang.Object
  extended by org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
      extended by org.pentaho.di.core.util.PluginPropertyHandler.SaveToRepository
All Implemented Interfaces:
org.apache.commons.collections.Closure
Enclosing class:
PluginPropertyHandler

public static class PluginPropertyHandler.SaveToRepository
extends PluginPropertyHandler.AbstractHandler

Author:
Thomas Hoedl(asc042)

Constructor Summary
PluginPropertyHandler.SaveToRepository(Repository repository, ObjectId transformationId, ObjectId stepId)
          Constructor.
 
Method Summary
 
Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPropertyHandler.SaveToRepository

public PluginPropertyHandler.SaveToRepository(Repository repository,
                                              ObjectId transformationId,
                                              ObjectId stepId)
                                       throws IllegalArgumentException
Constructor.

Parameters:
repository - repository to use.
transformationId - transformation ID to set.
stepId - step ID to set.
Throws:
IllegalArgumentException - if repository is null.