Uses of Class
cmion.level2.CompetencyExecutionPlan
Packages that use CompetencyExecutionPlan
-
Uses of CompetencyExecutionPlan in cmion.level2
Fields in cmion.level2 declared as CompetencyExecutionPlanModifier and TypeFieldDescriptionprotected 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 CompetencyExecutionPlanModifier and TypeMethodDescriptionEventCompetencyExecutionPlanCancelled.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toEventCompetencyExecutionPlanFailed.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toEventCompetencyExecutionPlanStarted.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toEventCompetencyExecutionPlanSucceeded.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toRequestCancelCompetencyExecutionPlan.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toRequestNewCompetencyExecutionPlan.getCompetencyExecutionPlan()returns the competency execution plan that this event refers toCompetencyExecutionPlan.getInstantiatedCopy(HashMap<String, String> mappings, MindAction mindAction) returns an instantiated copy of this competency execution planEventCompetencyCancelled.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.EventCompetencyFailed.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.EventCompetencyStarted.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.EventCompetencySucceeded.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.RequestStartCompetency.getPlan()returns the competency execution plan, as part of which this competency was startedMethods in cmion.level2 with parameters of type CompetencyExecutionPlanModifier and TypeMethodDescriptionvoidCompetency.requestStartCompetency(HashMap<String, String> parameters, CompetencyExecutionPlan cep, long executionID) convenience method to schedule a request for starting this competencyConstructors in cmion.level2 with parameters of type CompetencyExecutionPlanModifierConstructorDescriptionEventCompetencyCancelled(Competency competency, HashMap<String, 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, HashMap<String, String> parameters, CompetencyExecutionPlan plan, long executionID) EventCompetencyStarted(Competency competency, HashMap<String, String> parameters, CompetencyExecutionPlan plan, long executionID) EventCompetencySucceeded(Competency competency, HashMap<String, String> parameters, CompetencyExecutionPlan plan, long executionID) RequestCancelCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan) creates a new requestRequestNewCompetencyExecutionPlan(CompetencyExecutionPlan executionPlan) creates a new eventRequestStartCompetency(HashMap<String, 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 CompetencyExecutionPlanModifier and TypeMethodDescriptionCompetencyManagerRule.getExecutionPlan()returns the competency execution plan connected with this rule