public interface PublishingQueue
| Modifier and Type | Method and Description |
|---|---|
PublishingDetails |
createPublishingDetails()
A factory method to create an empty publishing package that can be populated before being passed into
a call to the
PublishingQueue.scheduleNewEvent(PublishingDetails) operation. |
java.lang.String |
scheduleNewEvent(PublishingDetails publishingDetails)
Adds the supplied publishing package onto the queue.
|
PublishingDetails createPublishingDetails()
PublishingQueue.scheduleNewEvent(PublishingDetails) operation.java.lang.String scheduleNewEvent(PublishingDetails publishingDetails)
publishingDetails - The publishing package that is to be enqueuedCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.