org.alfresco.service.cmr.publishing
Interface PublishingPackage
- All Known Implementing Classes:
- PublishingPackageImpl
public interface PublishingPackage
- Since:
- 4.0
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 NodeRef
s to be published.
getNodesToUnpublish
java.util.Set getNodesToUnpublish()
- Returns:
- a
Set
of all the NodeRef
s to be unpublished.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.