Interface GroovyDryRunService
- All Known Implementing Classes:
GroovyDryRunServiceImpl
public interface GroovyDryRunService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondryRunBatchJob
(EntityExplorerActionSelection selection) dryRunListener
(EntityExplorerActionSelection selection, String condition) Execute the selected Dynamic_listener entity in a 'rollback transaction' (seeTransactionControl.isRollbackTransaction()
.
-
Method Details
-
dryRunListener
List<GroovyDryRunService.DryRunMessage> dryRunListener(EntityExplorerActionSelection selection, String condition) Execute the selected Dynamic_listener entity in a 'rollback transaction' (seeTransactionControl.isRollbackTransaction()
.- Parameters:
selection
- the listener to test (exactly one)condition
- a tql condition which should result in exactly one entity that is given as input to the listener- Returns:
- the script report as string
-
dryRunBatchJob
-