@Name(value="contentViewConfigurationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class ContentViewConfigurationActions extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected org.nuxeo.ecm.platform.contentview.jsf.ContentViewService |
contentViewService |
protected NavigationContext |
navigationContext |
protected ResourcesAccessor |
resourcesAccessor |
protected org.nuxeo.ecm.core.schema.SchemaManager |
schemaManager |
protected TypeManager |
typeManager |
| Constructor and Description |
|---|
ContentViewConfigurationActions() |
| Modifier and Type | Method and Description |
|---|---|
List<javax.faces.model.SelectItem> |
getAvailableContentViews() |
List<javax.faces.model.SelectItem> |
getAvailableDocTypes() |
protected org.nuxeo.ecm.core.schema.SchemaManager |
getSchemaManager() |
protected transient org.nuxeo.ecm.core.schema.SchemaManager schemaManager
@In(create=true) protected transient TypeManager typeManager
@In(create=true) protected transient NavigationContext navigationContext
@In(create=true) protected org.nuxeo.ecm.platform.contentview.jsf.ContentViewService contentViewService
@In(create=true) protected ResourcesAccessor resourcesAccessor
protected org.nuxeo.ecm.core.schema.SchemaManager getSchemaManager()
throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic List<javax.faces.model.SelectItem> getAvailableDocTypes() throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic List<javax.faces.model.SelectItem> getAvailableContentViews() throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionCopyright © 2020 Nuxeo SA. All rights reserved.