Database Table: RuleObjectPropagatorControl
Rule Object Propagator Control:
The control record for the execution of the initial propagation of application data to CREOLE rule objects..
This entity contains a single row which indicates whether initial propagation has been run. This control row ensures that initial rule object propagation is run by exactly one application server instance during Guice initialization.
Technical Notes Optimistic locking is not required because the single row is always read "for update".
|
Location in Model: | Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Infrastructure::RuleObjectPropagation::Entity::RuleObjectPropagatorControl |
Controlling File: | core\model\Packages\Reference Model\Service Layer\RuleObjectPropagation\RuleObjectPropagation_cat.efx |
ALLOW_OPTIMISTIC_LOCKING | no |
Attribute | Stereotype | Nullable | Description | Domain Definition | Codetable | DDL Type |
executed | details | | Whether initial rule object propagation has been executed. | CURAM_INDICATOR | | SVR_BOOLEAN |
|
Operation | Stereotype | Options | Description | SQL |
readOne | nkread | | | |
modifyAll | nkmodify | | | |
|