public interface PublishingPackage
| Modifier and Type | Method and Description |
|---|---|
Collection<PublishingPackageEntry> |
getEntries()
Retrieve the collection of publishing package entries contained by this publishing package.
|
Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> |
getEntryMap()
Returns a
Map from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry. |
Set<org.alfresco.service.cmr.repository.NodeRef> |
getNodesToPublish() |
Set<org.alfresco.service.cmr.repository.NodeRef> |
getNodesToUnpublish() |
Collection<PublishingPackageEntry> getEntries()
null.Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> getEntryMap()
Map from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry.Map of Publishing Package Entries.Set<org.alfresco.service.cmr.repository.NodeRef> getNodesToPublish()
Set of all the NodeRefs to be published.Copyright © 2005–2014 Alfresco Software. All rights reserved.