Uses of Interface
org.apache.hop.base.IBaseMeta
-
Packages that use IBaseMeta Package Description org.apache.hop.core.gui org.apache.hop.pipeline.transform org.apache.hop.workflow.action -
-
Uses of IBaseMeta in org.apache.hop.core.gui
Classes in org.apache.hop.core.gui with type parameters of type IBaseMeta Modifier and Type Class Description classBasePainter<Hop extends BaseHopMeta<?>,Part extends IBaseMeta> -
Uses of IBaseMeta in org.apache.hop.pipeline.transform
Classes in org.apache.hop.pipeline.transform that implement IBaseMeta Modifier and Type Class Description classTransformMetaThis class contains everything that is needed to define a transform. -
Uses of IBaseMeta in org.apache.hop.workflow.action
Classes in org.apache.hop.workflow.action that implement IBaseMeta Modifier and Type Class Description classActionMetaThis class describes the fact that a single Action can be used multiple times in the same Workflow.
-