Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: approvalRequestID
| Standard Operation | |
read | read | | Standard Operation | |
modifyReasonDetails | nsmodify | OPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
| Method used to modify the rejection reason for an approval request. | |
readRejectionReasonAndComments | nsread | | Method to read the rejection reason and comments associated with an approval request. | |
validateModifyReasonDetails | | | Method used to validate the reason details before modifying. | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard Operation | |
readStatus | nsread | | Method that retrieves an approval record status based on an approval request identifier. | |
approve | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies status, approval decision date, approvalDecisionByUser and automatically approved indicator. | |
modifyStatusRejectionReasonAndComments | nsmodify | OPTIMISTIC_LOCKING: yes
| Modifies status, reject reason, reject comment and approval decision date. | |
remove | remove | | Standard Operation | |
readRequestedByUserAndDate | nsread | | This method reads the requestedByUser for an approval request, i.e. the user that submitted the request and also the date on which the request was submitted. | |
|