Uses of Interface
com.redwood.scheduler.api.uow.SchedulerSessionUnitOfWork
-
Packages that use SchedulerSessionUnitOfWork Package Description com.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables.com.redwood.scheduler.api.uow Scheduler API - Unit of Work interfaces. -
-
Uses of SchedulerSessionUnitOfWork in com.redwood.scheduler.api.job
Methods in com.redwood.scheduler.api.job with parameters of type SchedulerSessionUnitOfWork Modifier and Type Method Description <T extends Exception>
voidUserJobContext. performUnitOfWork(SchedulerSessionUnitOfWork<T> uow)
Perform a unit of work, by calling it with a new session. -
Uses of SchedulerSessionUnitOfWork in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables with parameters of type SchedulerSessionUnitOfWork Modifier and Type Method Description <T extends Exception>
voidExtensionPointScriptObject. performUnitOfWorkActionSubjectSession(SchedulerSessionUnitOfWork<T> uow)
Perform a unit of work, by calling it with a new Action Subject session.<T extends Exception>
voidExtensionPointScriptObject. performUnitOfWorkUserSession(SchedulerSessionUnitOfWork<T> uow)
Perform a unit of work, by calling it with a new User session. -
Uses of SchedulerSessionUnitOfWork in com.redwood.scheduler.api.uow
Methods in com.redwood.scheduler.api.uow with parameters of type SchedulerSessionUnitOfWork Modifier and Type Method Description <T extends Exception>
voidSchedulerSessionUnitOfWorkManager. perform(SchedulerSessionUnitOfWork<T> uow)
Execute a unit of work.<T extends Exception>
voidSchedulerSessionUnitOfWorkManager. perform(SchedulerSessionUnitOfWork<T> uow, int maxRetries, int maxSpins)
Execute a unit of work.
-