Package org.nuxeo.ecm.core.scheduler
Class EventJob
- java.lang.Object
-
- org.nuxeo.ecm.core.scheduler.EventJob
-
-
Constructor Summary
Constructors Constructor Description EventJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
EventJob
public EventJob()
-
-
Method Detail
-
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
protected void execute(org.quartz.JobDataMap dataMap) throws LoginException
- Throws:
LoginException
-
loginSystemOrUser
protected NuxeoLoginContext loginSystemOrUser(String username) throws LoginException
- Throws:
LoginException
-
-