Class ClassTokenSearch

Description

The AgentSearch interface defines methods for searching for agents. This is used by the AgentManager for searching for agents.

  • version: $Id: ClassTokenSearch.class.php,v 1.3 2007/09/04 20:25:36 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/oki2/agent/AgentSearches/ClassTokenSearch.class.php (line 17)

AgentSearchInterface
   |
   --ClassTokenSearch
Method Summary
object AgentIterator getAgentsBySearch (mixed $searchCriteria, object Type $agentSearchType)
object AgentIterator getClassDNsBySearch (mixed $searchCriteria, object Type $groupSearchType)
object AgentIterator getGroupsBySearch (mixed $searchCriteria, object Type $groupSearchType)
Methods
getAgentsBySearch (line 31)

Get all the Agents with the specified search criteria and search Type.

This method is defined in v.2 of the OSIDs.

  • since: 11/10/04
  • access: public
object AgentIterator getAgentsBySearch (mixed $searchCriteria, object Type $agentSearchType)
  • mixed $searchCriteria
  • object Type $agentSearchType

Redefinition of:
AgentSearchInterface::getAgentsBySearch()
Get all the Agents with the specified search criteria and search Type.
getClassDNsBySearch (line 62)

Get all the DNs for the various CourseSections with the specified search criteria and search Type.

Warning! This method is NOT defined in v.2 of the OSIDs.

  • since: 11/10/04
  • access: public
object AgentIterator getClassDNsBySearch (mixed $searchCriteria, object Type $groupSearchType)
  • mixed $searchCriteria
  • object Type $groupSearchType
getGroupsBySearch (line 47)

Get all the Groups with the specified search criteria and search Type.

This method is defined in v.2 of the OSIDs.

  • since: 11/10/04
  • access: public
object AgentIterator getGroupsBySearch (mixed $searchCriteria, object Type $groupSearchType)
  • mixed $searchCriteria
  • object Type $groupSearchType

Redefinition of:
AgentSearchInterface::getGroupsBySearch()
Get all the Groups with the specified search criteria and search Type.

Inherited Methods

Inherited From AgentSearchInterface

AgentSearchInterface::getAgentsBySearch()
AgentSearchInterface::getGroupsBySearch()

Documentation generated on Wed, 19 Sep 2007 10:22:04 -0400 by phpDocumentor 1.3.0RC3