public interface PublishingPackageEntry
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
Retrieve the identifier of the node that this publishing package entry
relates to
|
NodeSnapshot |
getSnapshot()
Retrieve the snapshot of the node that is held as the payload of this
publishing package entry.
|
boolean |
isPublish()
Determine if this entry relates to a publish request or an unpublish
request
|
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
NodeSnapshot getSnapshot()
null
if this is an "unpublish" entry). The snapshot is taken when
the containing publishing package is placed on the publishing queue, so if this operation is called before that point
then it will return null
.boolean isPublish()
true
if this entry relates to a publish request and
false
if it relates to an unpublish requestCopyright © 2005–2017 Alfresco Software. All rights reserved.