Class TokenSearch

Description

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

  • version: $Id: TokenSearch.class.php,v 1.6 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/TokenSearch.class.php (line 17)

AgentSearchInterface
   |
   --TokenSearch
Method Summary
object AgentIterator getAgentsBySearch (mixed $searchCriteria, object Type $agentSearchType)
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.
getGroupsBySearch (line 72)

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:27:31 -0400 by phpDocumentor 1.3.0RC3