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