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