Class CmsProjectFilesCollector
java.lang.Object
org.opencms.workplace.list.A_CmsListResourceCollector
org.opencms.workplace.tools.projects.CmsProjectFilesCollector
- All Implemented Interfaces:
Comparable<org.opencms.file.collectors.I_CmsResourceCollector>,org.opencms.file.collectors.I_CmsCollectorPublishListProvider,org.opencms.file.collectors.I_CmsResourceCollector,I_CmsListResourceCollector
Collector for
CmsResource objects from a project.- Since:
- 6.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringParameter of the default collector name.static final StringProject Parameter name constant.static final StringResource state Parameter name constant.Fields inherited from class org.opencms.workplace.list.A_CmsListResourceCollector
m_collectorParameter, m_liCache, m_resCache, m_resources, VFS_PATH_NONEFields inherited from interface org.opencms.workplace.list.I_CmsListResourceCollector
PARAM_FILTER, PARAM_ORDER, PARAM_PAGE, PARAM_RESOURCES, PARAM_SORTBY, SEP_KEYVAL, SEP_PARAMFields inherited from interface org.opencms.file.collectors.I_CmsResourceCollector
DEFAULT_LIMIT -
Constructor Summary
ConstructorsConstructorDescriptionCmsProjectFilesCollector(A_CmsListExplorerDialog wp, org.opencms.util.CmsUUID projectId, org.opencms.db.CmsResourceState state) Constructor, creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptiongetResources(org.opencms.file.CmsObject cms, Map params) Returns all, unsorted and unfiltered, resources.protected voidsetAdditionalColumns(CmsListItem item, org.opencms.workplace.explorer.CmsResourceUtil resUtil) Set additional column entries for a resource.Methods inherited from class org.opencms.workplace.list.A_CmsListResourceCollector
compareTo, createResourceListItem, getCreateLink, getCreateLink, getCreateParam, getCreateParam, getCreateTypeId, getDefaultCollectorName, getDefaultCollectorParam, getDummyListItem, getInternalResources, getListItems, getOrder, getPublishResources, getResource, getResourceNamesFromParam, getResults, getResults, getResults, getState, getWp, setDefaultCollectorName, setDefaultCollectorParam, setOrder, setPage, setResourcesParam
-
Field Details
-
COLLECTOR_NAME
Parameter of the default collector name.- See Also:
-
PARAM_PROJECT
Project Parameter name constant.- See Also:
-
PARAM_STATE
Resource state Parameter name constant.- See Also:
-
-
Constructor Details
-
CmsProjectFilesCollector
public CmsProjectFilesCollector(A_CmsListExplorerDialog wp, org.opencms.util.CmsUUID projectId, org.opencms.db.CmsResourceState state) Constructor, creates a new instance.- Parameters:
wp- the workplace objectprojectId- the id of the projectstate- the state of the resources to filter
-
-
Method Details
-
getCollectorNames
- See Also:
-
getResources
public List getResources(org.opencms.file.CmsObject cms, Map params) throws org.opencms.main.CmsException Description copied from class:A_CmsListResourceCollectorReturns all, unsorted and unfiltered, resources.Be sure to cache the resources.
- Specified by:
getResourcesin interfaceI_CmsListResourceCollector- Specified by:
getResourcesin classA_CmsListResourceCollector- Parameters:
cms- the cms objectparams- the parameter map- Returns:
- a list of
CmsResourceobjects - Throws:
org.opencms.main.CmsException- if something goes wrong- See Also:
-
setAdditionalColumns
protected void setAdditionalColumns(CmsListItem item, org.opencms.workplace.explorer.CmsResourceUtil resUtil) Description copied from class:A_CmsListResourceCollectorSet additional column entries for a resource.Overwrite this method to set additional column entries.
- Specified by:
setAdditionalColumnsin classA_CmsListResourceCollector- Parameters:
item- the current list itemresUtil- the resource util object for getting the info from- See Also:
-