Interface UITypesConfiguration

    • Method Detail

      • getAllowedTypes

        List<String> getAllowedTypes()
        Returns the configured allowed types.
      • getDeniedTypes

        List<String> getDeniedTypes()
        Returns the configured denied types.
      • denyAllTypes

        boolean denyAllTypes()
        Returns true if all the types are denied, false otherwise.
      • filterSubTypes

        Map<String,​SubType> filterSubTypes​(Map<String,​SubType> allowedSubTypes)
        Filter the allowedSubTypes according to this object configuration.
      • filterSubTypes

        Collection<String> filterSubTypes​(Collection<String> allowedSubTypes)
        Filters the allowedSubTypes according to this object configuration.
        Since:
        11.5
      • getDefaultType

        String getDefaultType()