Package | Description |
---|---|
org.alfresco.repo.publishing | |
org.alfresco.repo.web.scripts.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 |
PublishServiceImpl.getPublishingEvent(String id)
Retrieve the publishing event that has the specified identifier
|
PublishingEvent |
PublishingEventHelper.getPublishingEvent(String id) |
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 | Method and Description |
---|---|
Map<String,Object> |
PublishingModelBuilder.buildPublishingEvent(PublishingEvent event,
ChannelService channelService) |
Map<String,Object> |
PublishingModelBuilder.buildPublishingEventForNode(PublishingEvent event,
org.alfresco.service.cmr.repository.NodeRef node,
ChannelService channelService) |
static String |
PublishingModelBuilder.getUrl(PublishingEvent event) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
PublishingModelBuilder.buildPublishingEvents(List<PublishingEvent> events,
ChannelService channelService) |
List<Map<String,Object>> |
PublishingModelBuilder.buildPublishingEventsForNode(List<PublishingEvent> events,
org.alfresco.service.cmr.repository.NodeRef node,
ChannelService channelService) |
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–2017 Alfresco Software. All rights reserved.