Package cmion.level2

Class RequestStartCompetency


  • public class RequestStartCompetency
    extends ion.Meta.Request
    this request can be scheduled with competencies to request it to run
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestStartCompetency​(java.util.HashMap<java.lang.String,​java.lang.String> parameters, CompetencyExecutionPlan cep, long executionID)
      create a new request to start a competency
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getExecutionID()
      returns the execution id for this competency
      java.util.HashMap<java.lang.String,​java.lang.String> getParameters()
      returns the parameters
      CompetencyExecutionPlan getPlan()
      returns the competency execution plan, as part of which this competency was started
      • Methods inherited from class ion.Meta.Request

        getScheduleTime
      • Methods inherited from class java.lang.Object

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

      • RequestStartCompetency

        public RequestStartCompetency​(java.util.HashMap<java.lang.String,​java.lang.String> parameters,
                                      CompetencyExecutionPlan cep,
                                      long executionID)
        create a new request to start a competency
        Parameters:
        parameters - the parameters for starting the competency
        cep - the competency execution plan, as part of which this competency was started
        executionID -
    • Method Detail

      • getParameters

        public java.util.HashMap<java.lang.String,​java.lang.String> getParameters()
        returns the parameters
      • getPlan

        public CompetencyExecutionPlan getPlan()
        returns the competency execution plan, as part of which this competency was started
      • getExecutionID

        public long getExecutionID()
        returns the execution id for this competency