Uses of Interface
org.nuxeo.ecm.core.scheduler.EventJobFactory
-
Packages that use EventJobFactory Package Description org.nuxeo.ecm.core.scheduler -
-
Uses of EventJobFactory in org.nuxeo.ecm.core.scheduler
Classes in org.nuxeo.ecm.core.scheduler that implement EventJobFactory Modifier and Type Class Description class
DefaultEventJobFactory
Fields in org.nuxeo.ecm.core.scheduler with type parameters of type EventJobFactory Modifier and Type Field Description Class<? extends EventJobFactory>
ScheduleImpl. jobFactoryClass
Methods in org.nuxeo.ecm.core.scheduler that return EventJobFactory Modifier and Type Method Description EventJobFactory
Schedule. getJobFactory()
Returns an instance of theEventJobFactory
(DefaultEventJobFactory
by default).EventJobFactory
ScheduleImpl. getJobFactory()
-