Class DashboardAttributeFilter

    • Constructor Detail

      • DashboardAttributeFilter

        public DashboardAttributeFilter​(java.lang.String displayForm,
                                        boolean negativeSelection,
                                        java.util.List<java.lang.String> attributeElementUris)
        Constructor.
        Parameters:
        displayForm - display form of an attribute where this filter is applied
        negativeSelection - if the negative selection of filter elements is applied
        attributeElementUris - list of attribute element URIs applied in filter
    • Method Detail

      • getDisplayForm

        public java.lang.String getDisplayForm()
        Returns:
        display form of an attribute where this filter is applied
      • isNegativeSelection

        public boolean isNegativeSelection()
        Returns:
        if this filter is negative or positive selection of attribute elements contained in getAttributeElementUris()
      • getAttributeElementUris

        public java.util.List<java.lang.String> getAttributeElementUris()
        Returns:
        list of attribute element URI strings which should be included or excluded in filter
        See Also:
        isNegativeSelection()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object