Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonWriter<EntityType>
Base class for Json
Writer . |
class |
DefaultListJsonWriter<EntityType>
Base class to convert
List as json. |
class |
ExtensibleEntityJsonWriter<EntityType>
Base class to write Nuxeo Json entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ACPJsonWriter
Convert
ACP to Json. |
class |
DocumentModelJsonWriter
Convert
DocumentModel to Json. |
class |
DocumentModelListJsonWriter
|
class |
DocumentPropertyJsonWriter
Convert
Property to Json. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonEnricher<EntityType>
Base class to write
ExtensibleEntityJsonWriter 's enricher. |
class |
BasePermissionsJsonEnricher
Enrich
DocumentModel Json. |
class |
BreadcrumbJsonEnricher
Enrich
DocumentModel Json. |
class |
ChildrenJsonEnricher
Enrich
DocumentModel Json. |
class |
ContextualParametersJsonEnricher
Enrich
DocumentModel Json. |
class |
UserVisiblePermissionsJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
DocumentTypeJsonWriter
Convert
DocumentType to Json. |
class |
DocumentTypeListJsonWriter
|
class |
FacetJsonWriter
Convert
CompositeType to Json. |
class |
FacetListJsonWriter
|
class |
SchemaJsonWriter
Convert
Schema to Json. |
class |
SchemaListJsonWriter
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintJsonWriter
Convert
Constraint to Json. |
class |
ConstraintListJsonWriter
|
class |
DocumentValidationReportJsonWriter
Convert
DocumentValidationReport to Json. |
Modifier and Type | Method and Description |
---|---|
<T> Writer<T> |
MarshallerRegistryImpl.getUniqueWriter(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Writer<T> |
MarshallerRegistry.getUniqueWriter(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides a
Writer instance to manage marshalling of the given Java Type and mimetype. |
<T> Writer<T> |
MarshallerRegistryImpl.getWriter(RenderingContext ctx,
Class<T> marshalledClazz,
javax.ws.rs.core.MediaType mediatype) |
<T> Writer<T> |
MarshallerRegistry.getWriter(RenderingContext ctx,
Class<T> marshalledClazz,
javax.ws.rs.core.MediaType mediatype)
|
<T> Writer<T> |
MarshallerRegistryImpl.getWriter(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Writer<T> |
MarshallerRegistry.getWriter(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides a
Writer instance to manage marshalling of the given Java Type and mimetype. |
Modifier and Type | Method and Description |
---|---|
<T> Collection<Writer<T>> |
MarshallerRegistryImpl.getAllWriters(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype) |
<T> Collection<Writer<T>> |
MarshallerRegistry.getAllWriters(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype)
Provides all
Writer instance that manage marshalling of the given Java Type and mimetype. |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryEntryJsonWriter
Convert
DirectoryEntry to Json. |
class |
DirectoryEntryListJsonWriter
|
Modifier and Type | Class and Description |
---|---|
class |
ACLJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
LogEntryJsonWriter
Convert
LogEntry to Json. |
class |
LogEntryListJsonWriter
|
Modifier and Type | Class and Description |
---|---|
class |
PreviewJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
DCVocabulariesJsonEnricher |
Modifier and Type | Class and Description |
---|---|
class |
ThumbnailJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
DocumentUrlJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
NuxeoGroupJsonWriter
Convert
NuxeoGroup to Json. |
class |
NuxeoGroupListJsonWriter
|
class |
NuxeoPrincipalJsonWriter
Convert
NuxeoPrincipal to Json. |
class |
NuxeoPrincipalListJsonWriter
|
Modifier and Type | Class and Description |
---|---|
class |
DriveEditEnricher
Enricher used to retrieve drive edit url.
|
class |
LogEntryEnricher
Enricher for Audit LogEntries.
|
Copyright © 2015 Nuxeo SA. All rights reserved.