Uses of Interface
com.sun.n1.sps.model.plan.ExecutionPlanID

Packages that use ExecutionPlanID
com.sun.n1.sps.model.executor   
com.sun.n1.sps.model.install   
com.sun.n1.sps.model.plan   
 

Uses of ExecutionPlanID in com.sun.n1.sps.model.executor
 

Methods in com.sun.n1.sps.model.executor that return ExecutionPlanID
 ExecutionPlanID RunningPlanBean.getExecutionPlanID()
          Returns the ExecutionPlanID object.
 ExecutionPlanID TaskInfo.getPlanID()
          Returns the ExecutionPlanID.
 ExecutionPlanID SubPlanPrompt.getSubplanID()
          Returns the planID of the subplan.
 ExecutionPlanID SubplanInfo.getSubplanID()
          Returns the planID of the subplan.
 

Uses of ExecutionPlanID in com.sun.n1.sps.model.install
 

Methods in com.sun.n1.sps.model.install that return ExecutionPlanID
 ExecutionPlanID InstalledComponent.getPlanID()
          The plan that installed the component.
 

Uses of ExecutionPlanID in com.sun.n1.sps.model.plan
 

Methods in com.sun.n1.sps.model.plan that return ExecutionPlanID
 ExecutionPlanID PlanVariableSettings.getExecutionPlanID()
          Returns the ExecutionPlanID of the plan to be run.
 ExecutionPlanID ExecutionPlan.getID()
          Returns the ID of this object, or null if this object has not yet been saved.
 ExecutionPlanID ExecutionPlan.getRootID()
          Returns the root ID of this object.
 ExecutionPlanID SubplanVariableSettings.getSubplanID()
          Returns the ExecutionPlanID corresponding to the subplan for this object's SubplanPrompt.
 ExecutionPlanID[] ExecutionPlanIDSet.toIDArray()
          Returns an array of plan IDs contained in this set.