IsCanCreatePersonalAgent (ACLEntry - Java)

Read-Write. For an entry with Editor, Author, or Reader access, indicates whether the entry can create private agents in a database.

Note: Private agents are sometimes called personal agents.

Defined in

ACLEntry

Data type

boolean

Syntax

public boolean isCanCreatePersonalAgent()
    throws NotesException
public void setCanCreatePersonalAgent(boolean flag)
    throws NotesException

Legal values

  • true if the entry can create private agents in the database
  • false if the entry cannot create private agents in the database

Usage

After setting this property, you must call save on the parent ACL for the changes to take effect.

Setting this property has no effect on an ACL entry unless the entry has Editor, Author, or Reader access to a database. If an entry has Designer or Manager access, this property is always true. If an entry has Depositor or No access, this property is always false.

By default, this property is false for a new entry with Editor, Author, or Reader access.

Example