Uses of Interface
org.apache.hop.core.file.IHasFilename
-
Packages that use IHasFilename Package Description org.apache.hop.pipeline org.apache.hop.pipeline.transform org.apache.hop.workflow org.apache.hop.workflow.action -
-
Uses of IHasFilename in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IHasFilename Modifier and Type Class Description classPipelineMetaThis class defines information about a pipeline and offers methods to save and load it from XML as well as methods to alter a pipeline by adding/removing databases, transforms, hops, etc. -
Uses of IHasFilename in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return IHasFilename Modifier and Type Method Description IHasFilenameBaseTransformMeta. loadReferencedObject(int index, IHopMetadataProvider metadataProvider, IVariables variables)Load the referenced objectIHasFilenameITransformMeta. loadReferencedObject(int index, IHopMetadataProvider metadataProvider, IVariables variables)Load the referenced object -
Uses of IHasFilename in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IHasFilename Modifier and Type Class Description classWorkflowMetaThe definition of a Hop workflow is represented by a WorkflowMeta object. -
Uses of IHasFilename in org.apache.hop.workflow.action
Methods in org.apache.hop.workflow.action that return IHasFilename Modifier and Type Method Description IHasFilenameActionBase. loadReferencedObject(int index, IHopMetadataProvider metadataProvider, IVariables variables)Load the referenced objectIHasFilenameIAction. loadReferencedObject(int index, IHopMetadataProvider metadataProvider, IVariables variables)Load the referenced object
-