Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/12 11:04:23 (12 years ago)
Author:
ascheibe
Message:

#1994 Calculating/Waiting Tasks are now calculated for the selected resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/Interfaces/IHiveDao.cs

    r9022 r9033  
    148148    #region Statistics Methods
    149149    Dictionary<Guid, int> GetWaitingTasksByUser();
     150    Dictionary<Guid, int> GetWaitingTasksByUserForResources(List<Guid> resourceIds);
    150151    Dictionary<Guid, int> GetCalculatingTasksByUser();
     152    Dictionary<Guid, int> GetCalculatingTasksByUserForResources(List<Guid> resourceIds);
    151153    DT.Statistics GetStatistic(Guid id);
    152154    IEnumerable<DT.Statistics> GetStatistics(Expression<Func<Statistics, bool>> predicate);
Note: See TracChangeset for help on using the changeset viewer.