public class PublishingPackageImpl extends Object implements PublishingPackage
| Constructor and Description |
|---|
PublishingPackageImpl(Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> entries) |
| 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() |
public PublishingPackageImpl(Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> entries)
public Collection<PublishingPackageEntry> getEntries()
getEntries in interface PublishingPackagenull.public Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> getEntryMap()
PublishingPackageMap from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry.getEntryMap in interface PublishingPackageMap of Publishing Package Entries.public Set<org.alfresco.service.cmr.repository.NodeRef> getNodesToPublish()
getNodesToPublish in interface PublishingPackageSet of all the NodeRefs to be published.public Set<org.alfresco.service.cmr.repository.NodeRef> getNodesToUnpublish()
getNodesToUnpublish in interface PublishingPackageSet of all the NodeRefs to be unpublished.Copyright © 2005–2018 Alfresco Software. All rights reserved.