Package | Description |
---|---|
org.nuxeo.binary.metadata.api | |
org.nuxeo.binary.metadata.internals |
Modifier and Type | Method and Description |
---|---|
void |
BinaryMetadataService.handleUpdate(List<MetadataMappingDescriptor> syncMappingDescriptors,
DocumentModel doc,
DocumentEventContext docCtx)
Handle document and blob updates according to following rules in an event context: - Define if rule should be
executed in async or sync mode.
|
Modifier and Type | Field and Description |
---|---|
protected LinkedList<MetadataMappingDescriptor> |
BinaryMetadataWork.mappingDescriptors |
Modifier and Type | Method and Description |
---|---|
protected LinkedList<MetadataMappingDescriptor> |
BinaryMetadataServiceImpl.getMapping(Set<String> mappingDescriptorIds) |
Map<String,MetadataMappingDescriptor> |
MetadataMappingRegistry.getMappingDescriptorMap() |
LinkedList<MetadataMappingDescriptor> |
BinaryMetadataServiceImpl.getSyncMapping(DocumentModel doc,
DocumentEventContext docCtx) |
Modifier and Type | Method and Description |
---|---|
String |
MetadataMappingRegistry.getContributionId(MetadataMappingDescriptor metadataMappingDescriptor) |
protected boolean |
BinaryMetadataServiceImpl.isDirtyMapping(MetadataMappingDescriptor mappingDescriptor,
DocumentModel doc)
Maps inspector only.
|
Modifier and Type | Method and Description |
---|---|
void |
BinaryMetadataServiceImpl.handleUpdate(List<MetadataMappingDescriptor> mappingDescriptors,
DocumentModel doc,
DocumentEventContext docCtx) |
Constructor and Description |
---|
BinaryMetadataWork(String repositoryName,
String docId,
LinkedList<MetadataMappingDescriptor> mappingDescriptors,
DocumentEventContext docCtx) |
Copyright © 2015 Nuxeo SA. All rights reserved.