Package org.pentaho.di.trans
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDirectoryPath()
String
getFileName()
StepMeta
getParentStepMeta()
org.pentaho.di.core.ObjectLocationSpecificationMethod
getSpecificationMethod()
String
getTransName()
org.pentaho.di.repository.ObjectId
getTransObjectId()
-
-
-
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()
-
-