Interface MetadataExtractorPropertyMappingOverride
-
- All Known Implementing Classes:
RFC822MetadataExtracter
@Deprecated public interface MetadataExtractorPropertyMappingOverride
Deprecated.as code running inside the content repository process that overrides metadata extract properties should be moved out of process to reduce coupling of components, making upgrade simpler.- Author:
- adavis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Set<String>>getExtractMapping(NodeRef nodeRef)Deprecated.Returns the extract mapping to be passed to the T-Engine.booleanmatch(String sourceMimetype)Deprecated.Indicates if thegetExtractMapping(NodeRef)will provide extract properties to override those in the T-Engine.
-
-
-
Method Detail
-
match
boolean match(String sourceMimetype)
Deprecated.Indicates if thegetExtractMapping(NodeRef)will provide extract properties to override those in the T-Engine.- Parameters:
sourceMimetype- of the node.- Returns:
trueif there will be override extract properties.
-
-