Interface NodeStepPlugin

    • Method Detail

      • executeNodeStep

        void executeNodeStep​(PluginStepContext context,
                             java.util.Map<java.lang.String,​java.lang.Object> configuration,
                             INodeEntry entry)
                      throws NodeStepException
        Execute the plugin step logic for the given node.
        Parameters:
        context - the step context
        configuration - Any configuration property values not otherwise applied to the plugin
        entry - the Node
        Throws:
        NodeStepException - if an error occurs
      • blankIfUnexpanded

        default boolean blankIfUnexpanded()