Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/20/18 11:52:33 (6 years ago)
Author:
jzenisek
Message:

#2839: updated genealogy computation for hive job administrator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs

    r15819 r15913  
    154154    [OperationContract]
    155155    IEnumerable<Project> GetProjectsForAdministration();
     156
     157    [OperationContract]
     158    IDictionary<Guid, HashSet<Guid>> GetProjectGenealogy();
    156159    #endregion
    157160
     
    211214    [OperationContract]
    212215    IEnumerable<SlaveGroup> GetSlaveGroupsForAdministration();
     216
     217    [OperationContract]
     218    IDictionary<Guid, HashSet<Guid>> GetResourceGenealogy();
    213219
    214220    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.