org.pentaho.di.trans.steps.denormaliser
Class DenormaliserMetaInjection
java.lang.Object
  
org.pentaho.di.trans.steps.denormaliser.DenormaliserMetaInjection
- All Implemented Interfaces: 
 - StepMetaInjectionInterface
 
public class DenormaliserMetaInjection
- extends Object
- implements StepMetaInjectionInterface
  
To keep it simple, this metadata injection interface only supports the fields to denormalize for the time being.
- Author:
 
  - Matt
 
 
 
 
DenormaliserMetaInjection
public DenormaliserMetaInjection(DenormaliserMeta meta)
getStepInjectionMetadataEntries
public List<StepInjectionMetaEntry> getStepInjectionMetadataEntries()
                                                             throws org.pentaho.di.core.exception.KettleException
- Specified by:
 getStepInjectionMetadataEntries in interface StepMetaInjectionInterface
 
- Returns:
 - A list of step injection metadata entries.  In case the data type of the entry is NONE (0) you will get at least one entry in the details section.
         You can use this list
 - Throws:
 org.pentaho.di.core.exception.KettleException
 
injectStepMetadataEntries
public void injectStepMetadataEntries(List<StepInjectionMetaEntry> all)
                               throws org.pentaho.di.core.exception.KettleException
- Specified by:
 injectStepMetadataEntries in interface StepMetaInjectionInterface
 
- Throws:
 org.pentaho.di.core.exception.KettleException
 
getMeta
public DenormaliserMeta getMeta()