Uses of Interface
org.nuxeo.ecm.core.io.registry.Marshaller
-
-
Uses of Marshaller in org.nuxeo.ecm.automation.core.io
Classes in org.nuxeo.ecm.automation.core.io that implement Marshaller Modifier and Type Class Description class
BlobJsonReader
-
Uses of Marshaller in org.nuxeo.ecm.collections.core.io
Classes in org.nuxeo.ecm.collections.core.io that implement Marshaller Modifier and Type Class 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. -
Uses of Marshaller in org.nuxeo.ecm.core.bulk.io
Classes in org.nuxeo.ecm.core.bulk.io that implement Marshaller Modifier and Type Class Description class
BulkCommandJsonReader
class
BulkCommandJsonWriter
class
BulkStatusJsonReader
class
BulkStatusJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.csv
Classes in org.nuxeo.ecm.core.io.marshallers.csv that implement Marshaller Modifier and Type Class Description class
AbstractCSVWriter<T>
Base class for CSVWriter
. -
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.json
Classes in org.nuxeo.ecm.core.io.marshallers.json that implement Marshaller Modifier and Type Class Description class
AbstractJsonReader<EntityType>
Base class for JsonReader
.class
AbstractJsonWriter<EntityType>
Base class for JsonWriter
.class
DefaultListJsonReader<EntityType>
Base class to convert json asList
.class
DefaultListJsonWriter<EntityType>
Base class to convertList
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. -
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.json.document
Classes in org.nuxeo.ecm.core.io.marshallers.json.document that implement Marshaller Modifier and Type Class Description class
ACPJsonWriter
ConvertACP
to Json.class
DocumentModelJsonReader
Convert Json asDocumentModel
.class
DocumentModelJsonWriter
ConvertDocumentModel
to Json.class
DocumentModelListJsonReader
class
DocumentModelListJsonWriter
class
DocumentPropertiesJsonReader
class
DocumentPropertyJsonWriter
ConvertProperty
to Json. -
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.json.enrichers
Classes in org.nuxeo.ecm.core.io.marshallers.json.enrichers that implement Marshaller Modifier and Type Class Description class
AbstractJsonEnricher<EntityType>
Base class to writeExtensibleEntityJsonWriter
's enricher.class
BasePermissionsJsonEnricher
EnrichDocumentModel
Json.class
BlobAppLinksJsonEnricher
class
BreadcrumbJsonEnricher
EnrichDocumentModel
Json.class
ChildrenJsonEnricher
EnrichDocumentModel
Json.class
ContextualParametersJsonEnricher
EnrichDocumentModel
Json.class
FirstAccessibleAncestorJsonEnricher
Gets the closest document's ancestor.class
HasFolderishChildJsonEnricher
class
SubtypesJsonEnricher
Deprecated.Since 11.5, use the SubtypesJsonEnricher in org.nuxeo.ecm.platform.types instead.class
UserVisiblePermissionsJsonEnricher
EnrichDocumentModel
Json. -
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.json.types
Classes in org.nuxeo.ecm.core.io.marshallers.json.types that implement Marshaller Modifier and Type Class Description class
DocumentTypeJsonWriter
ConvertDocumentType
to Json.class
DocumentTypeListJsonWriter
class
FacetJsonWriter
ConvertCompositeType
to Json.class
FacetListJsonWriter
class
SchemaJsonWriter
ConvertSchema
to Json.class
SchemaListJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.core.io.marshallers.json.validation
Classes in org.nuxeo.ecm.core.io.marshallers.json.validation that implement Marshaller Modifier and Type Class Description class
ConstraintJsonWriter
ConvertConstraint
to Json.class
ConstraintListJsonWriter
class
DocumentValidationReportJsonWriter
ConvertDocumentValidationReport
to Json. -
Uses of Marshaller in org.nuxeo.ecm.core.io.registry
Subinterfaces of Marshaller in org.nuxeo.ecm.core.io.registry Modifier and Type Interface Description interface
Reader<EntityType>
Interface of mimetype to Java type converter.interface
Writer<EntityType>
Interface of Java type to mimetype converter.Methods in org.nuxeo.ecm.core.io.registry that return Marshaller Modifier and Type Method 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)
Methods in org.nuxeo.ecm.core.io.registry that return types with arguments of type Marshaller Modifier and Type Method 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)
Returns the marshallers, in fact always enrichers, in their reverse priority order. -
Uses of Marshaller in org.nuxeo.ecm.directory.io
Classes in org.nuxeo.ecm.directory.io that implement Marshaller Modifier and Type Class Description class
DirectoryEntryJsonReader
Convert Json asDirectoryEntry
.class
DirectoryEntryJsonWriter
ConvertDirectoryEntry
to Json.class
DirectoryEntryListJsonReader
class
DirectoryEntryListJsonWriter
class
DirectoryJsonWriter
class
DirectoryListJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.permissions
Classes in org.nuxeo.ecm.permissions that implement Marshaller Modifier and Type Class Description class
ACLJsonEnricher
EnrichDocumentModel
Json. -
Uses of Marshaller in org.nuxeo.ecm.platform.audit.io
Classes in org.nuxeo.ecm.platform.audit.io that implement Marshaller Modifier and Type Class Description class
LogEntryCSVWriter
ConvertLogEntry
to CSV only keeping default and fetched properties if any.class
LogEntryJsonWriter
ConvertLogEntry
to Json.class
LogEntryListCSVWriter
class
LogEntryListJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.comment.impl
Classes in org.nuxeo.ecm.platform.comment.impl that implement Marshaller Modifier and Type Class Description class
AnnotationJsonReader
class
AnnotationJsonWriter
class
AnnotationListJsonReader
class
AnnotationListJsonWriter
class
CommentJsonReader
class
CommentJsonWriter
class
CommentListJsonReader
class
CommentListJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.csv.export.io
Classes in org.nuxeo.ecm.platform.csv.export.io that implement Marshaller Modifier and Type Class Description class
DocumentModelCSVWriter
class
DocumentModelListCSVWriter
class
DocumentPropertyCSVWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.ec.notification.io
Classes in org.nuxeo.ecm.platform.ec.notification.io that implement Marshaller Modifier and Type Class Description class
NotificationsJsonEnricher
Enricher that lists the current user's subscribed notifications for a particular document. -
Uses of Marshaller in org.nuxeo.ecm.platform.forms.layout.export
Classes in org.nuxeo.ecm.platform.forms.layout.export that implement Marshaller Modifier and Type Class Description class
AbstractLayoutJsonWriter<EntityType>
class
FieldDefinitionJsonWriter
class
LayoutDefinitionJsonWriter
class
LayoutDefinitionsJsonWriter
class
LayoutJsonWriter
class
LayoutTypeConfigurationJsonWriter
class
LayoutTypeDefinitionJsonWriter
class
LayoutTypeDefinitionsJsonWriter
class
RenderingInfoJsonWriter
class
WidgetDefinitionJsonWriter
class
WidgetReferenceJsonWriter
class
WidgetSelectOptionJsonWriter
class
WidgetTypeConfigurationJsonWriter
class
WidgetTypeDefinitionJsonWriter
class
WidgetTypeDefinitionsJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.oauth2.clients
Classes in org.nuxeo.ecm.platform.oauth2.clients that implement Marshaller Modifier and Type Class Description class
OAuth2ClientListWriter
class
OAuth2ClientReader
class
OAuth2ClientWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.oauth2.providers
Classes in org.nuxeo.ecm.platform.oauth2.providers that implement Marshaller Modifier and Type Class Description class
NuxeoOAuth2ServiceProviderListWriter
class
NuxeoOAuth2ServiceProviderReader
class
NuxeoOAuth2ServiceProviderWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.oauth2.tokens
Classes in org.nuxeo.ecm.platform.oauth2.tokens that implement Marshaller Modifier and Type Class Description class
NuxeoOAuth2TokenListWriter
class
NuxeoOAuth2TokenReader
class
NuxeoOAuth2TokenWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.preview.io
Classes in org.nuxeo.ecm.platform.preview.io that implement Marshaller Modifier and Type Class Description class
BlobPreviewJsonEnricher
EnrichesBlob
json with embed preview link when available.class
PreviewJsonEnricher
EnrichDocumentModel
Json. -
Uses of Marshaller in org.nuxeo.ecm.platform.rendition.io
Classes in org.nuxeo.ecm.platform.rendition.io that implement Marshaller Modifier and Type Class Description class
PublicationJsonEnricher
class
RenditionJsonEnricher
-
Uses of Marshaller in org.nuxeo.ecm.platform.routing.core.io
Classes in org.nuxeo.ecm.platform.routing.core.io that implement Marshaller Modifier and Type Class 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. -
Uses of Marshaller in org.nuxeo.ecm.platform.routing.core.io.enrichers
Classes in org.nuxeo.ecm.platform.routing.core.io.enrichers that implement Marshaller Modifier and Type Class 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. -
Uses of Marshaller in org.nuxeo.ecm.platform.search.core
Classes in org.nuxeo.ecm.platform.search.core that implement Marshaller Modifier and Type Class Description class
SavedSearchListReader
class
SavedSearchListWriter
class
SavedSearchRequestReader
class
SavedSearchWriter
-
Uses of Marshaller in org.nuxeo.ecm.platform.tag.io
Classes in org.nuxeo.ecm.platform.tag.io that implement Marshaller Modifier and Type Class Description class
TagsJsonEnricher
Enricher that add the tags associated to the document. -
Uses of Marshaller in org.nuxeo.ecm.platform.thumbnail.io
Classes in org.nuxeo.ecm.platform.thumbnail.io that implement Marshaller Modifier and Type Class Description class
ThumbnailJsonEnricher
EnrichDocumentModel
Json. -
Uses of Marshaller in org.nuxeo.ecm.platform.types
Classes in org.nuxeo.ecm.platform.types that implement Marshaller Modifier and Type Class Description class
SubtypesJsonEnricher
EnrichDocumentModel
JSON object with an array of the document types that can be created under the current document taking account the local configuration. -
Uses of Marshaller in org.nuxeo.ecm.platform.url.io
Classes in org.nuxeo.ecm.platform.url.io that implement Marshaller Modifier and Type Class Description class
DocumentUrlJsonEnricher
EnrichDocumentModel
Json. -
Uses of Marshaller in org.nuxeo.ecm.platform.usermanager.io
Classes in org.nuxeo.ecm.platform.usermanager.io that implement Marshaller Modifier and Type Class Description class
NuxeoGroupJsonReader
Convert Json asNuxeoGroup
.class
NuxeoGroupJsonWriter
ConvertNuxeoGroup
to Json.class
NuxeoGroupListJsonReader
class
NuxeoGroupListJsonWriter
class
NuxeoPrincipalJsonReader
Convert Json asNuxeoPrincipal
.class
NuxeoPrincipalJsonWriter
ConvertNuxeoPrincipal
to Json.class
NuxeoPrincipalListJsonReader
class
NuxeoPrincipalListJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.restapi.jaxrs.io.capabilities
Classes in org.nuxeo.ecm.restapi.jaxrs.io.capabilities that implement Marshaller Modifier and Type Class Description class
CapabilitiesJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.restapi.jaxrs.io.management
Classes in org.nuxeo.ecm.restapi.jaxrs.io.management that implement Marshaller Modifier and Type Class Description class
BinaryManagerStatusJsonWriter
since 11.3class
ConfigurationPropertiesJsonWriter
class
MigrationJsonWriter
class
MigrationListJsonWriter
class
ProbeInfoJsonWriter
class
ProbeInfoListJsonWriter
class
ProbeStatusJsonWriter
class
ScheduleJsonWriter
class
ScheduleListJsonWriter
class
SimplifiedServerInfoJsonWriter
-
Uses of Marshaller in org.nuxeo.ecm.restapi.server.jaxrs.enrichers
Classes in org.nuxeo.ecm.restapi.server.jaxrs.enrichers that implement Marshaller Modifier and Type Class Description class
AuditJsonEnricher
Enricher that add the latest log entries related to the document.class
HasContentJsonEnricher
Enricher that tells whether a "Folderish" or a "Collection" has children or members. -
Uses of Marshaller in org.nuxeo.ecm.tokenauth.io
Classes in org.nuxeo.ecm.tokenauth.io that implement Marshaller Modifier and Type Class Description class
AuthenticationTokenListWriter
class
AuthenticationTokenWriter
ConvertAuthenticationToken
to Json. -
Uses of Marshaller in org.nuxeo.ecm.user.center.profile.rest
Classes in org.nuxeo.ecm.user.center.profile.rest that implement Marshaller Modifier and Type Class Description class
UserProfileEnricher
-
Uses of Marshaller in org.nuxeo.ecm.webengine.jaxrs.coreiodelegate
Classes in org.nuxeo.ecm.webengine.jaxrs.coreiodelegate that implement Marshaller Modifier and Type Class Description class
DocumentModelJsonReaderLegacy
Delegates theDocumentModel
Json reading to the old marshaller: JSONDocumentModelReader. -
Uses of Marshaller in org.nuxeo.elasticsearch.io
Classes in org.nuxeo.elasticsearch.io that implement Marshaller Modifier and Type Class Description class
HighlightJsonEnricher
-
Uses of Marshaller in org.nuxeo.elasticsearch.io.marshallers.json
Classes in org.nuxeo.elasticsearch.io.marshallers.json that implement Marshaller Modifier and Type Class Description class
AggregateJsonWriter
-
Uses of Marshaller in org.nuxeo.wopi
Classes in org.nuxeo.wopi that implement Marshaller Modifier and Type Class Description class
WOPIJsonEnricher
Gets the WOPI action URLs available for each blob of the document.
-