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, getNodeRef
public 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–2017 Alfresco Software. All rights reserved.