public class BaseStepMeta extends Object implements Cloneable, StepAttributesInterface
For example, the "Text File Output" step's TextFileOutputMeta class extends BaseStepMeta by adding fields for the output file name, compression, file format, etc...
| 限定符和类型 | 字段和说明 |
|---|---|
protected ArrayList<org.pentaho.di.core.KettleAttributeInterface> |
attributes |
protected org.pentaho.di.core.database.Database[] |
databases
database connection object to use for searching fields & checking steps
|
protected org.pentaho.di.core.logging.LogChannelInterface |
log |
static org.pentaho.di.core.logging.LoggingObjectInterface |
loggingObject |
protected StepMeta |
parentStepMeta |
protected Repository |
repository
The repository that is being used for this step
|
static String |
STEP_ATTRIBUTES_FILE |
| 构造器和说明 |
|---|
BaseStepMeta()
Instantiates a new base step meta.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info)
|
void |
analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Each step must be able to report on the impact it has on a database, table field, etc.
|
void |
cancelQueries()
Call this to cancel trailing database queries (too long running, etc)
|
void |
check(List<org.pentaho.di.core.CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info)
|
void |
check(List<org.pentaho.di.core.CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
|
void |
check(List<org.pentaho.di.core.CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
String[] input,
String[] output,
org.pentaho.di.core.row.RowMetaInterface info,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore) |
Object |
clone() |
protected StepInjectionMetaEntry |
createEntry(org.pentaho.di.core.KettleAttributeInterface attr,
Class<?> PKG)
Creates the entry.
|
boolean |
excludeFromCopyDistributeVerification()
This method is added to exclude certain steps from copy/distribute checking.
|
boolean |
excludeFromRowLayoutVerification()
This method is added to exclude certain steps from layout checking.
|
String |
exportResources(org.pentaho.di.core.variables.VariableSpace space,
Map<String,ResourceDefinition> definitions,
ResourceNamingInterface resourceNamingInterface,
Repository repository)
|
String |
exportResources(org.pentaho.di.core.variables.VariableSpace space,
Map<String,ResourceDefinition> definitions,
ResourceNamingInterface resourceNamingInterface,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore) |
List<StepInjectionMetaEntry> |
extractStepMetadataEntries() |
org.pentaho.di.core.KettleAttributeInterface |
findAttribute(String key) |
org.pentaho.di.core.KettleAttributeInterface |
findParent(List<org.pentaho.di.core.KettleAttributeInterface> attributes,
String parentId) |
protected StepInjectionMetaEntry |
findParentEntry(List<StepInjectionMetaEntry> entries,
String key)
Find parent entry.
|
String |
getActiveReferencedObjectDescription() |
String |
getDescription(String attributeKey) |
String |
getDialogClassName()
已过时。
As of release 8.1, use annotated-based dialog instead
PluginDialog |
void |
getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space)
|
void |
getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.
|
org.pentaho.di.core.logging.LogChannelInterface |
getLog()
Gets the log.
|
String |
getLogChannelId()
Gets the log channel id.
|
String |
getName()
Gets the name.
|
String |
getObjectCopy()
Gets the object copy.
|
org.pentaho.di.repository.ObjectId |
getObjectId()
Gets the object id.
|
org.pentaho.di.repository.ObjectRevision |
getObjectRevision()
Gets the object revision.
|
org.pentaho.di.core.logging.LoggingObjectType |
getObjectType()
Gets the object type.
|
List<StreamInterface> |
getOptionalStreams() |
org.pentaho.di.core.logging.LoggingObjectInterface |
getParent()
Gets the parent.
|
StepMeta |
getParentStepMeta()
Gets the parent step meta.
|
String[] |
getReferencedObjectDescriptions() |
String |
getRepCode(String attributeKey) |
org.pentaho.di.repository.RepositoryDirectory |
getRepositoryDirectory()
Gets the repository directory.
|
org.pentaho.di.core.row.RowMetaInterface |
getRequiredFields()
已过时。
|
org.pentaho.di.core.row.RowMetaInterface |
getRequiredFields(org.pentaho.di.core.variables.VariableSpace space)
The natural way of data flow in a transformation is source-to-target.
|
List<ResourceReference> |
getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
Get a list of all the resource dependencies that the step is depending on.
|
org.pentaho.di.core.SQLStatement |
getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev)
|
org.pentaho.di.core.SQLStatement |
getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
org.pentaho.di.core.row.RowMetaInterface prev,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work
correctly.
|
List<StepInjectionMetaEntry> |
getStepInjectionMetadataEntries(Class<?> PKG)
Describe the metadata attributes that can be injected into this step metadata object.
|
StepIOMetaInterface |
getStepIOMeta() |
StepIOMetaInterface |
getStepIOMeta(boolean createIfAbsent)
Returns the Input/Output metadata for this step.
|
StepMetaInjectionInterface |
getStepMetaInjectionInterface()
已过时。
Use annotation-based injection instead
|
TransMeta.TransformationType[] |
getSupportedTransformationTypes() |
org.pentaho.di.core.row.RowMetaInterface |
getTableFields()
Gets the table fields.
|
String |
getTooltip(String attributeKey) |
Map<String,String> |
getUsedArguments()
Default a step doesn't use any arguments.
|
org.pentaho.di.core.database.DatabaseMeta[] |
getUsedDatabaseConnections()
This method returns all the database connections that are used by the step.
|
String[] |
getUsedLibraries() |
String |
getXML()
Produces the XML string that describes this step's information.
|
String |
getXmlCode(String attributeKey) |
void |
handleStreamSelection(StreamInterface stream)
When an optional stream is selected, this method is called to handled the ETL metadata implications of that.
|
boolean |
hasChanged()
Checks for changed.
|
boolean |
hasRepositoryReferences() |
boolean |
isBasic()
Checks if is basic.
|
boolean |
isDebug()
Checks if is debug.
|
boolean |
isDetailed()
Checks if is detailed.
|
boolean[] |
isReferencedObjectEnabled() |
boolean |
isRowLevel()
Checks if is row level.
|
Object |
loadReferencedObject(int index,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.core.variables.VariableSpace space) |
Object |
loadReferencedObject(int index,
Repository rep,
org.pentaho.di.core.variables.VariableSpace space)
|
protected void |
loadStepAttributes()
Load step attributes.
|
void |
loadXML(Node stepnode,
List<org.pentaho.di.core.database.DatabaseMeta> databases)
已过时。
|
void |
loadXML(Node stepnode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
org.pentaho.metastore.api.IMetaStore metaStore) |
void |
loadXML(Node stepnode,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
Map<String,org.pentaho.di.core.Counter> counters)
已过时。
|
void |
logBasic(String message)
Log basic.
|
void |
logBasic(String message,
Object... arguments)
Log basic.
|
void |
logDebug(String message)
Log debug.
|
void |
logDebug(String message,
Object... arguments)
Log debug.
|
void |
logDetailed(String message)
Log detailed.
|
void |
logDetailed(String message,
Object... arguments)
Log detailed.
|
void |
logError(String message)
Log error.
|
void |
logError(String message,
Object... arguments)
Log error.
|
void |
logError(String message,
Throwable e)
Log error.
|
void |
logMinimal(String message)
Log minimal.
|
void |
logMinimal(String message,
Object... arguments)
Log minimal.
|
void |
logRowlevel(String message)
Log rowlevel.
|
void |
logRowlevel(String message,
Object... arguments)
Log rowlevel.
|
void |
lookupRepositoryReferences(Repository repository)
Look up the references after import
|
void |
readRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_step,
List<org.pentaho.di.core.database.DatabaseMeta> databases) |
void |
readRep(Repository rep,
org.pentaho.di.repository.ObjectId idStep,
List<org.pentaho.di.core.database.DatabaseMeta> databases)
已过时。
|
void |
readRep(Repository rep,
org.pentaho.di.repository.ObjectId id_step,
List<org.pentaho.di.core.database.DatabaseMeta> databases,
Map<String,org.pentaho.di.core.Counter> counters)
已过时。
|
void |
resetStepIoMeta()
Reset step io meta.
|
void |
saveRep(Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.ObjectId id_step) |
void |
saveRep(Repository rep,
org.pentaho.di.repository.ObjectId id_transformation,
org.pentaho.di.repository.ObjectId id_step)
已过时。
use {@link #saveRep(Repository, IMetaStore, ObjectId, ObjectId)
|
void |
searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc.
|
void |
setChanged()
Sets the changed.
|
void |
setChanged(boolean ch)
Sets the changed.
|
void |
setParentStepMeta(StepMeta parentStepMeta)
Sets the parent step meta.
|
void |
setStepIOMeta(StepIOMetaInterface value)
Sets the Input/Output metadata for this step.
|
boolean |
supportsErrorHandling() |
public static final org.pentaho.di.core.logging.LoggingObjectInterface loggingObject
protected org.pentaho.di.core.database.Database[] databases
protected Repository repository
protected StepMeta parentStepMeta
protected org.pentaho.di.core.logging.LogChannelInterface log
protected ArrayList<org.pentaho.di.core.KettleAttributeInterface> attributes
public void setChanged(boolean ch)
ch - the new changedpublic void setChanged()
public boolean hasChanged()
public org.pentaho.di.core.row.RowMetaInterface getTableFields()
public String getXML() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException - in case there is an XML conversion or encoding error@Deprecated public void getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space) throws org.pentaho.di.core.exception.KettleStepException
inputRowMeta - the input row meta that is modified in this method to reflect the output row metadata of the
stepname - Name of the step to use as input for the origin field in the valuesinfo - Fields used as extra lookup informationnextStep - the next step that is targetedspace - the space The variable space to use to replace variablesorg.pentaho.di.core.exception.KettleStepException - the kettle step exceptionpublic void getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
String name,
org.pentaho.di.core.row.RowMetaInterface[] info,
StepMeta nextStep,
org.pentaho.di.core.variables.VariableSpace space,
Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore)
throws org.pentaho.di.core.exception.KettleStepException
inputRowMeta - the input row meta that is modified in this method to reflect the output row metadata of the
stepname - Name of the step to use as input for the origin field in the valuesinfo - Fields used as extra lookup informationnextStep - the next step that is targetedspace - the space The variable space to use to replace variablesrepository - the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore - the MetaStore to use to load additional external data or metadata impacting the output fieldsorg.pentaho.di.core.exception.KettleStepException - the kettle step exception@Deprecated public void analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) throws org.pentaho.di.core.exception.KettleStepException
impact - The list of impacts @see org.pentaho.di.transMeta.DatabaseImpacttransMeta - The transformation informationstepMeta - The step informationprev - The fields entering this stepinput - The previous step namesoutput - The output step namesinfo - The fields used as information by this steporg.pentaho.di.core.exception.KettleStepExceptionpublic void analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleStepException
impact - The list of impacts @see org.pentaho.di.transMeta.DatabaseImpacttransMeta - The transformation informationstepMeta - The step informationprev - The fields entering this stepinput - The previous step namesoutput - The output step namesinfo - The fields used as information by this steprepository - the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore - the MetaStore to use to load additional external data or metadata impacting the output fieldsorg.pentaho.di.core.exception.KettleStepException@Deprecated public org.pentaho.di.core.SQLStatement getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) throws org.pentaho.di.core.exception.KettleStepException
transMeta - TransInfo object containing the complete transformationstepMeta - StepMeta object containing the complete stepprev - Row containing meta-data for the input fields (no data)org.pentaho.di.core.exception.KettleStepExceptionpublic org.pentaho.di.core.SQLStatement getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleStepException
transMeta - TransInfo object containing the complete transformationstepMeta - StepMeta object containing the complete stepprev - Row containing meta-data for the input fields (no data)repository - the repository to use to load Kettle metadata objects impacting the output fieldsmetaStore - the MetaStore to use to load additional external data or metadata impacting the output fieldsorg.pentaho.di.core.exception.KettleStepExceptionpublic void cancelQueries()
throws org.pentaho.di.core.exception.KettleDatabaseException
org.pentaho.di.core.exception.KettleDatabaseExceptionpublic Map<String,String> getUsedArguments()
@Deprecated public org.pentaho.di.core.row.RowMetaInterface getRequiredFields() throws org.pentaho.di.core.exception.KettleException
getRequiredFields(VariableSpace)This default implementation returns an empty row meaning that no fields are required for this step to operate.
org.pentaho.di.core.exception.KettleException - in case the required fields can't be determinedpublic org.pentaho.di.core.row.RowMetaInterface getRequiredFields(org.pentaho.di.core.variables.VariableSpace space)
throws org.pentaho.di.core.exception.KettleException
This default implementation returns an empty row meaning that no fields are required for this step to operate.
space - the variable space to use to do variable substitution.org.pentaho.di.core.exception.KettleException - in case the required fields can't be determinedpublic org.pentaho.di.core.database.DatabaseMeta[] getUsedDatabaseConnections()
public String[] getUsedLibraries()
public boolean supportsErrorHandling()
public boolean excludeFromRowLayoutVerification()
public boolean excludeFromCopyDistributeVerification()
public List<ResourceReference> getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
@Deprecated public String exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository) throws org.pentaho.di.core.exception.KettleException
space - the spacedefinitions - the definitionsresourceNamingInterface - the resource naming interfacerepository - the repositoryorg.pentaho.di.core.exception.KettleException - the kettle exceptionpublic String exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException@Deprecated public String getDialogClassName()
PluginDialoge.g. if the job entry is org.pentaho.di.job.entries.zipfile.JobEntryZipFile the dialog would be org.pentaho.di.ui.job.entries.zipfile.JobEntryZipFileDialog
If the dialog class for a job entry does not match this pattern it should override this method and return the appropriate class name
public StepMeta getParentStepMeta()
public void setParentStepMeta(StepMeta parentStepMeta)
parentStepMeta - the new parent step metapublic org.pentaho.di.core.logging.LogChannelInterface getLog()
public boolean isBasic()
public boolean isDetailed()
public boolean isDebug()
public boolean isRowLevel()
public void logMinimal(String message)
message - the messagepublic void logMinimal(String message, Object... arguments)
message - the messagearguments - the argumentspublic void logBasic(String message)
message - the messagepublic void logBasic(String message, Object... arguments)
message - the messagearguments - the argumentspublic void logDetailed(String message)
message - the messagepublic void logDetailed(String message, Object... arguments)
message - the messagearguments - the argumentspublic void logDebug(String message)
message - the messagepublic void logDebug(String message, Object... arguments)
message - the messagearguments - the argumentspublic void logRowlevel(String message)
message - the messagepublic void logRowlevel(String message, Object... arguments)
message - the messagearguments - the argumentspublic void logError(String message)
message - the messagepublic void logError(String message, Throwable e)
message - the messagee - the epublic void logError(String message, Object... arguments)
message - the messagearguments - the argumentspublic String getLogChannelId()
public String getName()
public String getObjectCopy()
public org.pentaho.di.repository.ObjectId getObjectId()
public org.pentaho.di.repository.ObjectRevision getObjectRevision()
public org.pentaho.di.core.logging.LoggingObjectType getObjectType()
public org.pentaho.di.core.logging.LoggingObjectInterface getParent()
public org.pentaho.di.repository.RepositoryDirectory getRepositoryDirectory()
public StepIOMetaInterface getStepIOMeta()
public StepIOMetaInterface getStepIOMeta(boolean createIfAbsent)
public void setStepIOMeta(StepIOMetaInterface value)
value - the StepIOMetaInterface to set for this step.public List<StreamInterface> getOptionalStreams()
public void handleStreamSelection(StreamInterface stream)
stream - The optional stream to handle.public void resetStepIoMeta()
public void searchInfoAndTargetSteps(List<StepMeta> steps)
steps - the steps to reference@Deprecated public StepMetaInjectionInterface getStepMetaInjectionInterface()
public List<StepInjectionMetaEntry> extractStepMetadataEntries() throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionprotected StepInjectionMetaEntry findParentEntry(List<StepInjectionMetaEntry> entries, String key)
entries - the entrieskey - the keyprotected StepInjectionMetaEntry createEntry(org.pentaho.di.core.KettleAttributeInterface attr, Class<?> PKG)
attr - the attrPKG - the pkgpublic List<StepInjectionMetaEntry> getStepInjectionMetadataEntries(Class<?> PKG)
protected void loadStepAttributes()
throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException - the kettle exceptionpublic org.pentaho.di.core.KettleAttributeInterface findParent(List<org.pentaho.di.core.KettleAttributeInterface> attributes, String parentId)
findParent 在接口中 StepAttributesInterfacepublic org.pentaho.di.core.KettleAttributeInterface findAttribute(String key)
findAttribute 在接口中 StepAttributesInterfacepublic String getXmlCode(String attributeKey)
getXmlCode 在接口中 StepAttributesInterfacepublic String getRepCode(String attributeKey)
getRepCode 在接口中 StepAttributesInterfacepublic String getDescription(String attributeKey)
getDescription 在接口中 StepAttributesInterfacepublic String getTooltip(String attributeKey)
getTooltip 在接口中 StepAttributesInterfacepublic TransMeta.TransformationType[] getSupportedTransformationTypes()
public boolean hasRepositoryReferences()
public void lookupRepositoryReferences(Repository repository) throws org.pentaho.di.core.exception.KettleException
repository - the repository to reference.org.pentaho.di.core.exception.KettleExceptionpublic String[] getReferencedObjectDescriptions()
public boolean[] isReferencedObjectEnabled()
public String getActiveReferencedObjectDescription()
@Deprecated public Object loadReferencedObject(int index, Repository rep, org.pentaho.di.core.variables.VariableSpace space) throws org.pentaho.di.core.exception.KettleException
index - the object index to loadrep - the repositoryspace - the variable space to useorg.pentaho.di.core.exception.KettleExceptionpublic Object loadReferencedObject(int index, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException@Deprecated public void readRep(Repository rep, org.pentaho.di.repository.ObjectId idStep, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleExceptionpublic void readRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException@Deprecated public void readRep(Repository rep, org.pentaho.di.repository.ObjectId id_step, List<org.pentaho.di.core.database.DatabaseMeta> databases, Map<String,org.pentaho.di.core.Counter> counters) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException@Deprecated public void loadXML(Node stepnode, List<org.pentaho.di.core.database.DatabaseMeta> databases) throws org.pentaho.di.core.exception.KettleXMLException
loadXML(Node, List, IMetaStore)stepnode - databases - org.pentaho.di.core.exception.KettleXMLException@Deprecated public void loadXML(Node stepnode, List<org.pentaho.di.core.database.DatabaseMeta> databases, Map<String,org.pentaho.di.core.Counter> counters) throws org.pentaho.di.core.exception.KettleXMLException
loadXML(Node, List, IMetaStore)stepnode - databases - org.pentaho.di.core.exception.KettleXMLExceptionpublic void loadXML(Node stepnode, List<org.pentaho.di.core.database.DatabaseMeta> databases, org.pentaho.metastore.api.IMetaStore metaStore) throws org.pentaho.di.core.exception.KettleXMLException
org.pentaho.di.core.exception.KettleXMLException@Deprecated public void saveRep(Repository rep, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
stepnode - databases - org.pentaho.di.core.exception.KettleXMLExceptionorg.pentaho.di.core.exception.KettleExceptionpublic void saveRep(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.repository.ObjectId id_transformation, org.pentaho.di.repository.ObjectId id_step) throws org.pentaho.di.core.exception.KettleException
org.pentaho.di.core.exception.KettleException@Deprecated public void check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
remarks - transMeta - stepMeta - prev - input - output - info - @Deprecated public void check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
remarks - transMeta - stepMeta - prev - input - output - info - repository - metaStore - public void check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Copyright © 2024 Hitachi Vantara. All rights reserved.