Interface SeminarActionService
- All Known Implementing Classes:
SeminarActionServiceImpl
Deprecated.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Deprecated.static class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncheckCondition
(EntityExplorerActionSelection selection) Deprecated.void
raiseSeminar
(EntityExplorerActionSelection selection, String configuration, String takeRegistrationToAllModules, @Nullable String eventFieldsToOverwriteOnRaise) Deprecated.void
startSeminar
(EntityExplorerActionSelection selection, RebindValue[] values, String configuration) Deprecated.
-
Method Details
-
checkCondition
Deprecated. -
raiseSeminar
void raiseSeminar(EntityExplorerActionSelection selection, String configuration, String takeRegistrationToAllModules, @Nullable @Nullable String eventFieldsToOverwriteOnRaise) throws InterruptedException Deprecated.- Throws:
InterruptedException
-
startSeminar
void startSeminar(EntityExplorerActionSelection selection, RebindValue[] values, String configuration) throws InterruptedException, UnresolvableUriException, UriStoreException, RebindException, URISyntaxException Deprecated.
-