Package org.pentaho.di.core.util
Class PluginPropertyHandler.SaveToRepository
java.lang.Object
org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
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
ConstructorsConstructorDescriptionSaveToRepository
(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
handle
(PluginProperty property) Handle property.Methods inherited from class org.pentaho.di.core.util.PluginPropertyHandler.AbstractHandler
execute
-
Constructor Details
-
SaveToRepository
public SaveToRepository(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId transformationId, org.pentaho.di.repository.ObjectId stepId) throws IllegalArgumentException Constructor.- Parameters:
repository
- repository to use.metaStore
- the MetaStoretransformationId
- transformation ID to set.stepId
- step ID to set.- Throws:
IllegalArgumentException
- if repository is null.
-
-
Method Details
-
handle
Description copied from class:PluginPropertyHandler.AbstractHandler
Handle property.- Specified by:
handle
in classPluginPropertyHandler.AbstractHandler
- Parameters:
property
- property.- Throws:
org.pentaho.di.core.exception.KettleException
- ...
-