Table Description
Case Contract Contents: One or more tasks associated with a case contract.

For each case contract type, one or more tasks can be defined which the participant must complete to fulfill the contract conditions.

Example

An organization may draw up a contract with a participant that outlines a number of tasks that must be completed by the participant.

John Smith is in receipt of unemployment assistance. John signs a contract that requires him to provide evidence of applying for a minimum of four jobs a month in order to continue receiving his benefit payments.

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::Case::Entity Objects::Case Contract Contents::CaseContractContents
Controlling File: core\model\Packages\Case\Case Contract Contents_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseContractContentsIDkeynoThe unique identifier of the Case Contract Contents entityCASE_CONTRACT_CONTENTS_ID SVR_INT64
caseContractIDdetailsnoThe unique identifier of the Case Contract EntityCASE_CONTRACT_ID SVR_INT64
taskIDdetailsnoThe id of the task associated with the contractWM_TICKET_ID SVR_INT64
taskDescriptiondetails description of the task associated with the contractWM_TICKET_SUBJECT SVR_STRING<100>
dueDatedetails The date on which the case contract is due.CURAM_DATETIME SVR_DATETIME
Foreign Keys (1)
ChildParent
CaseContractContents.caseContractIDCaseContract.caseContractID
Indices (2)
Index NameAttributes
ContentsTaskIDIdxtaskID
ContractIDIdxcaseContractID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByContractIDreadmultiORDER_BY: dueDate
Searches for case contract contents on a specified contract. 
removeContentsByCaseContractIDnsremove This method removes the case contract contents for a Case Contract 
removeTaskFromContractnsremove Removes a task from a contract. 
searchByTaskIDreadmulti Searches for case contract contents by taskID. 
Related Pages (9)