Package | Description |
---|---|
org.nuxeo.ecm.automation.io.services.enricher |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentEnricher
Deprecated.
The JSON marshalling was migrated to nuxeo-core-io. An enricher system is also available. See
org.nuxeo.ecm.core.io.marshallers.json.enrichers.BreadcrumbJsonEnricher for an example. To migrate an
existing enricher, keep the marshalling code and use it in class implementing
AbstractJsonEnricher<DocumentModel> (the use of contextual parameters is a bit different but
compatible / you have to manage the enricher's parameters yourself). Don't forget to contribute to
service org.nuxeo.ecm.core.io.registry.MarshallerRegistry to register your enricher.
|
class |
ACLContentEnricher
Deprecated.
This enricher was migrated to
ACLJsonEnricher . The content enricher
service doesn't work anymore. |
class |
BreadcrumbEnricher
Deprecated.
This enricher was migrated to
BreadcrumbJsonEnricher . The content enricher service doesn't work
anymore. |
class |
ChildrenEnricher
Deprecated.
This enricher was migrated to
ChildrenJsonEnricher . The content enricher service doesn't work
anymore. |
class |
PreviewContentEnricher
Deprecated.
This enricher was migrated to
PreviewJsonEnricher . The content enricher service doesn't work
anymore. |
class |
ThumbnailContentEnricher
Deprecated.
This enricher was migrated to
ThumbnailJsonEnricher . The content enricher service doesn't work
anymore. |
class |
UserPermissionsContentEnricher
Deprecated.
This enricher was migrated to
BasePermissionsJsonEnricher . The content enricher service doesn't
work anymore. |
class |
VocabularyEnricher
Deprecated.
This enricher was migrated to org.nuxeo.ecm.platform.spreadsheet.DCVocabulariesJsonEnricher. The content
enricher service doesn't work anymore.
|
Modifier and Type | Field and Description |
---|---|
Class<? extends ContentEnricher> |
ContentEnricherDescriptor.klass
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContentEnricher |
ContentEnricherDescriptor.getContentEnricher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<ContentEnricher> |
ContentEnricherServiceImpl.getEnrichers(String category,
RestEvaluationContext context)
Deprecated.
|
List<ContentEnricher> |
ContentEnricherService.getEnrichers(String category,
RestEvaluationContext context)
Deprecated.
Gets contributors for a category
|
Copyright © 2015 Nuxeo SA. All rights reserved.