public static class PluginPropertyHandler.SaveToRepository extends PluginPropertyHandler.AbstractHandler
Constructor and Description |
---|
SaveToRepository(Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId transformationId,
ObjectId stepId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
handle(PluginProperty property)
Handle property.
|
execute
public SaveToRepository(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId transformationId, ObjectId stepId) throws IllegalArgumentException
repository
- repository to use.metaStore
- the MetaStoretransformationId
- transformation ID to set.stepId
- step ID to set.IllegalArgumentException
- if repository is null.protected void handle(PluginProperty property) throws KettleException
PluginPropertyHandler.AbstractHandler
handle
in class PluginPropertyHandler.AbstractHandler
property
- property.KettleException
- ...Copyright © 2018 Hitachi Vantara. All rights reserved.