Implemented publishing-queue.post REST API method.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28632 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2011-06-27 20:30:37 +00:00
parent ba4fb00961
commit a1549380bf
8 changed files with 218 additions and 79 deletions

View File

@@ -70,7 +70,7 @@
<action class="org.alfresco.repo.workflow.jbpm.AlfrescoJavaScript">
<script>
var publishEventAction = actions.create("pub_publishEvent");
publishEventAction.execute(bpm_package);
publishEventAction.execute(pubwf_publishingEvent);
</script>
</action>
</event>