Package | Description |
---|---|
org.alfresco.repo.publishing | |
org.alfresco.service.cmr.publishing |
Modifier and Type | Method and Description |
---|---|
Collection<PublishingPackageEntry> |
PublishingPackageImpl.getEntries()
Retrieve the collection of publishing package entries contained by this publishing package.
|
Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> |
PublishingPackageImpl.getEntryMap() |
Modifier and Type | Method and Description |
---|---|
org.alfresco.service.cmr.repository.NodeRef |
ChannelImpl.publishEntry(PublishingPackageEntry entry,
org.alfresco.service.cmr.repository.NodeRef eventNode) |
void |
ChannelImpl.unpublishEntry(PublishingPackageEntry entry) |
Constructor and Description |
---|
PublishingPackageImpl(Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> entries) |
Modifier and Type | Method and Description |
---|---|
Collection<PublishingPackageEntry> |
PublishingPackage.getEntries()
Retrieve the collection of publishing package entries contained by this publishing package.
|
Map<org.alfresco.service.cmr.repository.NodeRef,PublishingPackageEntry> |
PublishingPackage.getEntryMap()
Returns a
Map from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry . |
Copyright © 2005–2017 Alfresco Software. All rights reserved.