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

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

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

Subclasses of FlowNodeHeader in com.ibm.tws.objects.model
 class JobHeader
          This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing jobs in addition to those already hosted by the FlowNodeHeader class.
 class JobStreamHeader
          This subclass of FlowNodeHeader hosts the attributes to be shown by TWS external interfaces when listing job streams in addition to those already hosted by the FlowNodeHeader class.
 

Methods in com.ibm.tws.objects.model that return FlowNodeHeader
 FlowNodeHeader FlowNode.getHeader()
          Returns the FlowNodeHeader wrapped by this FlowNode object.
 

Methods in com.ibm.tws.objects.model with parameters of type FlowNodeHeader
 void FlowNode.setHeader(FlowNodeHeader flowNodeHeader)
          Sets the FlowNodeHeader to be wrapped by this FlowNode object.
 

Constructors in com.ibm.tws.objects.model with parameters of type FlowNodeHeader
FlowNode(FlowNodeHeader flowNodeHeader)
          Creates a FlowNode with the specified header.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type FlowNodeHeader
 void FlowNodeValidator.validateHeader(FlowNodeHeader flowNodeHeader)
          Validates a FlowNodeHeader object.
 



Copyright © 2005 IBM All Rights Reserved.