Class MissingAction

    • Constructor Detail

      • MissingAction

        public MissingAction()
      • MissingAction

        public MissingAction​(String name,
                             String missingPluginId)
    • Method Detail

      • execute

        public Result execute​(Result previousResult,
                              int nr)
                       throws HopWorkflowException
        Description copied from interface: IAction
        Execute the action. The previous result and number of rows are provided to the method for the purpose of chaining actions, pipelines, etc.
        Specified by:
        execute in interface IAction
        Parameters:
        previousResult - the previous result
        nr - the number of rows
        Returns:
        the Result object from execution of this action
        Throws:
        HopWorkflowException
      • getMissingPluginId

        public String getMissingPluginId()
      • loadXml

        public void loadXml​(Node entrynode,
                            IHopMetadataProvider metadataProvider,
                            IVariables variables)
                     throws HopXmlException
        Description copied from interface: IAction
        This method is called by Apache Hop whenever a action needs to read its settings from XML. The XML node containing the action's settings is passed in as an argument. Again, the helper class org.apache.hop.core.xml.XmlHandler is typically used to conveniently read the settings from the XML node.
        Specified by:
        loadXml in interface IAction
        Overrides:
        loadXml in class ActionBase
        Parameters:
        entrynode - the top-level XML node
        metadataProvider - The metadataProvider to optionally load from.
        Throws:
        HopXmlException - if any errors occur during the loading of the XML