/** * $Id: StatisticsFilter.java 4405 2009-10-07 08:35:32Z mdiggory $ * $URL: https://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.2/dspace-stats/src/main/java/org/dspace/statistics/content/filter/StatisticsFilter.java $ * ************************************************************************* * Copyright (c) 2002-2009, DuraSpace. All rights reserved * Licensed under the DuraSpace Foundation License. * * A copy of the DuraSpace License has been included in this * distribution and is available at: http://scm.dspace.org/svn/repo/licenses/LICENSE.txt */ package org.dspace.statistics.content.filter; /** * * @author kevinvandevelde at atmire.com * Date: 12-mrt-2009 * Time: 10:36:03 * */ public interface StatisticsFilter { public String toQuery(); }