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:
for details
-
-
Constructor Summary
Constructors Constructor Description SchedulerConfigurationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
storeConfigurationInNewTransaction(ItemCollection config)
This method saves a configuration in a new transaction.
-
-
-
Method Detail
-
storeConfigurationInNewTransaction
public void storeConfigurationInNewTransaction(ItemCollection config)
This method saves a configuration in a new transaction. This is needed case of a runtime exception
-
-