@Setup(mode=SINGLETON, priority=2000) public class BreadcrumbJsonEnricher extends AbstractJsonEnricher<DocumentModel>
DocumentModel Json.
Add document breadcrumb (list of all parents document) as json attachment.
Enable if parameter enrichers-document=breadcrumb is present.
Format is:
{
"entity-type":"document",
...
"contextParameters": {
"breadcrumb": { see {@link DocumentModelListJsonWriter} for format }
}
}
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
ENTITY_ENRICHER_NAMEctx, registry| Constructor and Description |
|---|
BreadcrumbJsonEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.codehaus.jackson.JsonGenerator jg,
DocumentModel document)
When implementing this method, the provided
JsonGenerator expect you write a field name and a field value
(or many). |
accept, writegetGenerator, write, writeEntity, writeEntity, writeEntityFieldpublic static final String NAME
public BreadcrumbJsonEnricher()
public void write(org.codehaus.jackson.JsonGenerator jg, DocumentModel document) throws IOException
AbstractJsonEnricherJsonGenerator expect you write a field name and a field value
(or many).write in class AbstractJsonEnricher<DocumentModel>jg - The JsonGenerator to use.document - The enriched entity.IOExceptionCopyright © 2018 Nuxeo. All rights reserved.