Start tracking when scheduled persisted actions run, so we can tweak the next run times at startup (ALF-4505)

Note - some tests broken, commit needed for Derek to investigate these


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@22090 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-08-31 14:57:54 +00:00
parent ef8bfe2f7c
commit 1136abdeac
6 changed files with 104 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ public interface ActionModel
static final QName PROP_START_DATE = QName.createQName(ACTION_MODEL_URI, "startDate");
static final QName PROP_INTERVAL_COUNT = QName.createQName(ACTION_MODEL_URI, "intervalCount");
static final QName PROP_INTERVAL_PERIOD = QName.createQName(ACTION_MODEL_URI, "intervalPeriod");
static final QName PROP_LAST_EXECUTED_AT = QName.createQName(ACTION_MODEL_URI, "lastExecutedAt");
static final QName ASSOC_SCHEDULED_ACTION = QName.createQName(ACTION_MODEL_URI, "scheduledAction");
//static final QName ASPECT_ACTIONABLE = QName.createQName(ACTION_MODEL_URI, "actionable");