Uses of Class
org.apache.hop.resource.ResourceReference
-
Packages that use ResourceReference Package Description org.apache.hop.pipeline org.apache.hop.pipeline.transform org.apache.hop.pipeline.transforms.file org.apache.hop.workflow org.apache.hop.workflow.action -
-
Uses of ResourceReference in org.apache.hop.pipeline
Methods in org.apache.hop.pipeline that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>PipelineMeta. getResourceDependencies(IVariables variables)Gets a list of the resource dependencies. -
Uses of ResourceReference in org.apache.hop.pipeline.transform
Methods in org.apache.hop.pipeline.transform that return types with arguments of type ResourceReference Modifier and Type Method Description 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.List<ResourceReference>TransformMeta. getResourceDependencies(IVariables variables)Get a list of all the resource dependencies that the transform is depending on. -
Uses of ResourceReference in org.apache.hop.pipeline.transforms.file
Methods in org.apache.hop.pipeline.transforms.file that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>BaseFileInputFiles. getResourceDependencies(IVariables variables, TransformMeta transformMeta)List<ResourceReference>BaseFileInputMeta. getResourceDependencies(IVariables variables, TransformMeta transformMeta) -
Uses of ResourceReference in org.apache.hop.workflow
Methods in org.apache.hop.workflow that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>WorkflowMeta. getResourceDependencies(IVariables variables)Gets the resource dependencies. -
Uses of ResourceReference in org.apache.hop.workflow.action
Methods in org.apache.hop.workflow.action that return types with arguments of type ResourceReference Modifier and Type Method Description List<ResourceReference>ActionBase. getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta)Gets a list of all the resource dependencies that the transform is depending on.List<ResourceReference>IAction. getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta)Get a list of all the resource dependencies that the transform is depending on.
-