Added a new REST method, publishing-events-query.post which allows you to query for publishing events based on id or published nodes.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28846 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2011-07-07 11:53:12 +00:00
parent e9003e53bd
commit ba3e846eb5
15 changed files with 944 additions and 302 deletions

View File

@@ -1114,6 +1114,16 @@
class="org.alfresco.repo.web.scripts.publishing.PublishingQueuePost"
parent="webscript">
<property name="publishingService" ref="publishingService" />
<property name="channelService" ref="channelService" />
<property name="defaultEnvironmentId" value="${publishing.default.environment}" />
</bean>
<!-- Post Publishing Events Query web script -->
<bean id="webscript.org.alfresco.repository.publishing.publishing-events-query.post"
class="org.alfresco.repo.web.scripts.publishing.PUblishingEventsQueryPost"
parent="webscript">
<property name="publishingService" ref="publishingService" />
<property name="channelService" ref="channelService" />
<property name="defaultEnvironmentId" value="${publishing.default.environment}" />
</bean>
@@ -1449,4 +1459,4 @@
parent="abstractCalendarWebScript">
</bean>
</beans>
</beans>