Class DefaultCreationContainerListProvider
java.lang.Object
org.nuxeo.ecm.platform.filemanager.service.extension.AbstractCreationContainerListProvider
org.nuxeo.ecm.platform.filemanager.service.extension.DefaultCreationContainerListProvider
- All Implemented Interfaces:
CreationContainerListProvider
Default contribution to the CreationContainerListProvider extension point that find the list of Workspaces the user
has the right to create new document into.
The filtered list is sorted
- Author:
- Olivier Grisel
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected PageProviderService
Deprecated.since 11.1. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCreationContainerList
(CoreSession documentManager, String docType) Build the list of candidate containers for the given document type and session.protected PageProviderService
Deprecated.since 11.1.Methods inherited from class org.nuxeo.ecm.platform.filemanager.service.extension.AbstractCreationContainerListProvider
accept, equals, getDocTypes, getName, hashCode, setDocTypes, setName
-
Field Details
-
CONTAINER_LIST_PROVIDER_QM
- See Also:
-
ppService
Deprecated.since 11.1. UseFramework.getService(Class)
withPageProviderService
instead.
-
-
Constructor Details
-
DefaultCreationContainerListProvider
public DefaultCreationContainerListProvider()
-
-
Method Details
-
getPageProviderService
Deprecated.since 11.1. UseFramework.getService(Class)
withPageProviderService
instead. -
getCreationContainerList
Description copied from interface:CreationContainerListProvider
Build the list of candidate containers for the given document type and session.- Parameters:
documentManager
- the current session contextdocType
- the type of document to create- Returns:
- the list of candidate containers
-