Package | Description |
---|---|
org.nuxeo.ecm.automation.io.services.enricher |
Modifier and Type | Class and Description |
---|---|
class |
HeaderDocEvaluationContext
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.
|
Modifier and Type | Method and Description |
---|---|
void |
VocabularyEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
UserPermissionsContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
ThumbnailContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
PreviewContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
ContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
ChildrenEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
BreadcrumbEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
ACLContentEnricher.enrich(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
List<ContentEnricher> |
ContentEnricherServiceImpl.getEnrichers(String category,
RestEvaluationContext context)
Deprecated.
|
List<ContentEnricher> |
ContentEnricherService.getEnrichers(String category,
RestEvaluationContext context)
Deprecated.
Gets contributors for a category
|
void |
ContentEnricherServiceImpl.writeContext(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
|
void |
ContentEnricherService.writeContext(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
Write some JSon for a given evaluation context.
|
Copyright © 2015 Nuxeo SA. All rights reserved.