public class PublishingPackageImpl extends java.lang.Object implements PublishingPackage
Constructor and Description |
---|
PublishingPackageImpl(java.util.Map entries) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getEntries()
Retrieve the collection of publishing package entries contained by this publishing package.
|
java.util.Map |
getEntryMap()
Returns a
Map from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry . |
java.util.Set |
getNodesToPublish() |
java.util.Set |
getNodesToUnpublish() |
public java.util.Collection getEntries()
getEntries
in interface PublishingPackage
null
.public java.util.Map getEntryMap()
PublishingPackage
Map
from the NodeRef
to be published/unpublished to the corresponding PublishingPackageEntry
.getEntryMap
in interface PublishingPackage
Map
of Publishing Package Entries.public java.util.Set getNodesToPublish()
getNodesToPublish
in interface PublishingPackage
Set
of all the NodeRef
s to be published.public java.util.Set getNodesToUnpublish()
getNodesToUnpublish
in interface PublishingPackage
Set
of all the NodeRef
s to be unpublished.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.