Table Description
Clause Contract Text: A standard subtext used within a decision text

A clause is a standard subtext used within a decision text. This entity is linked with the Contract Text entity.

Example

A clause is a standard subtext used within a decision text. This entity is linked with the Contract Text entity.

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::Appeals::Service Layer::entity::Clause::ClauseContractText::ClauseContractText
Controlling File: Appeal\model\Packages\Service Layer\entity\Clause\ClauseContractTextLink\ClauseContractTextLink_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
clauseContractTextIDkeynoUnique system generated identifier for this clause.CLAUSE_CONTRACT_TEXT_ID SVR_INT64
contractTextIDdetailsyesUnique system generated identifier for the instance of Contract Text which is linked to this clause.CONTRACT_TEXT_ID SVR_INT64
categoryCodedetailsyesCategory to which this clause belongs.CLAUSE_CATEGORY_CODE SVR_STRING<10>
clauseNamedetailsnoName which identifies the meaning of the clause.CLAUSE_NAME SVR_STRING<131>
commentsdetails General remarks about this clause.COMMENTS SVR_STRING<300>
Foreign Keys (1)
ChildParent
ClauseContractText.contractTextIDContractText.contractTextID
Indices (3)
Index NameAttributes
clauseNameIndexclauseName, contractTextID
clauseTextIndexcontractTextID
clauseCategoryIndexcategoryCode
Operations (12)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: clauseContractTextID
PRE_DATA_ACCESS: yes
Standard Operation 
modifyDetailsnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Modifies clause details. 
searchAllClausesnsmulti Search for all clauses.SQL
validateInsert  Validate details of new clause to be created. 
validateModify  Validate details of existing clause to be modified. 
countActiveByNameAndLanguagensPRE_DATA_ACCESS: yes
 
Count number of active clauses by name and language.SQL
readLanguageCodeAndNamens Reads name and language details for this clause.SQL
readDetailsns Reads the details of a clause.SQL
readNamensread Reads name of clause 
readContractTextIDnsread Reads the unique foreign key identifier for the ContractText entity. 
searchActiveByCategorynsmultiPRE_DATA_ACCESS: yes
 
Search for all active clauses within specified category.SQL
searchActivensmultiPRE_DATA_ACCESS: yes
 
Searches for all active clauses.SQL
Related Pages (6)