Class SchedulerConfigurationService
java.lang.Object
org.imixs.workflow.engine.scheduler.SchedulerConfigurationService
@DeclareRoles("org.imixs.ACCESSLEVEL.MANAGERACCESS")
@RunAs("org.imixs.ACCESSLEVEL.MANAGERACCESS")
public class SchedulerConfigurationService
extends Object
This SchedulerSaveService is used to save configurations in a new
transaction. The service is only called by the SchedulerService in case a
scheduler throws a SchedulerException or a RuntimeExcepiton.
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method saves a configuration in a new transaction.
-
Constructor Details
-
SchedulerConfigurationService
public SchedulerConfigurationService()
-
-
Method Details
-
storeConfigurationInNewTransaction
This method saves a configuration in a new transaction. This is needed case of a runtime exception
-