Interface MetadataExtractorPropertyMappingOverride
- All Known Implementing Classes:
RFC822MetadataExtracter
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
Modifier and TypeMethodDescriptiongetExtractMapping(NodeRef nodeRef) Deprecated.Returns the extract mapping to be passed to the T-Engine.booleanDeprecated.Indicates if thegetExtractMapping(NodeRef)will provide extract properties to override those in the T-Engine.
-
Method Details
-
match
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.
-
getExtractMapping
Deprecated.Returns the extract mapping to be passed to the T-Engine.- Parameters:
nodeRef- of the node having its metadata extracted.- Returns:
- the mapping of document properties to system properties
-