Uses of Class
org.nuxeo.binary.metadata.internals.MetadataMappingUpdate
-
Packages that use MetadataMappingUpdate Package Description org.nuxeo.binary.metadata.api org.nuxeo.binary.metadata.internals org.nuxeo.binary.metadata.internals.listeners -
-
Uses of MetadataMappingUpdate in org.nuxeo.binary.metadata.api
Methods in org.nuxeo.binary.metadata.api that return types with arguments of type MetadataMappingUpdate Modifier and Type Method Description List<MetadataMappingUpdate>
BinaryMetadataService. getMetadataUpdates(DocumentModel doc, boolean creation)
Returns the list ofMetadataMappingUpdate
to 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 MetadataMappingUpdate Modifier and Type Method Description void
BinaryMetadataService. applyUpdates(DocumentModel doc, List<MetadataMappingUpdate> mappingUpdates)
Applies synchronously the givenmappingUpdates
computed 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 MetadataMappingUpdate Modifier and Type Field Description protected List<MetadataMappingUpdate>
BinaryMetadataUpdateWork. metadataUpdates
Methods in org.nuxeo.binary.metadata.internals that return types with arguments of type MetadataMappingUpdate Modifier and Type Method Description List<MetadataMappingUpdate>
BinaryMetadataServiceImpl. getMetadataUpdates(DocumentModel doc, boolean creation)
Method parameters in org.nuxeo.binary.metadata.internals with type arguments of type MetadataMappingUpdate Modifier and Type Method Description void
BinaryMetadataServiceImpl. applyUpdates(DocumentModel doc, List<MetadataMappingUpdate> mappingUpdates)
Constructor parameters in org.nuxeo.binary.metadata.internals with type arguments of type MetadataMappingUpdate Constructor Description BinaryMetadataUpdateWork(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 MetadataMappingUpdate Modifier and Type Field Description protected List<MetadataMappingUpdate>
BinaryMetadataSyncListener.DocumentMetadataMappingUpdates. updates
Constructor parameters in org.nuxeo.binary.metadata.internals.listeners with type arguments of type MetadataMappingUpdate Constructor Description DocumentMetadataMappingUpdates(DocumentModel doc, List<MetadataMappingUpdate> updates)
-