Uses of Class
cmion.level2.CompetencyExecutionPlan
-
Packages that use CompetencyExecutionPlan Package Description cmion.level2 cmion.level3 -
-
Uses of CompetencyExecutionPlan in cmion.level2
Fields in cmion.level2 declared as CompetencyExecutionPlan Modifier and Type Field Description protected CompetencyExecutionPlanCompetency. planthe competency execution plan as part of which this competency was startedprotected CompetencyExecutionPlanEventCompetencyCancelled. planthe competency execution plan as part of which this competency was startedprotected CompetencyExecutionPlanEventCompetencyFailed. planthe competency execution plan as part of which this competency was startedprotected CompetencyExecutionPlanEventCompetencyStarted. planthe competency execution plan as part of which this competency was startedprotected CompetencyExecutionPlanEventCompetencySucceeded. planthe competency execution plan as part of which this competency was startedMethods in cmion.level2 that return CompetencyExecutionPlan Modifier and Type Method Description CompetencyExecutionPlanEventCompetencyExecutionPlanCancelled. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanEventCompetencyExecutionPlanFailed. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanEventCompetencyExecutionPlanStarted. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanEventCompetencyExecutionPlanSucceeded. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanRequestCancelCompetencyExecutionPlan. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanRequestNewCompetencyExecutionPlan. getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlanCompetencyExecutionPlan. getInstantiatedCopy(java.util.HashMap<java.lang.String,java.lang.String> mappings, MindAction mindAction)returns an instantiated copy of this competency execution planCompetencyExecutionPlanEventCompetencyCancelled. getPlan()returns the competency execution plan as part of which this competency was started or null if the competency was not started through the competency execution system (e.g.CompetencyExecutionPlanEventCompetencyFailed. getPlan()returns the competency execution plan as part of which this competency was started or null if the competency was not started through the competency execution system (e.g.CompetencyExecutionPlanEventCompetencyStarted. getPlan()returns the competency execution plan as part of which this competency was started or null if the competency was not started through the competency execution system (e.g.CompetencyExecutionPlanEventCompetencySucceeded. getPlan()returns the competency execution plan as part of which this competency was started or null if the competency was not started through the competency execution system (e.g.CompetencyExecutionPlanRequestStartCompetency. getPlan()returns the competency execution plan, as part of which this competency was startedMethods in cmion.level2 with parameters of type CompetencyExecutionPlan Modifier and Type Method Description voidCompetency. requestStartCompetency(java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan cep, long executionID)convenience method to schedule a request for starting this competencyConstructors in cmion.level2 with parameters of type CompetencyExecutionPlan Constructor Description EventCompetencyCancelled(Competency competency, java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan plan, long executionID)EventCompetencyExecutionPlanCancelled(CompetencyExecutionPlan executionPlan)creates a new eventEventCompetencyExecutionPlanFailed(CompetencyExecutionPlan executionPlan)creates a new eventEventCompetencyExecutionPlanStarted(CompetencyExecutionPlan executionPlan)creates a new eventEventCompetencyExecutionPlanSucceeded(CompetencyExecutionPlan executionPlan)creates a new eventEventCompetencyFailed(Competency competency, java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan plan, long executionID)EventCompetencyStarted(Competency competency, java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan plan, long executionID)EventCompetencySucceeded(Competency competency, java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan plan, long executionID)RequestCancelCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan)creates a new requestRequestNewCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan)creates a new eventRequestStartCompetency(java.util.HashMap<java.lang.String,java.lang.String> parameters, CompetencyExecutionPlan cep, long executionID)create a new request to start a competency -
Uses of CompetencyExecutionPlan in cmion.level3
Methods in cmion.level3 that return CompetencyExecutionPlan Modifier and Type Method Description CompetencyExecutionPlanCompetencyManagerRule. getExecutionPlan()returns the competency execution plan connected with this rule
-