|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PublishingPackageEntry
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
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 request
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||