Uses of Class
org.nuxeo.binary.metadata.internals.MetadataMappingUpdate
Packages that use MetadataMappingUpdate
Package
Description
-
Uses of MetadataMappingUpdate in org.nuxeo.binary.metadata.api
Methods in org.nuxeo.binary.metadata.api that return types with arguments of type MetadataMappingUpdateModifier and TypeMethodDescriptionBinaryMetadataService.getMetadataUpdates(DocumentModel doc, boolean creation) Returns the list ofMetadataMappingUpdateto apply to the document and the blob according to following rules: If creation, write metadata from Blob to doc. If Blob dirty and document metadata dirty, write metadata from doc to Blob. If Blob dirty and document metadata not dirty, write metadata from Blob to doc. If Blob not dirty and document metadata dirty, write metadata from doc to Blob. In all cases, the metadata is never written from doc to Blob ifMetadataMappingDescriptor#isReadOnly()returns true.Method parameters in org.nuxeo.binary.metadata.api with type arguments of type MetadataMappingUpdateModifier and TypeMethodDescriptionvoidBinaryMetadataService.applyUpdates(DocumentModel doc, List<MetadataMappingUpdate> mappingUpdates) Applies synchronously the givenmappingUpdatescomputed byBinaryMetadataService.getMetadataUpdates(DocumentModel, boolean)to the document. -
Uses of MetadataMappingUpdate in org.nuxeo.binary.metadata.internals
Fields in org.nuxeo.binary.metadata.internals with type parameters of type MetadataMappingUpdateModifier and TypeFieldDescriptionprotected final List<MetadataMappingUpdate> BinaryMetadataUpdateWork.metadataUpdatesMethods in org.nuxeo.binary.metadata.internals that return types with arguments of type MetadataMappingUpdateModifier and TypeMethodDescriptionBinaryMetadataServiceImpl.getMetadataUpdates(DocumentModel doc, boolean creation) Method parameters in org.nuxeo.binary.metadata.internals with type arguments of type MetadataMappingUpdateModifier and TypeMethodDescriptionvoidBinaryMetadataServiceImpl.applyUpdates(DocumentModel doc, List<MetadataMappingUpdate> mappingUpdates) Constructor parameters in org.nuxeo.binary.metadata.internals with type arguments of type MetadataMappingUpdateModifierConstructorDescriptionBinaryMetadataUpdateWork(String repositoryName, String docId, List<MetadataMappingUpdate> metadataUpdates) -
Uses of MetadataMappingUpdate in org.nuxeo.binary.metadata.internals.listeners
Fields in org.nuxeo.binary.metadata.internals.listeners with type parameters of type MetadataMappingUpdateModifier and TypeFieldDescriptionprotected final List<MetadataMappingUpdate> BinaryMetadataSyncListener.DocumentMetadataMappingUpdates.updatesConstructor parameters in org.nuxeo.binary.metadata.internals.listeners with type arguments of type MetadataMappingUpdateModifierConstructorDescriptionDocumentMetadataMappingUpdates(DocumentModel doc, List<MetadataMappingUpdate> updates)