Class BusinessServicesHideLeafsCriteria

    • Constructor Detail

      • BusinessServicesHideLeafsCriteria

        public BusinessServicesHideLeafsCriteria()
    • Method Detail

      • getNamespace

        public java.lang.String getNamespace()
        Description copied from class: Criteria
        This criteria only applies to providers for this namespace
        Specified by:
        getNamespace in interface NamespaceAware
        Specified by:
        getNamespace in class Criteria
        Returns:
        the namespace, e.g. "nodes".
      • contributesTo

        public boolean contributesTo​(java.lang.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.
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in class Criteria