org.opencms.workplace.tools.content.check
public class CmsContentCheckCollector extends org.opencms.workplace.list.A_CmsListResourceCollector
CmsResource objects from a CmsContentCheckResult.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLLECTOR_NAME
Parameter of the default collector name.
|
static java.lang.String |
PARAM_ALL
Parameter to get all resources with errors and warnings.
|
static java.lang.String |
PARAM_ERROR
Parameter to get all resources with errors.
|
static java.lang.String |
PARAM_WARNING
Parameter to get all resources with warnings.
|
| Constructor and Description |
|---|
CmsContentCheckCollector(org.opencms.workplace.list.A_CmsListExplorerDialog wp,
CmsContentCheckResult results)
Constructor, creates a new CmsContentCheckCollector.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getCollectorNames() |
java.util.List |
getResources(org.opencms.file.CmsObject cms,
java.util.Map params) |
protected void |
setAdditionalColumns(org.opencms.workplace.list.CmsListItem item,
org.opencms.workplace.explorer.CmsResourceUtil resUtil) |
compareTo, createResourceListItem, getCreateLink, getCreateLink, getCreateParam, getCreateParam, getCreateTypeId, getDefaultCollectorName, getDefaultCollectorParam, getDummyListItem, getInternalResources, getListItems, getOrder, getResource, getResourceNamesFromParam, getResults, getResults, getResults, getState, getWp, setDefaultCollectorName, setDefaultCollectorParam, setOrder, setPage, setResourcesParampublic static final java.lang.String COLLECTOR_NAME
public static final java.lang.String PARAM_ALL
public static final java.lang.String PARAM_ERROR
public static final java.lang.String PARAM_WARNING
public CmsContentCheckCollector(org.opencms.workplace.list.A_CmsListExplorerDialog wp,
CmsContentCheckResult results)
wp - the workplace objectresults - a CmsContentCheckResult object, containing the results of the content check.public java.util.List getCollectorNames()
I_CmsResourceCollector.getCollectorNames()public java.util.List getResources(org.opencms.file.CmsObject cms,
java.util.Map params)
getResources in interface org.opencms.workplace.list.I_CmsListResourceCollectorgetResources in class org.opencms.workplace.list.A_CmsListResourceCollectorA_CmsListResourceCollector.getResources(org.opencms.file.CmsObject, java.util.Map)protected void setAdditionalColumns(org.opencms.workplace.list.CmsListItem item,
org.opencms.workplace.explorer.CmsResourceUtil resUtil)
setAdditionalColumns in class org.opencms.workplace.list.A_CmsListResourceCollectorA_CmsListResourceCollector.setAdditionalColumns(org.opencms.workplace.list.CmsListItem, org.opencms.workplace.explorer.CmsResourceUtil)