Interface GenerateEvaluationExecutionActionService
- All Known Implementing Classes:
GenerateEvaluationExecutionActionServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptioncheckEmailAddresses
(EntityExplorerActionSelection selection, Map<String, String> params) Deprecated.checks if all selected users have an email address if not a warning is displayed to the uservoid
createEvaluationExecutions
(EntityExplorerActionSelection selection, RebindValue[] values, Map<String, String> params, Map<String, String> additionalPartyUsers) Deprecated.creates evaluation executions using the selection and the parameter 'pathToUser'.
-
Method Details
-
checkEmailAddresses
Boolean checkEmailAddresses(EntityExplorerActionSelection selection, Map<String, String> params) throws NoEntityToLoadExceptionDeprecated.checks if all selected users have an email address if not a warning is displayed to the user- Throws:
NoEntityToLoadException
-
createEvaluationExecutions
void createEvaluationExecutions(EntityExplorerActionSelection selection, RebindValue[] values, Map<String, String> params, Map<String, throws UnresolvableUriException, UriStoreException, InterruptedException, URISyntaxException, PersistException, RebindException, RpcExecutionException, NoEntityToLoadExceptionString> additionalPartyUsers) Deprecated.creates evaluation executions using the selection and the parameter 'pathToUser'. the rebind values are used as a template for each evaluation execution.
-