ACLActivityLog (Database - Java)

Read-only. The log from the access control list for a database.

Note: This property is new with Release 6.5.

Defined in

Database

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getACLActivityLog()
    throws NotesException

Usage

Each vector element contains one entry from the log.

The database must be open to use this property.

Example