Class GetVariableMeta
- java.lang.Object
-
- org.apache.hop.pipeline.transform.BaseTransformMeta<GetVariable,GetVariableData>
-
- org.apache.hop.pipeline.transforms.getvariable.GetVariableMeta
-
- All Implemented Interfaces:
Cloneable,org.apache.hop.pipeline.transform.ITransformMeta
@Transform(id="GetVariable", image="getvariable.svg", name="i18n::GetVariable.Name", description="i18n::GetVariable.Description", categoryDescription="i18n:org.apache.hop.pipeline.transform:BaseTransform.Category.Workflow", keywords="i18n::GetVariableMeta.keyword", documentationUrl="/pipeline/transforms/getvariable.html") public class GetVariableMeta extends org.apache.hop.pipeline.transform.BaseTransformMeta<GetVariable,GetVariableData>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetVariableMeta.FieldDefinitionstatic classGetVariableMeta.IntTypeConverter
-
Constructor Summary
Constructors Constructor Description GetVariableMeta()GetVariableMeta(GetVariableMeta m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(List<ICheckResult> remarks, org.apache.hop.pipeline.PipelineMeta pipelineMeta, org.apache.hop.pipeline.transform.TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)GetVariableMetaclone()List<GetVariableMeta.FieldDefinition>getFieldDefinitions()Gets fieldDefinitionsvoidgetFields(IRowMeta rowMeta, String name, IRowMeta[] info, org.apache.hop.pipeline.transform.TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider)voidsetFieldDefinitions(List<GetVariableMeta.FieldDefinition> fieldDefinitions)Sets fieldDefinitions-
Methods inherited from class org.apache.hop.pipeline.transform.BaseTransformMeta
analyseImpact, cancelQueries, convertIOMetaToTransformNames, createTransform, createTransformData, excludeFromCopyDistributeVerification, excludeFromRowLayoutVerification, exportResources, getActiveReferencedObjectDescription, getDialogClassName, getFields, getLog, getLogChannelId, getName, getObjectCopy, getObjectType, getOptionalStreams, getParent, getParentTransformMeta, getReferencedObjectDescriptions, getRequiredFields, getResourceDependencies, getSqlStatements, getSupportedPipelineTypes, getTableFields, getTransformIOMeta, getTransformIOMeta, getUsedDatabaseConnections, getXml, handleStreamSelection, hasChanged, isBasic, isDebug, isDetailed, isReferencedObjectEnabled, isRowLevel, loadReferencedObject, loadXml, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, resetTransformIoMeta, searchInfoAndTargetTransforms, setChanged, setChanged, setDefault, setParentTransformMeta, setTransformIOMeta, supportsErrorHandling
-
-
-
-
Constructor Detail
-
GetVariableMeta
public GetVariableMeta()
-
GetVariableMeta
public GetVariableMeta(GetVariableMeta m)
-
-
Method Detail
-
clone
public GetVariableMeta clone()
- Specified by:
clonein interfaceorg.apache.hop.pipeline.transform.ITransformMeta- Overrides:
clonein classorg.apache.hop.pipeline.transform.BaseTransformMeta<GetVariable,GetVariableData>
-
getFields
public void getFields(IRowMeta rowMeta, String name, IRowMeta[] info, org.apache.hop.pipeline.transform.TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider) throws HopTransformException
- Specified by:
getFieldsin interfaceorg.apache.hop.pipeline.transform.ITransformMeta- Overrides:
getFieldsin classorg.apache.hop.pipeline.transform.BaseTransformMeta<GetVariable,GetVariableData>- Throws:
HopTransformException
-
check
public void check(List<ICheckResult> remarks, org.apache.hop.pipeline.PipelineMeta pipelineMeta, org.apache.hop.pipeline.transform.TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)
- Specified by:
checkin interfaceorg.apache.hop.pipeline.transform.ITransformMeta- Overrides:
checkin classorg.apache.hop.pipeline.transform.BaseTransformMeta<GetVariable,GetVariableData>
-
getFieldDefinitions
public List<GetVariableMeta.FieldDefinition> getFieldDefinitions()
Gets fieldDefinitions- Returns:
- value of fieldDefinitions
-
setFieldDefinitions
public void setFieldDefinitions(List<GetVariableMeta.FieldDefinition> fieldDefinitions)
Sets fieldDefinitions- Parameters:
fieldDefinitions- value of fieldDefinitions
-
-