Interface CaseManagementService
- All Known Implementing Classes:
CaseManagementServiceImpl
public interface CaseManagementService
-
Method Summary
Modifier and TypeMethodDescriptioncreateCase(EAMContext context, EAMCaseManagement eamCaseManagement) deleteCase(EAMContext context, String caseCode) readCase(EAMContext context, String caseCode) updateCase(EAMContext context, EAMCaseManagement eamCaseManagement)
-
Method Details
-
createCase
- Throws:
EAMException
-
readCase
- Throws:
EAMException
-
deleteCase
- Throws:
EAMException
-
updateCase
- Throws:
EAMException
-