Package org.pentaho.di.trans
Class CheckStepsExtension
- java.lang.Object
-
- org.pentaho.di.trans.CheckStepsExtension
-
public class CheckStepsExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckStepsExtension(List<org.pentaho.di.core.CheckResultInterface> remarks, org.pentaho.di.core.variables.VariableSpace space, TransMeta transMeta, StepMeta[] stepMetas, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.metastore.api.IMetaStore
getMetaStore()
List<org.pentaho.di.core.CheckResultInterface>
getRemarks()
Repository
getRepository()
StepMeta[]
getStepMetas()
TransMeta
getTransMeta()
org.pentaho.di.core.variables.VariableSpace
getVariableSpace()
-
-
-
Constructor Detail
-
CheckStepsExtension
public CheckStepsExtension(List<org.pentaho.di.core.CheckResultInterface> remarks, org.pentaho.di.core.variables.VariableSpace space, TransMeta transMeta, StepMeta[] stepMetas, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
-
-
Method Detail
-
getRemarks
public List<org.pentaho.di.core.CheckResultInterface> getRemarks()
-
getVariableSpace
public org.pentaho.di.core.variables.VariableSpace getVariableSpace()
-
getTransMeta
public TransMeta getTransMeta()
-
getStepMetas
public StepMeta[] getStepMetas()
-
getRepository
public Repository getRepository()
-
getMetaStore
public org.pentaho.metastore.api.IMetaStore getMetaStore()
-
-