Interface ItemFilterTest

  • All Known Implementing Classes:
    ItemFilterDefsPerm.EnumItemFilterPermissionDefs

    public interface ItemFilterTest
    Item Filter Use Case Interface. Items will be evaluated against a set of filters.
    Author:
    Terry Brady, Georgetown University
    • Method Detail

      • getDescription

        String getDescription()
      • getCategory

        String getCategory()
      • testItem

        boolean testItem​(org.dspace.core.Context context,
                         org.dspace.content.Item i)