Modifier and Type | Class and Description |
---|---|
class |
BlobJsonReader |
Modifier and Type | Class and Description |
---|---|
class |
CollectionsJsonEnricher
Enricher that add the collections the document belongs to.
|
class |
FavoritesJsonEnricher
Enricher that add a boolean flag whether a document belongs to the current user's favorites.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonReader<EntityType>
Base class for Json
Reader . |
class |
AbstractJsonWriter<EntityType>
Base class for Json
Writer . |
class |
DefaultListJsonReader<EntityType>
Base class to convert json as
List . |
class |
DefaultListJsonWriter<EntityType>
Base class to convert
List as json. |
class |
EntityJsonReader<EntityType>
Base class to read Nuxeo entity Json and convert it in Objects.
|
class |
ExtensibleEntityJsonWriter<EntityType>
Base class to write Nuxeo Json entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ACPJsonWriter
Convert
ACP to Json. |
class |
DocumentModelJsonReader
Convert Json as
DocumentModel . |
class |
DocumentModelJsonWriter
Convert
DocumentModel to Json. |
class |
DocumentModelListJsonReader
|
class |
DocumentModelListJsonWriter
|
class |
DocumentPropertiesJsonReader
Convert Json as
List . |
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 |
HasFolderishChildJsonEnricher |
class |
SubtypesJsonEnricher
Enrich
DocumentModel JSON object with an array of the document types that can be created under the current
document. |
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 | Interface and Description |
---|---|
interface |
Reader<EntityType>
Interface of mimetype to Java type converter.
|
interface |
Writer<EntityType>
Interface of Java type to mimetype converter.
|
Modifier and Type | Method and Description |
---|---|
<T> Marshaller<T> |
MarshallerRegistryImpl.getMarshaller(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype,
Set<MarshallerInspector> customs,
Set<MarshallerInspector> wildcards,
boolean forceInstantiation) |
Modifier and Type | Method and Description |
---|---|
<T> Collection<Marshaller<T>> |
MarshallerRegistryImpl.getAllMarshallers(RenderingContext ctx,
Class<T> marshalledClazz,
Type genericType,
javax.ws.rs.core.MediaType mediatype,
Set<MarshallerInspector> customs,
Set<MarshallerInspector> wildcards) |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryEntryJsonReader
Convert Json as
DirectoryEntry . |
class |
DirectoryEntryJsonWriter
Convert
DirectoryEntry to Json. |
class |
DirectoryEntryListJsonReader
|
class |
DirectoryEntryListJsonWriter
|
class |
DirectoryJsonWriter |
class |
DirectoryListJsonWriter |
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 |
NotificationsJsonEnricher
Enricher that lists the current user's subscribed notifications for a particular document.
|
Modifier and Type | Class and Description |
---|---|
class |
PreviewJsonEnricher
Enrich
DocumentModel Json. |
Modifier and Type | Class and Description |
---|---|
class |
RenditionJsonEnricher |
Modifier and Type | Class and Description |
---|---|
class |
DocumentRouteListWriter |
class |
DocumentRouteWriter |
class |
GraphRouteWriter |
class |
TaskCompletionRequestJsonReader |
class |
TaskCompletionRequestLegacyJsonReader
Deprecated.
use @{link TaskCompletionRequestJsonReader TaskCompletionRequestJsonReader}
|
class |
TaskListWriter |
class |
TaskWriter |
class |
WorkflowRequestJsonReader |
class |
WorkflowRequestLegacyJsonReader
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
PendingTasksJsonEnricher
Enricher that add a pending tasks on a document for the current user.
|
class |
RunnableWorkflowJsonEnricher
Enricher that add the runnable workflow model on a document for the current user.
|
class |
RunningWorkflowJsonEnricher
Enricher that add the running workflow instances on a document for the current user.
|
Modifier and Type | Class and Description |
---|---|
class |
SavedSearchListReader |
class |
SavedSearchListWriter |
class |
SavedSearchRequestReader |
class |
SavedSearchWriter |
Modifier and Type | Class and Description |
---|---|
class |
TagsJsonEnricher
Enricher that add the tags associated to the document.
|
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 |
NuxeoGroupJsonReader
Convert Json as
NuxeoGroup . |
class |
NuxeoGroupJsonWriter
Convert
NuxeoGroup to Json. |
class |
NuxeoGroupListJsonReader
|
class |
NuxeoGroupListJsonWriter
|
class |
NuxeoPrincipalJsonReader
Convert Json as
NuxeoPrincipal . |
class |
NuxeoPrincipalJsonWriter
Convert
NuxeoPrincipal to Json. |
class |
NuxeoPrincipalListJsonReader
|
class |
NuxeoPrincipalListJsonWriter
|
Modifier and Type | Class and Description |
---|---|
class |
AuditJsonEnricher
Enricher that add the latest log entries related to the document.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationTokenListWriter |
class |
AuthenticationTokenWriter
Convert
AuthenticationToken to Json. |
Modifier and Type | Class and Description |
---|---|
class |
UserProfileEnricher |
Modifier and Type | Class and Description |
---|---|
class |
DocumentModelJsonReaderLegacy
Delegates the
DocumentModel Json reading to the old marshaller: JSONDocumentModelReader. |
Modifier and Type | Class and Description |
---|---|
class |
AggregateJsonWriter |
Modifier and Type | Class and Description |
---|---|
class |
DriveEditEnricher
Enricher used to retrieve drive edit url.
|
class |
LogEntryEnricher
Enricher for Audit LogEntries.
|
Modifier and Type | Class and Description |
---|---|
class |
SampleDocumentEnricher
Enrich
nuxeo.ecm.core.api.DocumentModel Json. |
Copyright © 2016 Nuxeo SA. All rights reserved.