Class DefaultPlanRunner

  • All Implemented Interfaces:
    PlanRunner
    Direct Known Subclasses:
    LocalPlanRunner

    public class DefaultPlanRunner
    extends java.lang.Object
    implements PlanRunner
    Deprecated.
    Use ExecutionEngine instead
    A simple runner that runs plans locally and doesn't support functions
    Author:
    Jérôme Comte
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.String> properties
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultPlanRunner()
      Deprecated.
       
      DefaultPlanRunner​(java.util.Map<java.lang.String,​java.lang.String> properties)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      PlanRunnerResult run​(Plan plan)
      Deprecated.
      Runs a plan instance
      PlanRunnerResult run​(Plan plan, java.util.Map<java.lang.String,​java.lang.String> executionParameters)
      Deprecated.
      Runs a plan instance using the provided execution parameters
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • properties

        protected java.util.Map<java.lang.String,​java.lang.String> properties
        Deprecated.
    • Constructor Detail

      • DefaultPlanRunner

        public DefaultPlanRunner()
        Deprecated.
      • DefaultPlanRunner

        public DefaultPlanRunner​(java.util.Map<java.lang.String,​java.lang.String> properties)
        Deprecated.
    • Method Detail

      • run

        public PlanRunnerResult run​(Plan plan)
        Deprecated.
        Description copied from interface: PlanRunner
        Runs a plan instance
        Specified by:
        run in interface PlanRunner
        Parameters:
        plan - the plan to be run
        Returns:
        an handle to the execution result
      • run

        public PlanRunnerResult run​(Plan plan,
                                    java.util.Map<java.lang.String,​java.lang.String> executionParameters)
        Deprecated.
        Description copied from interface: PlanRunner
        Runs a plan instance using the provided execution parameters
        Specified by:
        run in interface PlanRunner
        Parameters:
        plan - the plan to be run
        executionParameters - the execution parameters to be used for the execution. These parameters are equivalent to the parameters selected on the execution screen of the STEP UI
        Returns:
        an handle to the execution result