Nuxeo 5

Nuxeo 5 Component
org.nuxeo.ecm.platform.scheduler.core.service.SchedulerRegistryService

Individual Documentation Coverage

done proportion
100.0 %


Core scheduler registry service.




Author: Florent Guillaume

Version: 1.0

Location: nuxeo-services/nuxeo-platform-scheduler-core/src/main/resources/OSGI-INF/nxscheduler-service.xml

Require

No requirements

Required by

Implementation


Extension Points:

schedule


Extension allowing the registration of schedules.
This is similar to a cron job sending events.

A scheduler definition contains information about what event is sent,
when, and under what identity.

For instance :

        <schedule id="mySchedule">
          <username>Administrator</username>
          <password>Administrator</password>
          <eventId>myEvent</eventId>
          <eventCategory>default</eventCategory>
          <cronExpression>0 0 3 1 * ?</cronExpression>
        </schedule>



org.quartz.CronTrigger



Has contribution from:

Last generation: 18:21:25 CEST 11/07/2009