com.ibm.gre.IRMBatchQuery.IRMBatchQuery Function
Constructor

Public void IRMBatchQuery (string, com.ibm.gre.ClientSession, string, bool, int)
  Type Name Description  
    string queryXML The XML string containing the values making up the Query. This string can be a saved query value returned by the QueryControllerEJB.getQueryById method.  
    com.ibm.gre.ClientSession session A ClientSession object containing references to the Records Manager API objects.  
    string strScope The full path string indicating the scope of the query.  
    bool addDisplayInfo Set to true if you wish to use this object to generate display information.  
    int optionalFieldsMask The bit mask values indicating the optional fields to use for the Life Cycle Query.  
  Return Description  
    void