public interface SenderTriggerConfiguration extends Serializable
Attribute Name | Field Type | Length | Mandatory | Description |
---|---|---|---|---|
Trigger Event Code | String |
30 | Yes | Valid trigger event code for this sender trigger configuration |
Sender Side Effect Configuration | SenderSideEffectConfiguration |
- | No | An array of SenderSideEffectConfiguration objects that
define permissions (create/overlay) on referenced objects. |
Modifier and Type | Method and Description |
---|---|
String |
getSenderConfigId()
Deprecated.
Gets the Sender Config Id.
|
SenderSideEffectConfiguration[] |
getSenderSideEffectConfiguration()
Deprecated.
Gets array of
SenderSideEffectConfiguration objects for
this receiver, sender, and trigger combination. |
String |
getSenderTrgConfigId()
Deprecated.
Gets the Sender Trigger Config Id.
|
String |
getTriggerEventCode()
Deprecated.
Gets trigger event code for this Sender Trigger Configuration.
|
void |
setSenderSideEffectConfiguration(SenderSideEffectConfiguration[] senderSideEffectConfigurations)
Deprecated.
Sets array of
SenderSideEffectConfiguration objects for
this receiver, sender, and trigger combination. |
void |
setTriggerEventCode(String triggerEventCode)
Deprecated.
Sets trigger event code for this Sender Trigger Configuration.
|
String getSenderConfigId()
String getSenderTrgConfigId()
String getTriggerEventCode()
SenderSideEffectConfiguration[] getSenderSideEffectConfiguration()
SenderSideEffectConfiguration
objects for
this receiver, sender, and trigger combination.SenderSideEffectConfiguration
objects.void setTriggerEventCode(String triggerEventCode)
triggerEventCode
- The Trigger event code to set.void setSenderSideEffectConfiguration(SenderSideEffectConfiguration[] senderSideEffectConfigurations)
SenderSideEffectConfiguration
objects for
this receiver, sender, and trigger combination.senderSideEffectConfigurations
- Array of SenderSideEffectConfiguration
objects.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved