Uses of Class
org.apache.hop.resource.ResourceDefinition
-
Packages that use ResourceDefinition 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 ResourceDefinition in org.apache.hop.pipeline
Method parameters in org.apache.hop.pipeline with type arguments of type ResourceDefinition 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 ResourceDefinition in org.apache.hop.pipeline.transform
Method parameters in org.apache.hop.pipeline.transform with type arguments of type ResourceDefinition 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 ResourceDefinition in org.apache.hop.resource
Method parameters in org.apache.hop.resource with type arguments of type ResourceDefinition 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 ResourceDefinition in org.apache.hop.workflow
Method parameters in org.apache.hop.workflow with type arguments of type ResourceDefinition Modifier and Type Method Description StringWorkflowMeta. exportResources(IVariables variables, Map<String,ResourceDefinition> definitions, IResourceNaming namingInterface, IHopMetadataProvider metadataProvider) -
Uses of ResourceDefinition in org.apache.hop.workflow.action
Method parameters in org.apache.hop.workflow.action with type arguments of type ResourceDefinition 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.
-