Package org.nuxeo.ecm.core.scheduler
Class EventJob
java.lang.Object
org.nuxeo.ecm.core.scheduler.EventJob
- All Implemented Interfaces:
org.quartz.Job
A Quartz job whose execution sends a configured event.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
execute
(org.quartz.JobDataMap dataMap) void
execute
(org.quartz.JobExecutionContext context) Job execution to send the configured event.protected NuxeoLoginContext
loginSystemOrUser
(String username)
-
Constructor Details
-
EventJob
public EventJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Job execution to send the configured event.- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-
execute
- Throws:
LoginException
-
loginSystemOrUser
- Throws:
LoginException
-