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 classBlobJsonReader -
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 classCollectionsJsonEnricherEnricher that add the collections the document belongs to.classFavoritesJsonEnricherEnricher 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 classBulkCommandJsonReaderclassBulkCommandJsonWriterclassBulkStatusJsonReaderclassBulkStatusJsonWriter -
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 classAbstractCSVWriter<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 classAbstractJsonReader<EntityType>Base class for JsonReader.classAbstractJsonWriter<EntityType>Base class for JsonWriter.classDefaultListJsonReader<EntityType>Base class to convert json asList.classDefaultListJsonWriter<EntityType>Base class to convertListas json.classEntityJsonReader<EntityType>Base class to read Nuxeo entity Json and convert it in Objects.classExtensibleEntityJsonWriter<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 classACPJsonWriterConvertACPto Json.classDocumentModelJsonReaderConvert Json asDocumentModel.classDocumentModelJsonWriterConvertDocumentModelto Json.classDocumentModelListJsonReaderclassDocumentModelListJsonWriterclassDocumentPropertiesJsonReaderclassDocumentPropertyJsonWriterConvertPropertyto 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 classAbstractJsonEnricher<EntityType>Base class to writeExtensibleEntityJsonWriter's enricher.classBasePermissionsJsonEnricherEnrichDocumentModelJson.classBlobAppLinksJsonEnricherclassBreadcrumbJsonEnricherEnrichDocumentModelJson.classChildrenJsonEnricherEnrichDocumentModelJson.classContextualParametersJsonEnricherEnrichDocumentModelJson.classFirstAccessibleAncestorJsonEnricherGets the closest document's ancestor.classHasFolderishChildJsonEnricherclassSubtypesJsonEnricherDeprecated.Since 11.5, use the SubtypesJsonEnricher in org.nuxeo.ecm.platform.types instead.classUserVisiblePermissionsJsonEnricherEnrichDocumentModelJson. -
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 classDocumentTypeJsonWriterConvertDocumentTypeto Json.classDocumentTypeListJsonWriterclassFacetJsonWriterConvertCompositeTypeto Json.classFacetListJsonWriterclassSchemaJsonWriterConvertSchemato Json.classSchemaListJsonWriter -
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 classConstraintJsonWriterConvertConstraintto Json.classConstraintListJsonWriterclassDocumentValidationReportJsonWriterConvertDocumentValidationReportto 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 interfaceReader<EntityType>Interface of mimetype to Java type converter.interfaceWriter<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) -
Uses of Marshaller in org.nuxeo.ecm.directory.io
Classes in org.nuxeo.ecm.directory.io that implement Marshaller Modifier and Type Class Description classDirectoryEntryJsonReaderConvert Json asDirectoryEntry.classDirectoryEntryJsonWriterConvertDirectoryEntryto Json.classDirectoryEntryListJsonReaderclassDirectoryEntryListJsonWriterclassDirectoryJsonWriterclassDirectoryListJsonWriter -
Uses of Marshaller in org.nuxeo.ecm.permissions
Classes in org.nuxeo.ecm.permissions that implement Marshaller Modifier and Type Class Description classACLJsonEnricherEnrichDocumentModelJson. -
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 classLogEntryCSVWriterConvertLogEntryto CSV only keeping default and fetched properties if any.classLogEntryJsonWriterConvertLogEntryto Json.classLogEntryListCSVWriterclassLogEntryListJsonWriter -
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 classAnnotationJsonReaderclassAnnotationJsonWriterclassAnnotationListJsonReaderclassAnnotationListJsonWriterclassCommentJsonReaderclassCommentJsonWriterclassCommentListJsonReaderclassCommentListJsonWriter -
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 classDocumentModelCSVWriterclassDocumentModelListCSVWriterclassDocumentPropertyCSVWriter -
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 classNotificationsJsonEnricherEnricher 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 classAbstractLayoutJsonWriter<EntityType>classFieldDefinitionJsonWriterclassLayoutDefinitionJsonWriterclassLayoutDefinitionsJsonWriterclassLayoutJsonWriterclassLayoutTypeConfigurationJsonWriterclassLayoutTypeDefinitionJsonWriterclassLayoutTypeDefinitionsJsonWriterclassRenderingInfoJsonWriterclassWidgetDefinitionJsonWriterclassWidgetReferenceJsonWriterclassWidgetSelectOptionJsonWriterclassWidgetTypeConfigurationJsonWriterclassWidgetTypeDefinitionJsonWriterclassWidgetTypeDefinitionsJsonWriter -
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 classOAuth2ClientListWriterclassOAuth2ClientReaderclassOAuth2ClientWriter -
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 classNuxeoOAuth2ServiceProviderListWriterclassNuxeoOAuth2ServiceProviderReaderclassNuxeoOAuth2ServiceProviderWriter -
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 classNuxeoOAuth2TokenListWriterclassNuxeoOAuth2TokenReaderclassNuxeoOAuth2TokenWriter -
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 classBlobPreviewJsonEnricherEnrichesBlobjson with embed preview link when available.classPreviewJsonEnricherEnrichDocumentModelJson. -
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 classPublicationJsonEnricherclassRenditionJsonEnricher -
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 classDocumentRouteListWriterclassDocumentRouteWriterclassGraphRouteWriterclassTaskCompletionRequestJsonReaderclassTaskCompletionRequestLegacyJsonReaderDeprecated.use @{link TaskCompletionRequestJsonReader TaskCompletionRequestJsonReader}classTaskListWriterclassTaskWriterclassWorkflowRequestJsonReaderclassWorkflowRequestLegacyJsonReaderDeprecated. -
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 classPendingTasksJsonEnricherEnricher that add a pending tasks on a document for the current user.classRunnableWorkflowJsonEnricherEnricher that add the runnable workflow model on a document for the current user.classRunningWorkflowJsonEnricherEnricher 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 classSavedSearchListReaderclassSavedSearchListWriterclassSavedSearchRequestReaderclassSavedSearchWriter -
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 classTagsJsonEnricherEnricher 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 classThumbnailJsonEnricherEnrichDocumentModelJson. -
Uses of Marshaller in org.nuxeo.ecm.platform.types
Classes in org.nuxeo.ecm.platform.types that implement Marshaller Modifier and Type Class Description classSubtypesJsonEnricherEnrichDocumentModelJSON 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 classDocumentUrlJsonEnricherEnrichDocumentModelJson. -
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 classNuxeoGroupJsonReaderConvert Json asNuxeoGroup.classNuxeoGroupJsonWriterConvertNuxeoGroupto Json.classNuxeoGroupListJsonReaderclassNuxeoGroupListJsonWriterclassNuxeoPrincipalJsonReaderConvert Json asNuxeoPrincipal.classNuxeoPrincipalJsonWriterConvertNuxeoPrincipalto Json.classNuxeoPrincipalListJsonReaderclassNuxeoPrincipalListJsonWriter -
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 classCapabilitiesJsonWriter -
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 classBinaryManagerStatusJsonWritersince 11.3classMigrationJsonWriterclassMigrationListJsonWriterclassProbeInfoJsonWriterclassProbeInfoListJsonWriterclassProbeStatusJsonWriterclassSimplifiedServerInfoJsonWriter -
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 classAuditJsonEnricherEnricher that add the latest log entries related to the document.classHasContentJsonEnricherEnricher 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 classAuthenticationTokenListWriterclassAuthenticationTokenWriterConvertAuthenticationTokento 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 classUserProfileEnricher -
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 classDocumentModelJsonReaderLegacyDelegates theDocumentModelJson 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 classHighlightJsonEnricher -
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 classAggregateJsonWriter -
Uses of Marshaller in org.nuxeo.wopi
Classes in org.nuxeo.wopi that implement Marshaller Modifier and Type Class Description classWOPIJsonEnricherGets the WOPI action URLs available for each blob of the document.
-