Package cmion.level2
Class RequestStartCompetency
- java.lang.Object
-
- ion.Meta.Request
-
- cmion.level2.RequestStartCompetency
-
public class RequestStartCompetency extends ion.Meta.Requestthis 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 longgetExecutionID()returns the execution id for this competencyjava.util.HashMap<java.lang.String,java.lang.String>getParameters()returns the parametersCompetencyExecutionPlangetPlan()returns the competency execution plan, as part of which this competency was started
-
-
-
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 competencycep- the competency execution plan, as part of which this competency was startedexecutionID-
-
-
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
-
-