Table Description
Rule Object Propagator Configuration: A set of configuration data for a configurable rule object propagator. A Rule Object Propagator is responsible for propagating changes in database data to CREOLE rule objects. Some of these propagators are configurable, and this entity holds those configurations.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Infrastructure::RuleObjectPropagation::Entity::RuleObjectPropagatorConfig
Controlling File: core\model\Packages\Reference Model\Service Layer\RuleObjectPropagation\RuleObjectPropagation_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
ruleObjectPropagatorConfigIDkeyno RULEOBJECT_PROPAGATOR_CONFIGURATION_ID SVR_INT64
propagatorTypedetailsno RULEOBJECT_PROPAGATOR_TYPERuleObjectPropagatorTypeSVR_STRING<10>
nameIDdetailsno LOCALIZABLE_TEXT_ID SVR_INT64
configDatadetailsyes RULEOBJECT_PROPAGATOR_CONFIGURATION SVR_BLOB
Foreign Keys (2)
ChildParent
RuleObjectPropagatorConfig.nameIDLocalizableText.localizableTextID
EvidenceRulesetDef.propagatorConfigIDRuleObjectPropagatorConfig.ruleObjectPropagatorConfigID
Indices (2)
Index NameAttributes
PCPItCnfgPropTpIdxpropagatorType
IND__1562977495nameID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
searchByTypereadmulti   
insertinsertAUTO_ID: ruleObjectPropagatorConfigID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
readAllnkreadmulti   
Related Pages (2)