Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:getAgents
 
wm.ln.db:getAgents
This flow service gets all of the agents in a database as a list of Agent objects. If the program runs on a workstation or is remote (IIOP), the return vector includes public agents and personal agents that belong to the current user. If the program runs on a server, the return vector includes only public agents.
Input Parameters
database
Database The lotus.domino.Database object to fetch the agents from.
Output Parameters
agent
Agent[ ] A list of Agents in the database.