mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-21 18:09:20 +00:00
Start on ALF-4134 - Get Details webscript
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21666 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -897,6 +897,12 @@
|
||||
<property name="actionTrackingService" ref="actionTrackingService" />
|
||||
</bean>
|
||||
|
||||
<!-- Gets the details of a running action -->
|
||||
<bean id="webscript.org.alfresco.repository.action.running-action.get"
|
||||
class="org.alfresco.repo.web.scripts.action.RunningActionGet"
|
||||
parent="abstractActionWebScript">
|
||||
</bean>
|
||||
|
||||
<!-- Lists the running actions -->
|
||||
<bean id="webscript.org.alfresco.repository.action.running-actions.get"
|
||||
class="org.alfresco.repo.web.scripts.action.RunningActionsGet"
|
||||
|
Reference in New Issue
Block a user