Skip to content

Commit

Permalink
Merge pull request #5523 from effective-webwork/filter-menu
Browse files Browse the repository at this point in the history
Add interactive filter menu
  • Loading branch information
solth authored Mar 13, 2023
2 parents 7c7156e + 21afe3c commit 5f18a11
Show file tree
Hide file tree
Showing 23 changed files with 1,543 additions and 282 deletions.
20 changes: 20 additions & 0 deletions Kitodo/src/main/java/org/kitodo/production/enums/FilterPart.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/*
* (c) Kitodo. Key to digital objects e. V. <contact@kitodo.org>
*
* This file is part of the Kitodo project.
*
* It is licensed under GNU General Public License version 3 or later.
*
* For the full copyright and license information, please read the
* GPL3-License.txt file that was distributed with this source code.
*/

package org.kitodo.production.enums;

public enum FilterPart {

CATEGORY,
VALUE,
NEGATION,
OR
}
Loading

0 comments on commit 5f18a11

Please sign in to comment.