org.alfresco.service.cmr.publishing
Interface PublishingPackage

All Known Implementing Classes:
PublishingPackageImpl

public interface PublishingPackage

Since:
4.0

Method Summary
 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()
           
 

Method Detail

getEntries

java.util.Collection getEntries()
Retrieve the collection of publishing package entries contained by this publishing package.

Returns:
The collection of publishing package entries. Never null.

getEntryMap

java.util.Map getEntryMap()
Returns a Map from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry.

Returns:
the Map of Publishing Package Entries.

getNodesToPublish

java.util.Set getNodesToPublish()
Returns:
a Set of all the NodeRefs to be published.

getNodesToUnpublish

java.util.Set getNodesToUnpublish()
Returns:
a Set of all the NodeRefs to be unpublished.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.