Class TransformationHasTransLogConfiguredImportRuleComposite

    • Constructor Detail

      • TransformationHasTransLogConfiguredImportRuleComposite

        public TransformationHasTransLogConfiguredImportRuleComposite()
    • Method Detail

      • getComposite

        public org.eclipse.swt.widgets.Composite getComposite​(org.eclipse.swt.widgets.Composite parent,
                                                              org.pentaho.di.imp.rule.ImportRuleInterface importRule)
        Description copied from interface: ImportRuleCompositeInterface
        Get a composite with all controls on it that will allow a user to edit the import rule settings.
        Specified by:
        getComposite in interface ImportRuleCompositeInterface
        Parameters:
        parent - The parent composite to place the new composite in.
        importRule - The import rule to edit
        Returns:
        the new composite
      • getCompositeData

        public void getCompositeData​(org.pentaho.di.imp.rule.ImportRuleInterface importRule)
        Description copied from interface: ImportRuleCompositeInterface
        Get the data from the composite controls and set them in the import rule provided.
        Specified by:
        getCompositeData in interface ImportRuleCompositeInterface
        Parameters:
        importRule - The import rule to update.