Uses of Interface
com.ibm.tws.objects.TWSLink

Packages that use TWSLink
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
 

Uses of TWSLink in com.ibm.tws.objects.model
 

Classes in com.ibm.tws.objects.model that implement TWSLink
 class ExternalDependency
          External dependencies model associations of jobs and job streams with other jobs or job streams: an external dependency is a link to all versions of a referenced job or job stream.
 class FileDependency
          Like other dependencies, file dependencies are logical associations between jobs or job streams and the objects on which they depend (in this case, the files).
 class InternalDependency
          This object models an internal dependency of a job in a job stream from another job in the same job stream.
 class InterNetworkDependency
          Inter-network dependencies model dependencies of jobs and job streams from targets in a remote TWS network.
 class PromptDependency
          Prompt dependencies for jobs and job streams are represented through multiple instances of the PromptDependency class, each one referencing a Prompt object.
 class ResourceDependency
          Resource dependencies are represented for a job or job stream through multiple instances of this class, which references the resource on which the job or job stream depends, and allows defining a quantity attribute.
 class WorkstationLink
          The many-to-many association between workstations and workstation classes is defined using this object, including a reference to a FlowTargetKey instance.
 

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

Classes in com.ibm.tws.objects.plan that implement TWSLink
 class ExternalDependencyInPlan
          External dependencies plan associations of jobs and job streams with other jobs or job streams.
 class FileDependencyInPlan
          File dependencies plan associations of jobs and job streams with Files.
 class InternalDependencyInPlan
          Internal dependencies plan associations of jobs with other jobs.
 class InternetworkDependencyInPlan
          Internetwork dependencies plan associations of jobs or job streams from targets in a remote TWS network.
 class PromptDependencyInPlan
          Prompt dependencies for jobs and job streams are represented through multiple instances of the PromptDependencyInPlan class, each one referencing a PromptInPlanKey object.
 class ResourceDependencyInPlan
          Resource dependencies are represented for a job or job stream through multiple instances of this class, which references the resource on which the job or job stream depends, and allows defining a quantity attribute.
 class ResourceHolderInPlan
          The ResourceHolderInPlan object, represents a link between a ResourceInPlan object and the FlowNodeInPlan object that depends on it.
 



Copyright © 2005 IBM All Rights Reserved.