Owner (Agent - Java)

Read-only. The name of the person who last modified and saved an agent.

Defined in

Agent

Data type

Name

Syntax

public String getOwner()
    throws NotesException

Usage

If the owner's name is hierarchical, this property returns the fully distinguished name.

Saving the agent changes the owner immediately. However, if you subsequently call Agent.owner within the same Session, the previous owner's name will be returned. The ownership change is not reflected in properties until the next time a Session is obtained.

Example