public class NodePublishStatusPublished extends BaseNodePublishStatus
NodePublishStatus.Status| Constructor and Description |
|---|
NodePublishStatusPublished(org.alfresco.service.cmr.repository.NodeRef node,
String channelId,
PublishingEvent lastEvent) |
| Modifier and Type | Method and Description |
|---|---|
PublishingEvent |
getLatestPublishingEvent()
Retrieve the most recent publishing event that affected (created or updated) the node relevant to this status.
|
NodePublishStatus.Status |
getStatus() |
<T> T |
visit(NodePublishStatusVisitor<T> visitor) |
getChannelId, getNodeRefpublic NodePublishStatusPublished(org.alfresco.service.cmr.repository.NodeRef node,
String channelId,
PublishingEvent lastEvent)
public <T> T visit(NodePublishStatusVisitor<T> visitor)
public PublishingEvent getLatestPublishingEvent()
public NodePublishStatus.Status getStatus()
Copyright © 2005–2014 Alfresco Software. All rights reserved.