Uses of Class
com.ibm.tws.objects.model.types.TimeRestrictions

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

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

Methods in com.ibm.tws.objects.model that return TimeRestrictions
 TimeRestrictions FlowNode.getTimeRestrictions()
          Returns the job stream or job time restrictions.
 TimeRestrictions RunCycle.getTimeRestrictions()
          Returns the run cycle time restrictions.
 

Methods in com.ibm.tws.objects.model with parameters of type TimeRestrictions
 void FlowNode.setTimeRestrictions(TimeRestrictions restrictions)
          Sets the job stream or job time restrictions.
 void RunCycle.setTimeRestrictions(TimeRestrictions restrictions)
          Sets the run cycle time restrictions.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type TimeRestrictions
protected  void ModelValidator.checkTimeRestrictions(java.lang.String objectName, TimeRestrictions timeRestrictions)
          Checks rules related to time restrictions.
 



Copyright © 2005 IBM All Rights Reserved.