Uses of Interface
org.apache.hop.resource.IResourceNaming
-
Packages that use IResourceNaming Package Description org.apache.hop.pipeline org.apache.hop.pipeline.transform org.apache.hop.resource org.apache.hop.workflow org.apache.hop.workflow.action -
-
Uses of IResourceNaming in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline with parameters of type IResourceNaming Modifier and Type Method Description StringPipelineMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming iResourceNaming, IHopMetadataProvider metadataProvider)Exports the specified objects to a flat-file system, adding content with filename keys to a set of definitions.StringTransformWithMappingMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming iResourceNaming, IHopMetadataProvider metadataProvider) -
Uses of IResourceNaming in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform with parameters of type IResourceNaming Modifier and Type Method Description StringBaseTransformMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming iResourceNaming, IHopMetadataProvider metadataProvider)Export resources.StringITransformMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming iResourceNaming, IHopMetadataProvider metadataProvider)StringTransformMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming iResourceNaming, IHopMetadataProvider metadataProvider) -
Uses of IResourceNaming in org.apache.hop.resource
Classes in org.apache.hop.resource that implement IResourceNaming Modifier and Type Class Description classSequenceResourceNamingWith this resource naming scheme we try to keep the original filename.classSimpleResourceNamingclassUuidResourceNamingMethods in org.apache.hop.resource with parameters of type IResourceNaming Modifier and Type Method Description StringIResourceExport. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming namingInterface, IHopMetadataProvider metadataProvider)Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of IResourceNaming in org.apache.hop.workflow
Methods in org.apache.hop.workflow with parameters of type IResourceNaming Modifier and Type Method Description StringWorkflowMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming namingInterface, IHopMetadataProvider metadataProvider) -
Uses of IResourceNaming in org.apache.hop.workflow.action
Methods in org.apache.hop.workflow.action with parameters of type IResourceNaming Modifier and Type Method Description StringActionBase. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming namingInterface, IHopMetadataProvider metadataProvider)Exports the object to a flat-file system, adding content with filename keys to a set of definitions.StringIAction. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming namingInterface, IHopMetadataProvider metadataProvider)Exports the object to a flat-file system, adding content with filename keys to a set of definitions.
-