Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






lock method

Locks a document.

Note This method is new with Release 6.5.

Defined in

Document

Syntax

public boolean lock()

throws NotesException
public boolean lock(String name)

throws NotesException
public boolean lock(String name, boolean provisionalok)

throws NotesException
public boolean lock(java.util.Vector names)

throws NotesException
public boolean lock(java.util.Vector names, boolean provisionalok)

throws NotesException

Parameters

String name
java.util.Vector names

The names of the lock holders. Each lock holder must be a user or group. Defaults to one lock holder: the effective user. The empty string ("") is not permitted.

boolean provisionalok

Return value

boolean

Usage

IsDocumentLockingEnabled in Database must be true or this method throws an exception.

This method:

The following actions occur depending on the current lock status:

If the document is modified by another user before the lock can be placed, this method throws an exception.

Language cross-reference

Lock method in LotusScript NotesDocument class

@DocLock function in formula language

See examples

Examples: lock method
Related topics
Locking documents and design elements




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009