Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: affectedRelatedReferenceID
| Inserts the given record. | |
modify | modify | | Modifies the record with given details. | |
searchByCaseIDRRTypeAndStatus | readmulti | | Searches for all the records matching the given case id , related reference type and status. | |
remove | remove | | Hard deletes the record. | |
searchByCaseIDRRTypeAndStatuses | nsmulti | | Searches for all the records matching the case id , related reference type and one of the statuses provided. | SQL |
read | read | | Reads the record matching the given id. | |
|