@Deprecated public interface ContentEnricherService
Modifier and Type | Method and Description |
---|---|
List<ContentEnricher> |
getEnrichers(String category,
RestEvaluationContext context)
Deprecated.
Gets contributors for a category
|
void |
writeContext(org.codehaus.jackson.JsonGenerator jg,
RestEvaluationContext ec)
Deprecated.
Write some JSon for a given evaluation context.
|
List<ContentEnricher> getEnrichers(String category, RestEvaluationContext context)
Only contributors available in the given context are returned
void writeContext(org.codehaus.jackson.JsonGenerator jg, RestEvaluationContext ec) throws org.codehaus.jackson.JsonGenerationException, IOException
jg
- ec
- IOException
org.codehaus.jackson.JsonGenerationException
Copyright © 2015 Nuxeo SA. All rights reserved.