Individual Documentation Coverage
Core scheduler registry service.
Version: 1.0
Location: nuxeo-services/nuxeo-platform-scheduler-core/src/main/resources/OSGI-INF/nxscheduler-service.xml
No requirements
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>
Last generation: 18:21:25 CEST 11/07/2009