Class BusinessServicesHideLeafsCriteria

    • Constructor Detail

      • BusinessServicesHideLeafsCriteria

        public BusinessServicesHideLeafsCriteria()
    • Method Detail

      • contributesTo

        public boolean contributesTo​(String namespace)
        Description copied from interface: NamespaceAware
        Defines if the current implementation contributes to the given namespace. This is usually the case, when the given namespaces equals NamespaceAware.getNamespace(), but is not a requirement.
        Specified by:
        contributesTo in interface NamespaceAware
        Parameters:
        namespace - the namespace to contribute to
        Returns:
        true, if the current implementation contributes to the given namespace, otherwise false.