Class MetadataProfileHelper


  • public class MetadataProfileHelper
    extends java.lang.Object
    Class containing helper methods for working with Nuix metadata profiles.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean profileContainsField​(java.lang.String name, nuix.MetadataProfile profile)
      Convenience method for determining if a given meta data profile contains a field with the given name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetadataProfileHelper

        public MetadataProfileHelper()
    • Method Detail

      • profileContainsField

        public static boolean profileContainsField​(java.lang.String name,
                                                   nuix.MetadataProfile profile)
        Convenience method for determining if a given meta data profile contains a field with the given name.
        Parameters:
        name - The name to test for
        profile - The profile to inspect
        Returns:
        True if a field with the given name (case ignored) is found in the given profile.