public class CmsDefaultCollectorPublishListProvider extends java.lang.Object implements I_CmsCollectorPublishListProvider
Uses a CmsCollectorPublishListHelper to generate the publish list for a collector.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LIMIT
The default limit for collector results.
|
| Constructor and Description |
|---|
CmsDefaultCollectorPublishListProvider() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<CmsResource> |
getPublishResources(CmsObject cms,
I_CmsContentLoadCollectorInfo info)
Gets the publish list for the collector.
|
public static final int DEFAULT_LIMIT
public CmsDefaultCollectorPublishListProvider()
public java.util.Set<CmsResource> getPublishResources(CmsObject cms, I_CmsContentLoadCollectorInfo info) throws CmsException
I_CmsCollectorPublishListProvidergetPublishResources in interface I_CmsCollectorPublishListProvidercms - the CMS context to useinfo - the collector informationCmsException - if soemthing goes wrongI_CmsCollectorPublishListProvider.getPublishResources(org.opencms.file.CmsObject, org.opencms.gwt.shared.I_CmsContentLoadCollectorInfo)