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 PublishingPackagenull.public java.util.Map getEntryMap()
PublishingPackageMap from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry.getEntryMap in interface PublishingPackageMap of Publishing Package Entries.public java.util.Set getNodesToPublish()
getNodesToPublish in interface PublishingPackageSet of all the NodeRefs to be published.public java.util.Set getNodesToUnpublish()
getNodesToUnpublish in interface PublishingPackageSet of all the NodeRefs to be unpublished.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.