Interface ISubTransAwareMeta

All Known Implementing Classes:
BaseStreamStepMeta, MappingMeta, SimpleMappingMeta, SingleThreaderMeta, TransExecutorMeta

public interface ISubTransAwareMeta
A step "meta" that contains a reference to a sub-transformation.
  • Method Details

    • getSpecificationMethod

      org.pentaho.di.core.ObjectLocationSpecificationMethod getSpecificationMethod()
    • getFileName

      String getFileName()
    • getDirectoryPath

      String getDirectoryPath()
    • getTransName

      String getTransName()
    • getTransObjectId

      org.pentaho.di.repository.ObjectId getTransObjectId()
    • getParentStepMeta

      StepMeta getParentStepMeta()