public abstract class StepWithMappingMeta extends BaseStepMeta
Modifier and Type | Field and Description |
---|---|
protected String |
directoryPath |
protected String |
fileName |
protected ObjectLocationSpecificationMethod |
specificationMethod |
protected String |
transName |
protected ObjectId |
transObjectId |
attributes, databases, ioMeta, log, loggingObject, parentStepMeta, repository, STEP_ATTRIBUTES_FILE
Constructor and Description |
---|
StepWithMappingMeta() |
Modifier and Type | Method and Description |
---|---|
String |
getDirectoryPath() |
String |
getFileName() |
ObjectLocationSpecificationMethod |
getSpecificationMethod() |
String |
getTransName() |
ObjectId |
getTransObjectId() |
static TransMeta |
loadMappingMeta(StepWithMappingMeta mappingMeta,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
VariableSpace space) |
static TransMeta |
loadMappingMeta(StepWithMappingMeta executorMeta,
Repository rep,
org.pentaho.metastore.api.IMetaStore metaStore,
VariableSpace space,
boolean share) |
void |
setDirectoryPath(String directoryPath) |
void |
setFileName(String fileName) |
void |
setSpecificationMethod(ObjectLocationSpecificationMethod specificationMethod) |
void |
setTransName(String transName) |
void |
setTransObjectId(ObjectId transObjectId) |
analyseImpact, analyseImpact, cancelQueries, check, check, check, clone, createEntry, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, exportResources, extractStepMetadataEntries, findAttribute, findParent, findParentEntry, getActiveReferencedObjectDescription, getDescription, getDialogClassName, getFields, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectId, getObjectRevision, getObjectType, getOptionalStreams, getParent, getParentStepMeta, getReferencedObjectDescriptions, getRepCode, getRepositoryDirectory, getRequiredFields, getRequiredFields, getResourceDependencies, getSQLStatements, getSQLStatements, getStepInjectionMetadataEntries, getStepIOMeta, getStepMetaInjectionInterface, getSupportedTransformationTypes, getTableFields, getTooltip, getUsedArguments, getUsedDatabaseConnections, getUsedLibraries, getXML, getXmlCode, handleStreamSelection, hasChanged, hasRepositoryReferences, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadReferencedObject, loadStepAttributes, loadXML, loadXML, loadXML, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, lookupRepositoryReferences, readRep, readRep, readRep, resetStepIoMeta, saveRep, saveRep, searchInfoAndTargetSteps, setChanged, setChanged, setParentStepMeta, supportsErrorHandling
protected ObjectLocationSpecificationMethod specificationMethod
protected String transName
protected String fileName
protected String directoryPath
protected ObjectId transObjectId
public static TransMeta loadMappingMeta(StepWithMappingMeta mappingMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, VariableSpace space) throws KettleException
KettleException
public static TransMeta loadMappingMeta(StepWithMappingMeta executorMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, VariableSpace space, boolean share) throws KettleException
KettleException
public ObjectLocationSpecificationMethod getSpecificationMethod()
public void setSpecificationMethod(ObjectLocationSpecificationMethod specificationMethod)
specificationMethod
- the specificationMethod to setpublic String getDirectoryPath()
public void setDirectoryPath(String directoryPath)
directoryPath
- the directoryPath to setpublic String getFileName()
public void setFileName(String fileName)
fileName
- the fileName to setpublic String getTransName()
public void setTransName(String transName)
transName
- the transName to setpublic ObjectId getTransObjectId()
public void setTransObjectId(ObjectId transObjectId)
transObjectId
- the transObjectId to setCopyright © 2017 Hitachi Vantara. All rights reserved.