Table Description
CREOLE Rule Set Publication Item: A change in CREOLE rule set configuration published as part of a single configuration publication. When changes to rule set configurations are prepared to be published, then a row is written to this table for each change. In deferred processing, each pending change is applied to rule objects.
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::Infrastructure::CREOLE Rule Sets::CREOLERuleSetPublicationItem
Controlling File: core\model\Packages\Infrastructure_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
creoleRuleSetPublicationItemIDkeynoUnique identifier of this record.INTERNAL_ID SVR_INT64
configurationPublicationIDdetailsnoIdentifier of the configuration publication which contains this publication item.INTERNAL_ID SVR_INT64
creoleRuleSetEditActionIDdetailsyesPrior to publication, the identifier of the rule set change which is pending publication.INTERNAL_ID SVR_INT64
creoleRuleSetSnapshotIDdetailsyesAfter publication, the identifier of the rule set change which was published.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
CREOLERuleSetPublicationItem.creoleRuleSetEditActionIDCREOLERuleSetEditAction.creoleRuleSetEditActionID
CREOLERuleSetPublicationItem.creoleRuleSetSnapshotIDCREOLERuleSetSnapshot.creoleRuleSetSnapshotID
Indices (1)
Index NameAttributes
CRSPIConfPubIdxconfigurationPublicationID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
readread Standard Operation 
insertinsertAUTO_ID: creoleRuleSetPublicationItemID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByConfigurationPublicationIDreadmulti   
Related Pages (6)