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.
|
executepublic 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.AbstractHandlerhandle in class PluginPropertyHandler.AbstractHandlerproperty - property.KettleException - ...Copyright © 2018 Hitachi Vantara. All rights reserved.