Uses of Class
org.apache.hop.pipeline.transform.TransformMeta
-
-
Uses of TransformMeta in org.apache.hop.core.gui
Methods in org.apache.hop.core.gui with parameters of type TransformMeta Modifier and Type Method Description voidIGc. drawTransformIcon(int x, int y, TransformMeta transformMeta, float magnification)voidSvgGc. drawTransformIcon(int x, int y, TransformMeta transformMeta, float magnification) -
Uses of TransformMeta in org.apache.hop.core.util
Methods in org.apache.hop.core.util with parameters of type TransformMeta Modifier and Type Method Description IVariablesCurrentDirectoryResolver. resolveCurrentDirectory(IVariables parentVariables, TransformMeta transformMeta, String filename)Constructors in org.apache.hop.core.util with parameters of type TransformMeta Constructor Description AbstractTransform(TransformMeta transformMeta, Meta meta, Data data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)Constructor. -
Uses of TransformMeta in org.apache.hop.lineage
Methods in org.apache.hop.lineage that return types with arguments of type TransformMeta Modifier and Type Method Description List<TransformMeta>ValueLineage. getSourceTransforms()Method parameters in org.apache.hop.lineage with type arguments of type TransformMeta Modifier and Type Method Description voidValueLineage. setSourceTransforms(List<TransformMeta> sourceTransforms) -
Uses of TransformMeta in org.apache.hop.pipeline
Fields in org.apache.hop.pipeline declared as TransformMeta Modifier and Type Field Description TransformMetaPipelinePainterExtension. transformMetaTransformMetaPipelinePainterFlyoutExtension. transformMetaFields in org.apache.hop.pipeline with type parameters of type TransformMeta Modifier and Type Field Description protected Map<String,List<TransformMeta>>PipelineMeta. previousTransformCacheThe previous transform cacheprotected List<TransformMeta>PipelineMeta. transformsThe list of transforms associated with the pipeline.Methods in org.apache.hop.pipeline that return TransformMeta Modifier and Type Method Description TransformMetaPipelineMeta. findMappingInputTransform(String transformName)Finds the mapping input transform with the specified name.TransformMetaPipelineMeta. findMappingOutputTransform(String transformName)Finds the mapping output transform with the specified name.TransformMetaPipelineMeta. findTransform(String name)Searches the list of transforms for a transform with a certain name.TransformMetaPipelineMeta. findTransform(String name, TransformMeta exclude)Searches the list of transforms for a transform with a certain name while excluding one transform.TransformMetaPipelinePainter. getEndHopTransform()TransformMetaPipelineHopMeta. getFromTransform()TransformMeta[]PipelineMeta. getInfoTransform(TransformMeta transformMeta)Get the informational transforms for a certain transform.TransformMetaPipelinePainter. getNoInputTransform()TransformMetaISubPipelineAwareMeta. getParentTransformMeta()TransformMeta[]PipelineMeta. getPrevTransforms(TransformMeta transformMeta)Retrieve an array of preceding transforms for a certain destination transform.TransformMetaPipelinePainter. getStartHopTransform()TransformMetaPipelineHopMeta. getToTransform()TransformMetaPipelineMeta. getTransform(int i)Retrieves a transform on a certain location (i.e.TransformMetaPipelineMeta. getTransform(int x, int y, int iconsize)Find the transform that is located on a certain point on the canvas, taking into account the icon size.TransformMeta[]CheckTransformsExtension. getTransformMetas()TransformMeta[]PipelineMeta. getTransformsArray()Gets all the transforms as an array.Methods in org.apache.hop.pipeline that return types with arguments of type TransformMeta Modifier and Type Method Description List<TransformMeta>PipelineMeta. findNextTransforms(TransformMeta transformMeta)Retrieve a list of succeeding transforms for a certain originating transform.List<TransformMeta>PipelineMeta. findPreviousTransforms(TransformMeta transformMeta)Get the list of previous transforms for a certain reference transform.List<TransformMeta>PipelineMeta. findPreviousTransforms(TransformMeta transformMeta, boolean info)Get the previous transforms on a certain location taking into account the transforms being informational or not.List<TransformMeta>PipelineMeta. getPipelineHopTransforms(boolean all)Gets a List of all the transforms that are used in at least one active hop.List<TransformMeta>PipelineMeta. getSelectedTransforms()Gets a list of the selected transforms.List<TransformMeta>PipelineMeta. getTransforms()Get a list of defined transforms in this pipeline.List<TransformMeta>PipelineMeta. getUsedTransforms()Gets the list of used transforms, which are the transforms that are connected by hops.Map<TransformMeta,Map<TransformMeta,Boolean>>PipelineMeta. sortTransformsNatural()Puts the transforms in a more natural order: from start to finish.Map<TransformMeta,Map<TransformMeta,Boolean>>PipelineMeta. sortTransformsNatural()Puts the transforms in a more natural order: from start to finish.Methods in org.apache.hop.pipeline with parameters of type TransformMeta Modifier and Type Method Description voidPipelineMeta. addOrReplaceTransform(TransformMeta transformMeta)Add a new transform to the pipeline if that transform didn't exist yet.voidPipelineMeta. addTransform(int p, TransformMeta transformMeta)Add a new transform to the pipeline at the specified index.voidPipelineMeta. addTransform(TransformMeta transformMeta)Add a new transform to the pipeline.voidPipelineMeta. checkRowMixingStatically(IVariables variables, TransformMeta transformMeta, IProgressMonitor monitor)Check a transform to see if there are no multiple transforms to read from.booleanPipelineMeta. containsTransformMeta(TransformMeta transformMeta)List<PipelineHopMeta>PipelineMeta. findAllPipelineHopFrom(TransformMeta fromTransform)List<TransformMeta>PipelineMeta. findNextTransforms(TransformMeta transformMeta)Retrieve a list of succeeding transforms for a certain originating transform.intPipelineMeta. findNrInfoTransforms(TransformMeta transformMeta)Find the the number of informational transforms for a certain transform.PipelineHopMetaPipelineMeta. findPipelineHop(TransformMeta from, TransformMeta to)Search all hops for a hop where a certain transform is at the start and another is at the end.PipelineHopMetaPipelineMeta. findPipelineHop(TransformMeta from, TransformMeta to, boolean disabledToo)Search all hops for a hop where a certain transform is at the start and another is at the end.PipelineHopMetaPipelineMeta. findPipelineHopFrom(TransformMeta fromTransform)Search all hops for a hop where a certain transform is at the start.PipelineHopMetaPipelineMeta. findPipelineHopTo(TransformMeta toTransform)Search all hops for a hop where a certain transform is at the end.booleanPipelineMeta. findPrevious(TransformMeta startTransform, TransformMeta transformToFind)Looks in the pipeline to find a transform in a previous location starting somewhere.List<TransformMeta>PipelineMeta. findPreviousTransforms(TransformMeta transformMeta)Get the list of previous transforms for a certain reference transform.List<TransformMeta>PipelineMeta. findPreviousTransforms(TransformMeta transformMeta, boolean info)Get the previous transforms on a certain location taking into account the transforms being informational or not.TransformMetaPipelineMeta. findTransform(String name, TransformMeta exclude)Searches the list of transforms for a transform with a certain name while excluding one transform.TransformMeta[]PipelineMeta. getInfoTransform(TransformMeta transformMeta)Get the informational transforms for a certain transform.String[]PipelineMeta. getNextTransformNames(TransformMeta transformMeta)Retrieve an array of succeeding transform names for a certain originating transform.IRowMetaPipelineMeta. getPrevInfoFields(IVariables variables, TransformMeta transformMeta)Find the informational fields coming from an informational transform into the transform specified.IRowMetaPipelineMeta. getPrevTransformFields(IVariables variables, TransformMeta transformMeta)Find the fields that are entering a certain transform.IRowMetaPipelineMeta. getPrevTransformFields(IVariables variables, TransformMeta transformMeta, String transformName, IProgressMonitor monitor)IRowMetaPipelineMeta. getPrevTransformFields(IVariables variables, TransformMeta transformMeta, IProgressMonitor monitor)Find the fields that are entering a certain transform.String[]PipelineMeta. getPrevTransformNames(TransformMeta transformMeta)Retrieve an array of preceding transforms for a certain destination transform.TransformMeta[]PipelineMeta. getPrevTransforms(TransformMeta transformMeta)Retrieve an array of preceding transforms for a certain destination transform.IRowMetaPipelineMeta. getThisTransformFields(IVariables variables, TransformMeta transformMeta, TransformMeta nextTransform, IRowMeta row)Returns the fields that are emitted by a transform.IRowMetaPipelineMeta. getThisTransformFields(IVariables variables, TransformMeta transformMeta, TransformMeta nextTransform, IRowMeta row, IProgressMonitor monitor)Returns the fields that are emitted by a transform.IRowMetaPipelineMeta. getTransformFields(IVariables variables, TransformMeta transformMeta)Returns the fields that are emitted by a certain transform.IRowMetaPipelineMeta. getTransformFields(IVariables variables, TransformMeta[] transformMeta)Gets the fields for each of the specified transforms and merges them into a single setIRowMetaPipelineMeta. getTransformFields(IVariables variables, TransformMeta transformMeta, IProgressMonitor monitor)Returns the fields that are emitted by a certain transform.IRowMetaPipelineMeta. getTransformFields(IVariables variables, TransformMeta transformMeta, TransformMeta targetTransform, IProgressMonitor monitor)Returns the fields that are emitted by a certain transform.booleanPipelineMeta. hasLoop(TransformMeta transformMeta)See if there are any loops in the pipeline, starting at the indicated transform.booleanPipelineMeta. hasLoop(TransformMeta transformMeta, TransformMeta lookup)Checks for loop.intPipelineMeta. indexOfTransform(TransformMeta transformMeta)Finds the location (index) of the specified transform.booleanPipelineMeta. isTransformInformative(TransformMeta thisTransform, TransformMeta prevTransform)Determines whether or not a certain transform is informative.booleanPipelineMeta. isTransformUsedInPipelineHops(TransformMeta transformMeta)Checks if a transform has been used in a hop or not.voidPipelineMeta. notifyAllListeners(TransformMeta oldMeta, TransformMeta newMeta)booleanPipelineMeta. partOfPipelineHop(TransformMeta transformMeta)Determines whether or not a certain transform is part of a hop.voidPipelinePainter. setEndHopTransform(TransformMeta endHopTransform)voidPipelineHopMeta. setFromTransform(TransformMeta from)voidPipelinePainter. setNoInputTransform(TransformMeta noInputTransform)voidPipelinePainter. setStartHopTransform(TransformMeta startHopTransform)voidPipelineHopMeta. setToTransform(TransformMeta to)voidPipelineMeta. setTransform(int i, TransformMeta transformMeta)Changes the content of a transform on a certain position.Method parameters in org.apache.hop.pipeline with type arguments of type TransformMeta Modifier and Type Method Description int[]PipelineMeta. getTransformIndexes(List<TransformMeta> transforms)Gets an array of the locations of an array of transforms.voidPipelineMeta. setTransforms(List<TransformMeta> transforms)Sets transformsConstructors in org.apache.hop.pipeline with parameters of type TransformMeta Constructor Description CheckTransformsExtension(List<ICheckResult> remarks, IVariables variables, PipelineMeta pipelineMeta, TransformMeta[] transformMetas, IHopMetadataProvider metadataProvider)PipelineHopMeta(TransformMeta from, TransformMeta to)PipelineHopMeta(TransformMeta from, TransformMeta to, boolean en)PipelinePainterExtension(IGc gc, List<AreaOwner> areaOwners, PipelineMeta pipelineMeta, TransformMeta transformMeta, PipelineHopMeta pipelineHop, int x1, int y1, int x2, int y2, int mx, int my, DPoint offset, int iconSize, Map<String,Object> stateMap)PipelinePainterFlyoutExtension(IGc gc, List<AreaOwner> areaOwners, PipelineMeta pipelineMeta, TransformMeta transformMeta, float translationX, float translationY, float magnification, Point area, Point offset)Constructor parameters in org.apache.hop.pipeline with type arguments of type TransformMeta Constructor Description PipelineHopMeta(Node hopNode, List<TransformMeta> transforms) -
Uses of TransformMeta in org.apache.hop.pipeline.debug
Methods in org.apache.hop.pipeline.debug that return TransformMeta Modifier and Type Method Description TransformMetaTransformDebugMeta. getTransformMeta()Methods in org.apache.hop.pipeline.debug that return types with arguments of type TransformMeta Modifier and Type Method Description Map<TransformMeta,TransformDebugMeta>PipelineDebugMeta. getTransformDebugMetaMap()Methods in org.apache.hop.pipeline.debug with parameters of type TransformMeta Modifier and Type Method Description voidTransformDebugMeta. setTransformMeta(TransformMeta transformMeta)Method parameters in org.apache.hop.pipeline.debug with type arguments of type TransformMeta Modifier and Type Method Description voidPipelineDebugMeta. setTransformDebugMetaMap(Map<TransformMeta,TransformDebugMeta> transformDebugMeta)Constructors in org.apache.hop.pipeline.debug with parameters of type TransformMeta Constructor Description TransformDebugMeta(TransformMeta transformMeta) -
Uses of TransformMeta in org.apache.hop.pipeline.transform
Fields in org.apache.hop.pipeline.transform declared as TransformMeta Modifier and Type Field Description protected TransformMetaBaseTransformMeta. parentTransformMetaTransformMetaTransformMetaDataCombi. transformMetaMethods in org.apache.hop.pipeline.transform that return TransformMeta Modifier and Type Method Description static TransformMetaTransformMeta. findTransform(List<TransformMeta> transforms, String transformName)Find a transform with its name in a given ArrayList of transformsstatic TransformMetaTransformMeta. fromXml(String metaXml)TransformMetaBaseTransformMeta. getParentTransformMeta()Gets the parent transform meta.TransformMetaITransformMeta. getParentTransformMeta()TransformMetaTransformErrorMeta. getSourceTransform()TransformMetaTransformErrorMeta. getTargetTransform()TransformMetaBaseTransform. getTransformMeta()TransformMetaITransform. getTransformMeta()Methods in org.apache.hop.pipeline.transform with parameters of type TransformMeta Modifier and Type Method Description voidBaseTransformMeta. analyseImpact(IVariables variables, List<DatabaseImpact> impact, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IHopMetadataProvider metadataProvider)Each transform must be able to report on the impact it has on a database, table field, etc.voidITransformMeta. analyseImpact(IVariables variables, List<DatabaseImpact> impact, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IHopMetadataProvider metadataProvider)Each transform must be able to report on the impact it has on a database, table field, etc.voidBaseTransformMeta. check(List<ICheckResult> remarks, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)voidITransformMeta. check(List<ICheckResult> remarks, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)Checks the settings of this transform and puts the findings in a remarks List.static voidTransformOption. checkBoolean(List<ICheckResult> remarks, TransformMeta transformMeta, IVariables variables, String identifier, String value)static voidTransformOption. checkInteger(List<ICheckResult> remarks, TransformMeta transformMeta, IVariables variables, String identifier, String value)static voidTransformOption. checkLong(List<ICheckResult> remarks, TransformMeta transformMeta, IVariables variables, String identifier, String value)default booleanITransformMeta. cleanAfterHopFromRemove(TransformMeta toTransform)Action remove hop exiting this transformdefault booleanITransformMeta. cleanAfterHopToRemove(TransformMeta fromTransform)Action remove hop entering this transform.intTransformMeta. compareTo(TransformMeta o)ITransformBaseTransformMeta. createTransform(TransformMeta transformMeta, ITransformData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)ITransformITransformMeta. createTransform(TransformMeta transformMeta, ITransformData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)IStreamITransformIOMeta. findInfoStream(TransformMeta infoTransform)IStreamTransformIOMeta. findInfoStream(TransformMeta infoTransform)IStreamITransformIOMeta. findTargetStream(TransformMeta targetTransform)IStreamTransformIOMeta. findTargetStream(TransformMeta targetTransform)voidBaseTransformMeta. getFields(IRowMeta inputRowMeta, String name, IRowMeta[] info, TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider)Gets the fields.voidITransformMeta. getFields(IRowMeta inputRowMeta, String name, IRowMeta[] info, TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider)Gets the fields.List<ResourceReference>BaseTransformMeta. getResourceDependencies(IVariables variables, TransformMeta transformMeta)Get a list of all the resource dependencies that the transform is depending on.List<ResourceReference>ITransformMeta. getResourceDependencies(IVariables variables, TransformMeta transformMeta)Get a list of all the resource dependencies that the transform is depending on.SqlStatementBaseTransformMeta. getSqlStatements(IVariables variables, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, IHopMetadataProvider metadataProvider)Standard method to return an SqlStatement object with Sql statements that the transform needs in order to work correctly.SqlStatementITransformMeta. getSqlStatements(IVariables variables, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, IHopMetadataProvider metadataProvider)Standard method to return an SqlStatement object with Sql statements that the transform needs in order to work correctly.booleanTransformMeta. isSendingErrorRowsToTransform(TransformMeta targetTransform)voidITransformMetaChangeListener. onTransformChange(PipelineMeta pipelineMeta, TransformMeta oldMeta, TransformMeta newMeta)This method is called when a transform was changedvoidTransformMeta. replaceMeta(TransformMeta transformMeta)voidITransformIOMeta. setInfoTransforms(TransformMeta[] infoTransforms)Replace the info transforms with the supplied source transforms.voidTransformIOMeta. setInfoTransforms(TransformMeta[] infoTransforms)Replace the info transforms with the supplied source transforms.voidBaseTransformMeta. setParentTransformMeta(TransformMeta parentTransformMeta)Sets the parent transform meta.voidITransformMeta. setParentTransformMeta(TransformMeta parentTransformMeta)Provide original lineage for this metadata objectvoidTransformErrorMeta. setSourceTransform(TransformMeta sourceTransform)voidTransformErrorMeta. setTargetTransform(TransformMeta targetTransform)voidITransformFinishedListener. transformFinished(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform completes all work and is finished.voidITransformStartedListener. transformStarted(IPipelineEngine pipeline, TransformMeta transformMeta, ITransform transform)This method is called when a transform started to execute.Method parameters in org.apache.hop.pipeline.transform with type arguments of type TransformMeta Modifier and Type Method Description static TransformMetaTransformMeta. findTransform(List<TransformMeta> transforms, String transformName)Find a transform with its name in a given ArrayList of transformsvoidBaseTransformMeta. searchInfoAndTargetTransforms(List<TransformMeta> transforms)Change transform names into transform objects to allow them to be name-changed etc.voidITransformMeta. searchInfoAndTargetTransforms(List<TransformMeta> transforms)Change transform names into transform objects to allow them to be name-changed etc.Constructors in org.apache.hop.pipeline.transform with parameters of type TransformMeta Constructor Description BaseTransform(TransformMeta transformMeta, Meta meta, Data data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)This is the base transform that forms that basis for all transforms.TransformErrorMeta(TransformMeta sourceTransform)Create a new transform error handling metadata objectTransformErrorMeta(TransformMeta sourceTransform, TransformMeta targetTransform)Create a new transform error handling metadata objectTransformErrorMeta(TransformMeta sourceTransform, TransformMeta targetTransform, String nrErrorsValuename, String errorDescriptionsValuename, String errorFieldsValuename, String errorCodesValuename)Create a new transform error handling metadata objectConstructor parameters in org.apache.hop.pipeline.transform with type arguments of type TransformMeta Constructor Description TransformErrorMeta(Node node, List<TransformMeta> transforms) -
Uses of TransformMeta in org.apache.hop.pipeline.transform.stream
Methods in org.apache.hop.pipeline.transform.stream that return TransformMeta Modifier and Type Method Description TransformMetaIStream. getTransformMeta()TransformMetaStream. getTransformMeta()Methods in org.apache.hop.pipeline.transform.stream with parameters of type TransformMeta Modifier and Type Method Description voidIStream. setTransformMeta(TransformMeta transformMeta)voidStream. setTransformMeta(TransformMeta transformMeta)Constructors in org.apache.hop.pipeline.transform.stream with parameters of type TransformMeta Constructor Description Stream(IStream.StreamType streamType, TransformMeta transformMeta, String description, StreamIcon streamIcon, String subject) -
Uses of TransformMeta in org.apache.hop.pipeline.transforms.dummy
Methods in org.apache.hop.pipeline.transforms.dummy with parameters of type TransformMeta Modifier and Type Method Description voidDummyMeta. check(List<ICheckResult> remarks, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)voidDummyMeta. getFields(IRowMeta rowMeta, String origin, IRowMeta[] info, TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider)Constructors in org.apache.hop.pipeline.transforms.dummy with parameters of type TransformMeta Constructor Description Dummy(TransformMeta transformMeta, DummyMeta meta, DummyData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline) -
Uses of TransformMeta in org.apache.hop.pipeline.transforms.file
Methods in org.apache.hop.pipeline.transforms.file with parameters of type TransformMeta Modifier and Type Method Description List<ResourceReference>BaseFileInputFiles. getResourceDependencies(IVariables variables, TransformMeta transformMeta)List<ResourceReference>BaseFileInputMeta. getResourceDependencies(IVariables variables, TransformMeta transformMeta)Constructors in org.apache.hop.pipeline.transforms.file with parameters of type TransformMeta Constructor Description BaseFileInputTransform(TransformMeta transformMeta, Meta meta, Data data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline) -
Uses of TransformMeta in org.apache.hop.pipeline.transforms.injector
Methods in org.apache.hop.pipeline.transforms.injector with parameters of type TransformMeta Modifier and Type Method Description voidInjectorMeta. check(List<ICheckResult> remarks, PipelineMeta pipelineMeta, TransformMeta transformMeta, IRowMeta prev, String[] input, String[] output, IRowMeta info, IVariables variables, IHopMetadataProvider metadataProvider)voidInjectorMeta. getFields(IRowMeta inputRowMeta, String name, IRowMeta[] info, TransformMeta nextTransform, IVariables variables, IHopMetadataProvider metadataProvider)Constructors in org.apache.hop.pipeline.transforms.injector with parameters of type TransformMeta Constructor Description Injector(TransformMeta transformMeta, InjectorMeta meta, InjectorData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline) -
Uses of TransformMeta in org.apache.hop.pipeline.transforms.missing
Constructors in org.apache.hop.pipeline.transforms.missing with parameters of type TransformMeta Constructor Description MissingTransform(TransformMeta transformMeta, DummyMeta meta, DummyData data, int copyNr, PipelineMeta pipelineMeta, Pipeline pipeline)
-