public interface SenderSideEffectConfiguration extends Serializable
The following SideEffectConfiguration options are available:
SenderSideEffectConfiguration contains the following attributes:
Modifier and Type | Field and Description |
---|---|
static String |
CREATE_IF
CREATE_IF - When this flag is set,
If the RIM object does not exist already, then it is created.
If it already exists, then it is not overlaid (no action is taken).
|
static String |
CREATE_OR_OVERLAY
CREATE_OR_OVERLAY - When this flag is set,
If the RIM Object does not exist already, then it is
created.
If RIM object already exists, then it is overlaid.
|
static String |
CREATE_OR_UPDATE
CREATE_OR_UPDATE - When this flag is set,
If the RIM object does not exist, then it is created.
If it already exists, then it is updated.
|
static String |
MUST_EXIST
MUST_EXIST - When this flag is set,
RIM object must exist already.
|
static String |
OVERLAY
OVERLAY - When this flag is set,
Existing RIM object is overlaid.
If the RIM object does not exist already, then exception will be thrown.
|
static String |
UPDATE
UPDATE - When this flag is set,
If the RIM object exists, it is updated.
If the RIM object does
not exist, then exception will be thrown.
|
Modifier and Type | Method and Description |
---|---|
String |
getMasterCatalogId()
Returns the MasterCatalog Id of the RIM object, associated with this
SideEffectConfiguration.
|
String |
getObjectRefModifierCode()
Returns the Object Reference Modifier Code for this
SideEffectConfiguration.
|
String |
getPlayerRefModifierCode()
Returns the Player Reference Modifier Code for this
SideEffectConfiguration.
|
String |
getScoperRefModifierCode()
Returns the Scoper Reference Modifier Code for this
SideEffectConfiguration.
|
String |
getSenderInteractionId()
Returns the Sender Interaction Id associated with this
SideEffectConfiguration.
|
void |
setMasterCatalogId(String value)
Sets the MasterCatalog Id of the RIM object, associated with this
SideEffectConfiguration.
|
void |
setObjectRefModifierCode(String value)
Sets the Object Reference Modifier Code for this SideEffectConfiguration.
|
void |
setPlayerRefModifierCode(String value)
Sets the Player Reference Modifier Code for this SideEffectConfiguration.
|
void |
setScoperRefModifierCode(String value)
Sets the Scoper Reference Modifier Code for this SideEffectConfiguration.
|
void |
setSenderInteractionId(String value)
Sets the Sender Interaction Id associated with this
SideEffectConfiguration.
|
static final String CREATE_IF
static final String OVERLAY
static final String CREATE_OR_OVERLAY
static final String MUST_EXIST
static final String UPDATE
static final String CREATE_OR_UPDATE
String getMasterCatalogId()
void setMasterCatalogId(String value)
String getSenderInteractionId()
void setSenderInteractionId(String value)
String getObjectRefModifierCode()
void setObjectRefModifierCode(String value)
String getPlayerRefModifierCode()
void setPlayerRefModifierCode(String value)
String getScoperRefModifierCode()
void setScoperRefModifierCode(String value)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved