Interface EventQualificationActionService
- All Known Implementing Classes:
EventQualificationActionServiceImpl
public interface EventQualificationActionService
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static class
static class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteNodes
(String rootNodeId) void
generateDetailedNodes
(String rootNodeId, EventQualificationActionService.DetailFormData[] formDataList) void
generateNodes
(EventQualificationActionService.FormData formData, EntityExplorerActionSelection selection) getDetailFormInfo
(EntityExplorerActionSelection selection) getFormInfo
(EntityExplorerActionSelection selection) void
updateNodes
(String rootNodeId, EventQualificationActionService.DetailFormData[] formDataList)
-
Method Details
-
getFormInfo
-
generateNodes
void generateNodes(EventQualificationActionService.FormData formData, EntityExplorerActionSelection selection) throws InterruptedException - Throws:
InterruptedException
-
getDetailFormInfo
-
generateDetailedNodes
void generateDetailedNodes(String rootNodeId, EventQualificationActionService.DetailFormData[] formDataList) throws InterruptedException - Throws:
InterruptedException
-
updateNodes
void updateNodes(String rootNodeId, EventQualificationActionService.DetailFormData[] formDataList) throws InterruptedException - Throws:
InterruptedException
-
deleteNodes
- Throws:
InterruptedException
-