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
scheduleNewEvent(PublishingDetails) operation. |
String |
scheduleNewEvent(PublishingDetails publishingDetails)
Adds the supplied publishing package onto the queue.
|
PublishingDetails createPublishingDetails()
scheduleNewEvent(PublishingDetails)
operation.String scheduleNewEvent(PublishingDetails publishingDetails)
publishingDetails
- The publishing package that is to be enqueuedCopyright © 2005–2017 Alfresco Software. All rights reserved.