General Actions:
Log-in
Wiki:
L3D's Wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
SchedulerJobSheet
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
XWiki Scheduler Job Class
»
Scheduler Job Sheet
Wiki source code of
Scheduler Job Sheet
Last modified by
Administrator
on 2011/03/02 17:34
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: {{velocity}} 2: #if($doc.getObject('XWiki.SchedulerJobClass')) 3: #set($job = $doc.getObject("XWiki.SchedulerJobClass")) 4: **$msg.get("xe.scheduler.job.name")** 5: 6: $!doc.display('jobName') 7: 8: **$msg.get("xe.scheduler.job.description")** 9: 10: $!doc.display('jobDescription') 11: 12: **$msg.get("xe.scheduler.job.expression")** 13: 14: $!doc.display('cron') 15: 16: **$msg.get("xe.scheduler.job.script")** 17: 18: #if($xcontext.action=="inline") 19: $!doc.display("script") 20: #elseif($xcontext.action=="view" && "$!job.getProperty('script').value" !="") 21: {{code language="java"}} 22: $job.getProperty('script').value 23: {{/code}} 24: #end 25: 26: #if($xcontext.action=="inline") 27: {{info}}$msg.get('xe.scheduler.job.scriptexplanation')){{/info}} 28: 29: {{info}}"Below some example of valid cron expression, from the [[official quartz scheduler documentation>>http://www.opensymphony.com/quartz/api/org/quartz/CronExpression.html>_blank]]: 30: 31: |= Cron expression |= Meaning 32: | **0 15 10 * * ?** | Fire at 10:15am every day 33: | **0 15 10 ? * MON-FRI** | Fire at 10:15am every Monday, Tuesday, Wednesday, Thursday and Friday 34: | ** 0 0/5 14 * * ?** | Fire every 5 minutes starting at 2pm and ending at 2:55pm, every day 35: | ** 0 15 10 ? * 6L** | Fire at 10:15am on the last Friday of every month 36: {{/info}} 37: 38: #elseif($xcontext.action=="view") 39: [[$msg.get("xe.scheduler.job.backtolist")>>Scheduler.WebHome]] 40: #end 41: #else 42: {{warning}}$msg.get('xe.scheduler.job.object'){{/warning}} 43: #end 44: {{/velocity}}
Quick Links
L3D Calendar
Wiki Dashboard
Document Index
Blog
Sandbox