Priority (Replication - Java)

Read-Write. Replication priority.

Defined in

Replication

Data type

int

Syntax

public int getPriority()
    throws NotesException
public void setPriority(int priority)
    throws NotesException

Legal values

  • Replication.CNOTES_REPLCONST_PRIORITYHIGH
  • Replication.CNOTES_REPLCONST_PRIORITYLOW
  • Replication.CNOTES_REPLCONST_PRIORITYMED
  • Replication.CNOTES_REPLCONST_PRIORITYNOTSET
    Note: This constant is obsolete in Release 5.0.1.

Usage

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