|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.repo.publishing.PublishingPackageImpl
public class PublishingPackageImpl
| Constructor Summary | |
|---|---|
PublishingPackageImpl(java.util.Map entries)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PublishingPackageImpl(java.util.Map entries)
| Method Detail |
|---|
public java.util.Collection getEntries()
getEntries in interface PublishingPackagenull.public java.util.Map getEntryMap()
PublishingPackageMap from the NodeRef to be published/unpublished to the corresponding PublishingPackageEntry.
getEntryMap in interface PublishingPackageMap of Publishing Package Entries.public java.util.Set getNodesToPublish()
getNodesToPublish in interface PublishingPackageSet of all the NodeRefs to be published.public java.util.Set getNodesToUnpublish()
getNodesToUnpublish in interface PublishingPackageSet of all the NodeRefs to be unpublished.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||