public class KudosJob extends Object implements org.quartz.StatefulJob
Certain items/events have weightings, these are calculated and summed to give a score.
That score is then divided by the total number of possible items/weightings and converted to a percentage
to give the total kudos ranking for the user.
| Constructor and Description |
|---|
KudosJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
void |
init() |
Copyright © 2008–2017 The Sakai Foundation. All rights reserved.