@Transactional(readOnly=true)
public interface SchedulerService
SchedulerService interface.
Modifier and Type | Method and Description |
---|---|
String |
addCronTrigger(String id,
ReportParameters criteria,
DeliveryOptions deliveryOptions,
String cronExpression,
org.springframework.webflow.execution.RequestContext context)
addCronTrigger
|
String |
execute(String id,
ReportParameters criteria,
DeliveryOptions deliveryOptions,
org.springframework.webflow.execution.RequestContext context)
execute
|
Boolean |
exists(String triggerName)
exists
|
List<TriggerDescription> |
getTriggerDescriptions()
getTriggerDescriptions
|
void |
removeTrigger(String triggerName)
removeTrigger
|
void |
removeTriggers(String[] triggerNames)
removeTriggers
|
List<TriggerDescription> getTriggerDescriptions()
getTriggerDescriptions
List
object.@Transactional(readOnly=false) void removeTrigger(String triggerName)
removeTrigger
triggerName
- a String
object.@Transactional(readOnly=false) void removeTriggers(String[] triggerNames)
removeTriggers
triggerNames
- an array of String
objects.@Transactional(readOnly=false) String addCronTrigger(String id, ReportParameters criteria, DeliveryOptions deliveryOptions, String cronExpression, org.springframework.webflow.execution.RequestContext context)
addCronTrigger
id
- a String
object.criteria
- a ReportParameters
object.deliveryOptions
- a DeliveryOptions
object.cronExpression
- a String
object.context
- a RequestContext
object.String
object.@Transactional(readOnly=false) String execute(String id, ReportParameters criteria, DeliveryOptions deliveryOptions, org.springframework.webflow.execution.RequestContext context)
execute
id
- a String
object.criteria
- a ReportParameters
object.deliveryOptions
- a DeliveryOptions
object.context
- a RequestContext
object.String
object.Copyright © 2019. All rights reserved.