|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishingService
Method Summary | |
---|---|
void |
cancelPublishingEvent(java.lang.String id)
Request that the specified publishing event be cancelled. |
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.util.List |
getPublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef publishedNode)
Retrieve a list of publishing events for which the specified node was published. |
PublishingEvent |
getPublishingEvent(java.lang.String id)
Retrieve the publishing event that has the specified identifier |
java.util.List |
getUnpublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef unpublishedNode)
Retrieve a list of publishing events for which the specified node was unpublished. |
java.lang.String |
scheduleNewEvent(PublishingDetails publishingDetails)
Adds the supplied publishing package onto the queue. |
Method Detail |
---|
PublishingEvent getPublishingEvent(java.lang.String id)
id
- The identifier of the required publishing event
null
if no such publishing event can
be locatedjava.util.List getPublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef publishedNode)
node
was published.
publishedNode
- The node that was published.
PublishingEvent
s.java.util.List getUnpublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef unpublishedNode)
node
was unpublished.
unpublishedNode
- The node that was unpublished.
PublishingEvent
s.void cancelPublishingEvent(java.lang.String id)
id
- The identifier of the publishing event that is to be cancelled.PublishingDetails createPublishingDetails()
PublishingQueue.scheduleNewEvent(PublishingDetails)
operation.
java.lang.String scheduleNewEvent(PublishingDetails publishingDetails)
publishingDetails
- The publishing package that is to be enqueued
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |