Class MetadataMappingDescriptor
- java.lang.Object
-
- org.nuxeo.binary.metadata.internals.MetadataMappingDescriptor
-
public class MetadataMappingDescriptor extends Object
- Since:
- 7.1
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataMappingDescriptor.MetadataDescriptor
-
Field Summary
Fields Modifier and Type Field Description protected String
blobXPath
protected String
id
protected Boolean
ignorePrefix
protected List<MetadataMappingDescriptor.MetadataDescriptor>
metadataDescriptors
protected String
processor
protected Boolean
readOnly
-
Constructor Summary
Constructors Constructor Description MetadataMappingDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getBlobXPath()
String
getId()
Boolean
getIgnorePrefix()
Deprecated.since 11.1, useignorePrefix()
List<MetadataMappingDescriptor.MetadataDescriptor>
getMetadataDescriptors()
String
getProcessor()
boolean
ignorePrefix()
boolean
isReadOnly()
-
-
-
Field Detail
-
ignorePrefix
protected Boolean ignorePrefix
-
metadataDescriptors
protected List<MetadataMappingDescriptor.MetadataDescriptor> metadataDescriptors
-
-
Constructor Detail
-
MetadataMappingDescriptor
public MetadataMappingDescriptor()
-
-
Method Detail
-
getMetadataDescriptors
public List<MetadataMappingDescriptor.MetadataDescriptor> getMetadataDescriptors()
-
getProcessor
public String getProcessor()
-
getBlobXPath
public String getBlobXPath()
-
getIgnorePrefix
@Deprecated(since="11.1") public Boolean getIgnorePrefix()
Deprecated.since 11.1, useignorePrefix()
-
ignorePrefix
public boolean ignorePrefix()
-
isReadOnly
public boolean isReadOnly()
-
-