com.microstrategy.webapi.EnumDSSXMLMessageDuplicationMode |
This interface defines message duplication options such as whether the duplicate should be placed in the inbox/history list or the working set.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DSSXMLMessageDuplicateModeAddToInbox | Duplicated message is added to the inbox. | |||||||||
int | DSSXMLMessageDuplicateModeDerived | Duplicate message is copied to inbox iff original message is in the inbox. | |||||||||
int | DSSXMLMessageDuplicateModeDoNotAddToInbox | Duplicated message is not added to the inbox, only to the working set. | |||||||||
int | DSSXMLMessageDuplicateModeLegacy | Functionally, this is equivalent to DSSXMLMessageDuplicateModeDerived . |
Duplicated message is added to the inbox.
Duplicate message is copied to inbox iff original message is in the inbox. This is the default behavior.
Duplicated message is not added to the inbox, only to the working set.
Functionally, this is equivalent to DSSXMLMessageDuplicateModeDerived
.
These modes determine the command XML structure sent to the I-Server: legacy
mode will NOT submit the "duopt" attribute, whereas the other modes will include
the attribute. The "duopt" attribute instructs the I-Server to utilize its new duplication
routine, while omitting it (as indicated by this legacy flag) will cause the I-Server to
utilize an older routine. This setting is only required if the (older) IServer
has problems with the new "duopt" attribute.