com.businessobjects.sdk.plugin.desktop.note
Class CeNoteRightID

java.lang.Object
  extended by com.businessobjects.sdk.plugin.desktop.note.CeNoteRightID

public class CeNoteRightID
extends java.lang.Object

This interface defines constants used to specify discussion thread rights.

Note: If you query for notes that are associated with an object you must set SI_HIDDEN_OBJECT = 1


Field Summary
static int ALLOW_DISCUSS_THREADS
           Indicates whether discussion threads are allowed.
 
Constructor Summary
CeNoteRightID()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALLOW_DISCUSS_THREADS

public static final int ALLOW_DISCUSS_THREADS

Indicates whether discussion threads are allowed.

Constructor Detail

CeNoteRightID

public CeNoteRightID()