Interface RequirementCheckActionService
- All Known Implementing Classes:
RequirementCheckActionServiceImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoCheck(EntityExplorerActionSelection selection) Deprecated.run all rules connected to the selected Requirements
-
Method Details
-
doCheck
void doCheck(EntityExplorerActionSelection selection) throws InterruptedException, TimeoutException, ExecutionException Deprecated.run all rules connected to the selected Requirements- Parameters:
selection- the selected requirements- Throws:
TimeoutException- thrown if evaluation took too longExecutionException- thrown if rules could not be runInterruptedException
-