Uses of Class
com.ibm.tws.objects.types.ResolutionData

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

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

Methods in com.ibm.tws.objects.model that return ResolutionData
 ResolutionData ExternalDependency.getResolutionData()
          Returns the criteria to be used for resolving the external dependency.
 ResolutionData JobStream.getResolutionData()
          Returns the default criteria to be used for resolving external dependencies.
 

Methods in com.ibm.tws.objects.model with parameters of type ResolutionData
 void ExternalDependency.setResolutionData(ResolutionData data)
          Sets the criteria to be used for resolving the external dependency.
 void JobStream.setResolutionData(ResolutionData data)
          Sets the default criteria to be used for resolving external dependencies.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type ResolutionData
protected  void ModelValidator.checkResolutionData(ResolutionData resolutionData)
          Checks rules related to resolution data.
 



Copyright © 2005 IBM All Rights Reserved.