Uses of Class
com.ibm.tws.objects.filter.QueryFilter

Packages that use QueryFilter
com.ibm.tws.conn.model   
com.ibm.tws.conn.plan   
com.ibm.tws.objects.model.validator   
com.ibm.tws.objects.validator   
com.ibm.tws.zconn.model   
com.ibm.tws.zconn.plan   
 

Uses of QueryFilter in com.ibm.tws.conn.model
 

Methods in com.ibm.tws.conn.model with parameters of type QueryFilter
 QueryResult ConnModel.queryTWSObject(java.lang.Class cl, QueryFilter filter, int howMany, Context context)
          Returns a list of the TWS model objects that match the given search filter.
 

Uses of QueryFilter in com.ibm.tws.conn.plan
 

Methods in com.ibm.tws.conn.plan with parameters of type QueryFilter
 QueryResult ConnPlan.queryPlanObject(java.lang.Class cl, QueryFilter filter, int howMany, Context context)
          Return a list of object according with the Filter passed in input.
 java.util.List ConnPlan.countPlanObject(java.lang.Class cl, QueryFilter filter, java.lang.String groupField, Context context)
          This method return aggregate statistics on plan objects.
 

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

Methods in com.ibm.tws.objects.model.validator with parameters of type QueryFilter
 void QueryFilterValidator.validateFilter(QueryFilter queryFilter)
          Validates a QueryFilter object.
 

Uses of QueryFilter in com.ibm.tws.objects.validator
 

Methods in com.ibm.tws.objects.validator with parameters of type QueryFilter
protected  void Validator.checkFilter(QueryFilter filter, java.lang.String name, java.lang.Class type, boolean isNullable)
          Checks that the value specified for a query filter element is an instance of the expected class.
protected  void Validator.checkListFilter(QueryFilter filter, java.lang.String name, java.lang.Class type, boolean isNullable)
          Checks that the values specified for a query filter element of type List are correct.
 

Uses of QueryFilter in com.ibm.tws.zconn.model
 

Methods in com.ibm.tws.zconn.model with parameters of type QueryFilter
 QueryResult ZConnModel.queryTWSObject(java.lang.Class cl, QueryFilter filter, int howMany, Context context)
          Return a list of object according with the Filter passed in input This list is contained in the QueryResult object
 

Uses of QueryFilter in com.ibm.tws.zconn.plan
 

Methods in com.ibm.tws.zconn.plan with parameters of type QueryFilter
 QueryResult ZConnPlan.queryPlanObject(java.lang.Class cl, QueryFilter filter, int howMany, Context context)
          Return a list of object according with the Filter passed in input.
 QueryResult ZConnPlan.queryJobInstanceResourceUsage(QueryFilter filter, int howMany, Context context)
          Returns the list of Job In plan objects that are holding or waiting on the resource specified in the filter
 java.util.List ZConnPlan.countPlanObject(java.lang.Class cl, QueryFilter filter, java.lang.String groupField, Context context)
          This method returns aggregate statistics on plan objects.
 



Copyright © 2005 IBM All Rights Reserved.