Uses of Class
com.ibm.tws.objects.model.FlowNode

Packages that use FlowNode
com.ibm.tws.objects.model   
com.ibm.tws.objects.model.validator   
 

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

Subclasses of FlowNode in com.ibm.tws.objects.model
 class Job
          This subclass of FlowNode represents a job object, and includes a reference to JobDefinition, to navigate to the job definition from which it was created, and a list of InternalDependency objects, to model dependencies of this job from other jobs of the same job stream.
 class JobStream
          This object represents a job stream and includes a list of Job objects to represent the jobs contained in the stream.
 

Uses of FlowNode in com.ibm.tws.objects.model.validator
 

Methods in com.ibm.tws.objects.model.validator with parameters of type FlowNode
 void FlowNodeValidator.validateObject(FlowNode flowNode)
          Validates a FlowNode object.
 



Copyright © 2005 IBM All Rights Reserved.