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

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

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

Methods in com.ibm.tws.objects.plan that return JobInPlanKey
 JobInPlanKey ExternalDependencyInPlan.getAbstractJobKey()
          Deprecated.  
 JobInPlanKey ExternalDependencyInPlan.getJobKey()
          Returns the key of the referenced job.
 JobInPlanKey InternalDependencyInPlan.getJobKey()
          Returns the key of the referenced job.
 JobInPlanKey PromptInPlan.getJobKey()
          Return the Key of the referenced job.
 JobInPlanKey ResourceHolderInPlan.getJobKey()
          Returns the Job Key
 

Methods in com.ibm.tws.objects.plan with parameters of type JobInPlanKey
 void ExternalDependencyInPlan.setAbstractJobKey(JobInPlanKey key)
          Deprecated.  
 void ExternalDependencyInPlan.setJobKey(JobInPlanKey key)
          Sets the key of the referenced job.
 void InternalDependencyInPlan.setJobKey(JobInPlanKey key)
          Sets the key of the referenced job.
 void PromptInPlan.setJobKey(JobInPlanKey key)
          Sets the referenced Job Key.
 void ResourceHolderInPlan.setJobKey(JobInPlanKey key)
          Sets the Job key For Internal use only.
 

Constructors in com.ibm.tws.objects.plan with parameters of type JobInPlanKey
ExternalDependencyInPlan(Identifier id, JobInPlanKey key)
          Creates an ExternalDependencyInPlan, specifying the identifier and key of the referenced abstract job.
InternalDependencyInPlan(Identifier id, JobInPlanKey key)
          Creates an InternalDependencyInPlan, specifying the identifier and key of the referenced job.
JobInPlan(JobInPlanKey key)
          Creates a JobInPlan.
ResourceHolderInPlan(Identifier id, JobInPlanKey key)
          Constructor
 



Copyright © 2005 IBM All Rights Reserved.