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