public interface CaseTaskService
| Modifier and Type | Method and Description |
|---|---|
String |
createCaseTask(InforContext context,
InforCaseTask caseTaskMT) |
String |
deleteCaseTask(InforContext context,
String caseTaskID) |
InforCaseTask |
readCaseTask(InforContext context,
String caseTaskID) |
String |
updateCaseTask(InforContext context,
InforCaseTask caseTaskMT) |
InforCaseTask readCaseTask(InforContext context, String caseTaskID) throws InforException
InforExceptionString createCaseTask(InforContext context, InforCaseTask caseTaskMT) throws InforException
InforExceptionString updateCaseTask(InforContext context, InforCaseTask caseTaskMT) throws InforException
InforExceptionString deleteCaseTask(InforContext context, String caseTaskID) throws InforException
InforExceptionCopyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.