Package org.goobi.production.flow.statistics.hibernate

Examples of org.goobi.production.flow.statistics.hibernate.UserProcessesFilter


    this.statisticsManager = null;
    this.myAnzahlList = null;

    try {

      this.myFilteredDataSource = new UserProcessesFilter(true);
            Criteria crit = this.myFilteredDataSource.getCriteria();
      if (!this.showClosedProcesses) {
        crit.add(Restrictions.not(Restrictions.eq("sortHelperStatus", "100000000")));
      }
      if (!this.showArchivedProjects) {
View Full Code Here

TOP

Related Classes of org.goobi.production.flow.statistics.hibernate.UserProcessesFilter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.