程序包 | 说明 |
---|---|
org.opencms.file.collectors |
Collectors allow to gather lists of OpenCms resources from the OpenCms VFS using specific rules.
|
org.opencms.loader |
Low-level functions to manage the loading of resources from the OpenCms VFS.
|
org.opencms.workplace |
The base classes for the OpenCms Workplace
(standard dialog, tab dialog, report based dialog)
and the Workplace configuration classes are located here.
|
org.opencms.workplace.commons |
Contains often used OpenCms Workplace dialogs, for example
for file operations, user preferences and project based operations like publishing.
|
org.opencms.workplace.explorer |
Contains the functions that generate the Workplace "Explorer" view, also contains
the "New resource" wizard.
|
org.opencms.workplace.list |
Generates the list views commonly used in the OpenCms Workplace "Administration" tools.
|
org.opencms.workplace.search |
Contains classes for the workplace search tool.
|
org.opencms.workplace.tools.accounts |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.content.check |
This package contains the tool classes for the content check tools administration view.
|
org.opencms.workplace.tools.link |
This package contains the tool classes for the link checking related administration views.
|
org.opencms.workplace.tools.projects |
This package contains the tool classes for the account management related administration views.
|
org.opencms.workplace.tools.searchindex.sourcesearch |
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsResourceCollector
Provides some helpful base implementations for resource collector classes.
|
class |
CmsCategoryResourceCollector
A collector to fetch XML contents in a folder or the current site filtered by one or more given category types.
|
class |
CmsChangedResourceCollector
A resource collector that collects resources changed in a given time frame and supports flexible sorting based on resource dates.
|
class |
CmsDateResourceCollector
A default resource collector that supports flexible sorting based on resource dates.
|
class |
CmsDefaultResourceCollector
A default resource collector to generate some example list of resources from the VFS.
|
class |
CmsPriorityResourceCollector
A collector to fetch sorted XML contents in a folder or subtree based on their priority
and date or title values.
|
class |
CmsSolrCollector
A Solr collector.
|
class |
CmsSubscriptionCollector
A collector that returns visited or subscribed resources depending on the current user and parameters.
|
class |
CmsTimeFrameCategoryCollector
A collector that allows to collect resources within a time range based upon
a configurable property that contains a time stamp.
|
限定符和类型 | 方法和说明 |
---|---|
int |
A_CmsResourceCollector.compareTo(I_CmsResourceCollector obj) |
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourceCollector |
CmsResourceManager.addContentCollector(java.lang.String className,
java.lang.String order)
Adds a given content collector class to the type manager.
|
I_CmsResourceCollector |
CmsResourceManager.getContentCollector(java.lang.String collectorName)
Returns the configured content collector with the given name, or
null if
no collector with this name is configured. |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsResourceCollector> |
CmsResourceManager.getRegisteredContentCollectors()
Returns an (unmodifiable) list of class names of all currently registered content collectors
(
I_CmsResourceCollector objects). |
限定符和类型 | 方法和说明 |
---|---|
I_CmsResourceCollector |
CmsWorkplaceSettings.getCollector()
Returns the collector object.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsWorkplaceSettings.setCollector(I_CmsResourceCollector collector)
Sets the collector object.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsDeleteBrokenRelationsCollector
Collector for resources with links that could get broken after deletion.
|
class |
CmsListResourceLinkRelationCollector
Collector for resources with relations to a given resource.
|
class |
CmsLockedResourcesCollector
Collector for locked resources.
|
class |
CmsPublishBrokenRelationsCollector
Collector for resources with links that could get broken after publishing.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsNewResourceXmlContentModelCollector
Collector for model files used in the list for the new XML content dialog.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
I_CmsListResourceCollector
Collector to provide
CmsResource objects for a explorer List. |
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsListResourceCollector
Collector to provide
CmsResource objects for a explorer List. |
限定符和类型 | 方法和说明 |
---|---|
int |
A_CmsListResourceCollector.compareTo(I_CmsResourceCollector arg0) |
限定符和类型 | 类和说明 |
---|---|
class |
CmsSearchResourcesCollector
Collector for receiving CmsResources from a search result set.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsShowOrgUnitResourcesCollector
Collector for organizational unit resources.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsContentCheckCollector
Collector for receiving
CmsResource objects from a CmsContentCheckResult . |
限定符和类型 | 类和说明 |
---|---|
class |
CmsInternalLinkValidationFilesCollector
Collector for file with broken links.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsProjectFilesCollector
Collector for
CmsResource objects from a project. |
限定符和类型 | 类和说明 |
---|---|
class |
CmsSourceSearchCollector
Collector for
CmsResource resources to do source search in. |