Scheduled action executor - Unit tests for most execution cases, persistance still TODO (ALF-4346)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21846 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-08-17 16:53:57 +00:00
parent 177d2f46da
commit f4d3f870f5
6 changed files with 226 additions and 23 deletions

View File

@@ -58,6 +58,14 @@ public class ScheduledPersistedActionImpl implements ScheduledPersistedAction
return persistedAtNodeRef;
}
/**
* Record where this schedule is persisted
*/
protected void setPersistedAtNodeRef(NodeRef nodeRef)
{
this.persistedAtNodeRef = nodeRef;
}
/** Get the action which the schedule applies to */
public Action getAction()
{