|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.publishing.PublishingQueueImpl
public class PublishingQueueImpl
Constructor Summary | |
---|---|
PublishingQueueImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
PublishingEventHelper publishingEventHelper)
|
Method Summary | |
---|---|
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. |
PublishingEventFilter |
createPublishingEventFilter()
|
StatusUpdate |
createStatusUpdate(java.lang.String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
java.util.Collection channelNames)
|
StatusUpdate |
createStatusUpdate(java.lang.String message,
org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo,
java.lang.String[] channelNames)
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
|
java.util.List |
getPublishingEvents(PublishingEventFilter filter)
|
java.lang.String |
scheduleNewEvent(PublishingDetails publishingDetails)
Adds the supplied publishing package onto the queue. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PublishingQueueImpl(org.alfresco.service.cmr.repository.NodeRef nodeRef, PublishingEventHelper publishingEventHelper)
Method Detail |
---|
public PublishingDetails createPublishingDetails()
PublishingQueue.scheduleNewEvent(PublishingDetails)
operation.
createPublishingDetails
in interface PublishingQueue
public StatusUpdate createStatusUpdate(java.lang.String message, org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo, java.lang.String[] channelNames)
public StatusUpdate createStatusUpdate(java.lang.String message, org.alfresco.service.cmr.repository.NodeRef nodeToLinkTo, java.util.Collection channelNames)
public java.util.List getPublishingEvents(PublishingEventFilter filter)
public PublishingEventFilter createPublishingEventFilter()
public java.lang.String scheduleNewEvent(PublishingDetails publishingDetails)
scheduleNewEvent
in interface PublishingQueue
publishingDetails
- The publishing package that is to be enqueued
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |