.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getAgent method
Example

Finds an agent in a database, given the agent name.

Defined in

Database

Syntax

public Agent getAgent(String name)
   throws NotesException

Parameters

String name


Return value

Agent


Usage

The return value is null if the current user (as obtained by Session.getUserName) is not the owner of the private agent.

Language cross-reference

GetAgent method in LotusScript NotesDatabase class

AgentEdit @command of formula language

Example
See Also