Class AZDocumentFilter

  • All Implemented Interfaces:
    DocumentFilter

    public class AZDocumentFilter
    extends java.lang.Object
    implements DocumentFilter
    Expose documents filtering by first letter of document name. (TEST COMMIT)
    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<FilterTrigger> getTriggerer​(java.lang.String storedFilterParameter)
      getTriggerer.
      boolean mayPass​(DataObject document, java.lang.String attributeName, java.lang.String filterParameter)
      Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
      • Methods inherited from class java.lang.Object

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

      • AZDocumentFilter

        public AZDocumentFilter()
    • Method Detail

      • getTriggerer

        public java.util.List<FilterTrigger> getTriggerer​(java.lang.String storedFilterParameter)

        getTriggerer.

        Specified by:
        getTriggerer in interface DocumentFilter
        Parameters:
        storedFilterParameter - a String object.
        Returns:
        the list of triggerers
      • mayPass

        public boolean mayPass​(DataObject document,
                               java.lang.String attributeName,
                               java.lang.String filterParameter)
        Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
        Specified by:
        mayPass in interface DocumentFilter
        Parameters:
        document - a DataObject object.
        attributeName - a String object.
        filterParameter - a String object.
        Returns:
        a boolean.