Operation | Stereotype | Options | Description | SQL |
insert | insert | PRE_DATA_ACCESS: yes
| Standard Operation | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
read | read | | Standard Operation | |
readCurrentStatusByCaseID | ns | | @deprecated Since Curam 6.0, relaced by readCurrentStatusByCaseID1.
Method that reads the current case status record for a given case identifier. The most recent status record has 'end date' field of null. | SQL |
searchByCaseID | readmulti | | Deprecated by searchByCaseIDSorted. Returns a list of all case status records for a case | |
modifyEndDate | nsmodify | OPTIMISTIC_LOCKING: yes
| Deprecated by modifyEndDateTime. Modifies case status end date. | |
readCaseClosureReasonByCaseStatusID | ns | | Returns the reason code from the case status entity based on the caseStatusID. | SQL |
searchByCaseIDSorted | readmulti | ORDER_BY: startDateTime
| returns a list of all case status records for a case sorted by date time | |
modifyEndDateTime | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies case status end date and end date time. | |
readCurrentStatusByCaseID1 | ns | | Method that reads the current case status record for a given case identifier. The most recent status record has `end date` field of null | SQL |
|