mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user