public interface AssessmentApprovalRequest
Modifier and Type | Method and Description |
---|---|
curam.assessmentplanning.delivery.facade.struct.ApprovalRequestDetailsList |
listApprovalRequests(curam.assessmentplanning.delivery.entity.struct.AssessmentCaseKey key)
Lists the approval requests for the assessment case.
|
curam.assessmentplanning.delivery.facade.struct.ApprovalRequestViewDetails |
viewApprovalRequest(curam.core.sl.struct.ApprovalRequestKey key)
Returns the details of the approval request.
|
curam.assessmentplanning.delivery.facade.struct.ApprovalRequestDetailsList listApprovalRequests(curam.assessmentplanning.delivery.entity.struct.AssessmentCaseKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The ID of the assessment case to list approvals on.curam.util.exception.AppException
curam.util.exception.InformationalException
curam.assessmentplanning.delivery.facade.struct.ApprovalRequestViewDetails viewApprovalRequest(curam.core.sl.struct.ApprovalRequestKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- unique identifier for the approval request.InformationalException
- Generic Exception Signature.AppException
- Generic Exception Signature.