Formula (ReplicationEntry - Java)

Read-write. The replication formula.

Defined in

ReplicationEntry

Data type

String

Syntax

public String getFormula()
    throws NotesException
public void setFormula(String formula)
    throws NotesException

Usage

"@All" is the replication formula in a new replication entry.

The formula must be a valid replication formula.

After setting this property, you must call save for the changes to take effect. If you do not call save, your changes are lost.

Example