Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/17/11 14:47:56 (14 years ago)
Author:
cneumuel
Message:

#1233

  • added StateLog to log state transitions of hive jobs
  • added permissions to hive experiments (in data access layer, no UI for that yet)
  • extended unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs

    r5458 r5511  
    1212    #region Job Methods
    1313    [OperationContract]
    14     Guid AddJob(Job job, JobData jobData, IEnumerable<Guid> slaveGroupIds);
     14    Guid AddJob(Job job, JobData jobData, IEnumerable<Guid> resourceIds);
    1515
    1616    [OperationContract]
     
    3333
    3434    [OperationContract]
    35     void UpdateJob(Job jobDto, JobData jobDataDto);
     35    void UpdateJob(Job jobDto);
     36   
     37    [OperationContract]
     38    void UpdateJobData(Job jobDto, JobData jobDataDto);
    3639
    3740    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.