Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/15/11 01:35:43 (13 years ago)
Author:
swagner
Message:

Worked on OKB (#1174)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/OKB (trunk integration)/HeuristicLab.Services.OKB/3.3/Interfaces/IAdministrationService.cs

    r5298 r5299  
    2828namespace HeuristicLab.Services.OKB {
    2929  /// <summary>
    30   /// Interface of the OKB service.
     30  /// Interface of the OKB administration service.
    3131  /// </summary>
    3232  [ServiceContract(ProtectionLevel = ProtectionLevel.EncryptAndSign)]
    33   public interface IOKBService {
     33  public interface IAdministrationService {
    3434    #region Platform Methods
    3535    [OperationContract]
     
    192192    void DeleteRun(long id);
    193193    #endregion
    194 
    195     #region Query Methods
    196     [OperationContract]
    197     IEnumerable<Filter> GetFilters();
    198     [OperationContract]
    199     long QueryNumberOfRuns(Filter filter);
    200     [OperationContract]
    201     IEnumerable<Run> QueryRuns(Filter filter);
    202     #endregion
    203194  }
    204195}
Note: See TracChangeset for help on using the changeset viewer.