public class RequestStartCompetency
extends ion.Meta.Request
| 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
|
| 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
|
public RequestStartCompetency(java.util.HashMap<java.lang.String,java.lang.String> parameters,
CompetencyExecutionPlan cep,
long executionID)
parameters - the parameters for starting the competencycep - the competency execution plan, as part of which this competency was startedexecutionID - public java.util.HashMap<java.lang.String,java.lang.String> getParameters()
public CompetencyExecutionPlan getPlan()
public long getExecutionID()