Uses of Interface
org.apache.hop.core.changed.IChanged
-
Packages that use IChanged Package Description org.apache.hop.base org.apache.hop.core.changed org.apache.hop.pipeline org.apache.hop.pipeline.transform org.apache.hop.workflow org.apache.hop.workflow.action -
-
Uses of IChanged in org.apache.hop.base
Classes in org.apache.hop.base that implement IChanged Modifier and Type Class Description classAbstractMeta -
Uses of IChanged in org.apache.hop.core.changed
Classes in org.apache.hop.core.changed that implement IChanged Modifier and Type Class Description classChangedFlagMethods in org.apache.hop.core.changed with parameters of type IChanged Modifier and Type Method Description voidIHopObserver. update(IChanged o, Object arg) -
Uses of IChanged in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IChanged 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 IChanged in org.apache.hop.pipeline.transform
Classes in org.apache.hop.pipeline.transform that implement IChanged Modifier and Type Class Description classTransformErrorMetaThis class contains the metadata to handle proper error handling on a transform level. -
Uses of IChanged in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IChanged Modifier and Type Class Description classWorkflowMetaThe definition of a Hop workflow is represented by a WorkflowMeta object. -
Uses of IChanged in org.apache.hop.workflow.action
Classes in org.apache.hop.workflow.action that implement IChanged Modifier and Type Class Description classActionMetaThis class describes the fact that a single Action can be used multiple times in the same Workflow.
-