Package cmion.level2
Class RequestStartCompetency
java.lang.Object
ion.Meta.Request
cmion.level2.RequestStartCompetency
public class RequestStartCompetency
extends ion.Meta.Request
this request can be scheduled with competencies to request it to run
-
Constructor Summary
ConstructorsConstructorDescriptionRequestStartCompetency(HashMap<String, String> parameters, CompetencyExecutionPlan cep, long executionID) create a new request to start a competency -
Method Summary
Modifier and TypeMethodDescriptionlongreturns the execution id for this competencyreturns the parametersgetPlan()returns the competency execution plan, as part of which this competency was startedMethods inherited from class ion.Meta.Request
getScheduleTime
-
Constructor Details
-
RequestStartCompetency
public RequestStartCompetency(HashMap<String, 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 Details
-
getParameters
returns the parameters -
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
-