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 PublishingPackage
null
.public Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> getEntryMap()
PublishingPackage
Map
from the NodeRef
to be published/unpublished to the corresponding PublishingPackageEntry
.getEntryMap
in interface PublishingPackage
Map
of Publishing Package Entries.public Set<org.alfresco.service.cmr.repository.NodeRef> getNodesToPublish()
getNodesToPublish
in interface PublishingPackage
Set
of all the NodeRef
s to be published.public Set<org.alfresco.service.cmr.repository.NodeRef> getNodesToUnpublish()
getNodesToUnpublish
in interface PublishingPackage
Set
of all the NodeRef
s to be unpublished.Copyright © 2005–2017 Alfresco Software. All rights reserved.