| Package | Description |
|---|---|
| org.alfresco.repo.publishing | |
| org.alfresco.service.cmr.publishing |
| Modifier and Type | Class and Description |
|---|---|
class |
MutablePublishingEventImpl |
class |
PublishingEventImpl |
| Modifier and Type | Method and Description |
|---|---|
PublishingEvent |
PublishingEventHelper.getPublishingEvent(org.alfresco.service.cmr.repository.NodeRef eventNode) |
PublishingEvent |
PublishingEventHelper.getPublishingEvent(String id) |
PublishingEvent |
PublishServiceImpl.getPublishingEvent(String id)
Retrieve the publishing event that has the specified identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<PublishingEvent> |
PublishingEventHelper.findPublishingEvents(org.alfresco.service.cmr.repository.NodeRef queue,
PublishingEventFilter filter) |
List<PublishingEvent> |
PublishServiceImpl.getPublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef publishedNode)
Retrieve a list of publishing events for which the specified
node was published. |
List<PublishingEvent> |
PublishingEventHelper.getPublishingEvents(List<org.alfresco.service.cmr.repository.NodeRef> eventNodes) |
List<PublishingEvent> |
PublishingQueueImpl.getPublishingEvents(PublishingEventFilter filter) |
List<PublishingEvent> |
PublishServiceImpl.getUnpublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef unpublishedNode)
Retrieve a list of publishing events for which the specified
node was unpublished. |
| Modifier and Type | Method and Description |
|---|---|
int |
PublishingEventImpl.compareTo(PublishingEvent event) |
void |
ChannelImpl.publishEvent(PublishingEvent event) |
| Constructor and Description |
|---|
PublishingEventImpl(PublishingEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutablePublishingEvent
An extension of the
PublishingEvent interface that allows some changes to be made. |
| Modifier and Type | Method and Description |
|---|---|
PublishingEvent |
NodePublishStatusPublished.getLatestPublishingEvent()
Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.
|
PublishingEvent |
NodePublishStatusPublishedAndOnQueue.getLatestPublishingEvent()
Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.
|
PublishingEvent |
PublishingService.getPublishingEvent(String id)
Retrieve the publishing event that has the specified identifier
|
PublishingEvent |
NodePublishStatusOnQueue.getQueuedPublishingEvent() |
PublishingEvent |
NodePublishStatusPublishedAndOnQueue.getQueuedPublishingEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<PublishingEvent> |
PublishingService.getPublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef publishedNode)
Retrieve a list of publishing events for which the specified
node was published. |
List<PublishingEvent> |
PublishingService.getUnpublishEventsForNode(org.alfresco.service.cmr.repository.NodeRef unpublishedNode)
Retrieve a list of publishing events for which the specified
node was unpublished. |
| Constructor and Description |
|---|
NodePublishStatusOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String channelName,
PublishingEvent queuedEvent) |
NodePublishStatusPublished(org.alfresco.service.cmr.repository.NodeRef node,
String channelId,
PublishingEvent lastEvent) |
NodePublishStatusPublishedAndOnQueue(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String channelName,
PublishingEvent queuedPublishingEvent,
PublishingEvent latestPublishingEvent) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.