| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.io.services.enricher |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContentEnricher
A base abstract class for Content Enrichers.
|
class |
ACLContentEnricher
This enricher adds a document ACLs
|
class |
BreadcrumbEnricher |
class |
ChildrenEnricher
This enricher adds a document list with all children to the
contextParameters map.
|
class |
PreviewContentEnricher
This content enricher adds a document Preview URL.
|
class |
ThumbnailContentEnricher
This contributor adds a document Thumbnail Download URL
|
class |
UserPermissionsContentEnricher
This enricher adds a list of the permissions granted to the user on the document
|
class |
VocabularyEnricher
This enricher adds the labels for each value of a property referencing
dbl10n vocabularies.
|
| Modifier and Type | Field and Description |
|---|---|
Class<? extends ContentEnricher> |
ContentEnricherDescriptor.klass |
| Modifier and Type | Method and Description |
|---|---|
ContentEnricher |
ContentEnricherDescriptor.getContentEnricher() |
| Modifier and Type | Method and Description |
|---|---|
List<ContentEnricher> |
ContentEnricherService.getEnrichers(String category,
RestEvaluationContext context)
Gets contributors for a category
Only contributors available in the given context are returned
|
List<ContentEnricher> |
ContentEnricherServiceImpl.getEnrichers(String category,
RestEvaluationContext context) |
Copyright © 2019 Nuxeo SA. All rights reserved.