Scheduled publishing in Nuxeo

View: New views
6 Messages — Rating Filter:   Alert me  

Scheduled publishing in Nuxeo

by jiveforums-ecm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, am new to Nuxeo and have been looking through the documentation and this list to try to find an answer to this question. Section 9.8 in the reference guide is titled 'Scheduling' but is just a TODO right now.

My question is how scheduled publishing works in Nuxeo, or how much effort it would be to enable this? If we are using WebEngine to publish custom document types in Nuxeo, how would an editor schedule a change in the middle of the night, for example. Could they associate a number of changes and publish them together?

Any help much appreciated.
Alfie.
--
Posted by "jugglingcats" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8511>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: Scheduled publishing in Nuxeo

by jiveforums-ecm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can use the scheduling to send event:
http://hg.nuxeo.org/nuxeo/nuxeo-services/file/4645d0a6b529/nuxeo-platform-scheduler-core/src/main/resources/OSGI-INF/nxscheduler-service.xml
then you create listener that listen to that event to do what you need.
--
Posted by "arussel" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8520>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: Scheduled publishing in Nuxeo

by jiveforums-ecm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the response, that helps clear up how to register a scheduled event, but doesn't really answer the question about the higher level requirement to have scheduled publishing of content. Should I take it that this is something that is roll-your-own for each Nuxeo implementation as required?

Thanks, Alfie.
--
Posted by "jugglingcats" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8525>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: Scheduled publishing in Nuxeo

by dbgrant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Alfie,

Attached is an example of listeners and custom events. Only the domino-specific code has been removed.

Regards,
Bruce.
--------------------
metaLogic

-----<jiveforums-ecm@...> wrote: -----

To: ecm@...
From: <jiveforums-ecm@...>
Date: 2009/10/12 02:10PM
Subject: [Ecm] Scheduled publishing in Nuxeo

Hi, am new to Nuxeo and have been looking through the documentation and this list to try to find an answer to this question. Section 9.8 in the reference guide is titled 'Scheduling' but is just a TODO right now.

My question is how scheduled publishing works in Nuxeo, or how much effort it would be to enable this? If we are using WebEngine to publish custom document types in Nuxeo, how would an editor schedule a change in the middle of the night, for example. Could they associate a number of changes and publish them together?

Any help much appreciated.
Alfie.
--
Posted by "jugglingcats" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8511>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm



------------------------------------------
The content of this mail message is private and confidential
and only intended for the recipient. If you are not the intended
recipient please delete this message.





_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

PublishListenerV1.java (3K) Download Attachment
listenersV1-contrib.xml (1K) Download Attachment
eventsV1-contrib.xml (704 bytes) Download Attachment
DominoListenerV1.java (4K) Download Attachment

Re: Scheduled publishing in Nuxeo

by jiveforums-ecm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There isn't a system that publishes a document at scheduled time out of the box in Nuxeo so you need to create a plugin that would do it.
You can play with the publication but also with the permission, for the end user the result would be the same.
1. you create a listener that restrict the rights of a published document to no one (or just the administrator) so basically it would not appear in the section.
2. at scheduled time, you change the rights of the document published during the last 24 hours so normal user can see it.
That way, you don't have to keep in memory the list of document and sections you published to.
--
Posted by "arussel" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8531>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Re: Scheduled publishing in Nuxeo

by jiveforums-ecm :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Actually, Bruce answerd also answered you from the list, and his answer was not synchonized.

(and there is no way fro the forum to attach documents)
--
Posted by "aescaffre" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2910#8569>
_______________________________________________
ECM mailing list
ECM@...
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm