Interface IDfStepAction


public interface IDfStepAction
A customization implements this interface to provide a non node-specific action such as housekeeping, cleaning the registry, etc.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The business logic of the step action.
    Returns the properties of the step action.
  • Method Details

    • getProperties

      IDfProperties getProperties()
      Returns the properties of the step action.
    • execute

      void execute() throws DfException
      The business logic of the step action.
      Throws:
      DfException