com.cognos.CAM_AAA.authentication

Class QueryResult

  • java.lang.Object
    • com.cognos.CAM_AAA.authentication.QueryResult
    • Constructor Summary

      Constructors 
      Constructor and Description
      QueryResult() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void addObject(IBaseClass theObject) 
      IBaseClass[] getObjects()
      Returns all objects that are part of the query result.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryResult

        public QueryResult()
    • Method Detail

      • addObject

        public void addObject(IBaseClass theObject)
        Parameters:
        theObject -
      • getObjects

        public IBaseClass[] getObjects()
        Description copied from interface: IQueryResult
        Returns all objects that are part of the query result.
        Specified by:
        getObjects in interface IQueryResult
        Returns:
        An array of objects that are part of the query result.