| Package | Description |
|---|---|
| org.nuxeo.ecm.automation.io.services.enricher |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderDocEvaluationContext
Evaluation context that knows about the current document and the HTTP request
headers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserPermissionsContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
BreadcrumbEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
VocabularyEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
ThumbnailContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
ContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
PreviewContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
ChildrenEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
void |
ACLContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
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) |
void |
ContentEnricherService.writeContext(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Write some JSon for a given evaluation context.
|
void |
ContentEnricherServiceImpl.writeContext(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec) |
Copyright © 2019 Nuxeo SA. All rights reserved.