|
|||||||||
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 PublishingPackage
null
.public java.util.Map getEntryMap()
PublishingPackage
Map
from the NodeRef
to be published/unpublished to the corresponding PublishingPackageEntry
.
getEntryMap
in interface PublishingPackage
Map
of Publishing Package Entries.public java.util.Set getNodesToPublish()
getNodesToPublish
in interface PublishingPackage
Set
of all the NodeRef
s to be published.public java.util.Set getNodesToUnpublish()
getNodesToUnpublish
in interface PublishingPackage
Set
of all the NodeRef
s to be unpublished.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |