Uses of Class
com.ibm.tws.objects.plan.PromptInPlanKey

Packages that use PromptInPlanKey
com.ibm.tws.objects.plan   
 

Uses of PromptInPlanKey in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return PromptInPlanKey
 PromptInPlanKey JobDefinitionInPlan.getAbendPromptKey()
          Returns the job definition abend prompt key.
 PromptInPlanKey PromptDependencyInPlan.getKey()
          Return the PromptInPlan key
 PromptInPlanKey PromptInPlan.getKey()
          Return the key of this PromptInPlan object.
 

Methods in com.ibm.tws.objects.plan with parameters of type PromptInPlanKey
 void JobDefinitionInPlan.setAbendPromptKey(PromptInPlanKey prompt)
          Sets the job definition abend prompt key.
 void PromptDependencyInPlan.setKey(PromptInPlanKey key)
          Sets the PromptInPlan key For internal use only.
 void PromptInPlan.setKey(PromptInPlanKey key)
          Sets the Prompt key.
 

Constructors in com.ibm.tws.objects.plan with parameters of type PromptInPlanKey
PromptDependencyInPlan(Identifier id, PromptInPlanKey key)
          Creates a Prompt containing an Identifier and a Key
PromptDependencyInPlan(PromptInPlanKey key)
          Creates a Prompt containing a key
PromptInPlan(Identifier id, PromptInPlanKey key)
          Creates a Prompt containing an Identifier and a Key
PromptInPlan(PromptInPlanKey key)
          Creates a Prompt containing a key
 



Copyright © 2005 IBM All Rights Reserved.