Package org.pentaho.di.trans
Interface ISubTransAwareMeta
-
- All Known Implementing Classes:
BaseStreamStepMeta,MappingMeta,SimpleMappingMeta,SingleThreaderMeta,TransExecutorMeta
public interface ISubTransAwareMetaA step "meta" that contains a reference to a sub-transformation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDirectoryPath()StringgetFileName()StepMetagetParentStepMeta()org.pentaho.di.core.ObjectLocationSpecificationMethodgetSpecificationMethod()StringgetTransName()org.pentaho.di.repository.ObjectIdgetTransObjectId()
-
-
-
Method Detail
-
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()
-
-