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

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the extract mapping to be passed to the T-Engine.
    boolean
    match(String sourceMimetype)
    Deprecated.
    Indicates if the getExtractMapping(NodeRef) will provide extract properties to override those in the T-Engine.
  • Method Details

    • match

      boolean match(String sourceMimetype)
      Deprecated.
      Indicates if the getExtractMapping(NodeRef) will provide extract properties to override those in the T-Engine.
      Parameters:
      sourceMimetype - of the node.
      Returns:
      true if there will be override extract properties.
    • getExtractMapping

      Map<String,Set<String>> getExtractMapping(NodeRef nodeRef)
      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