Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/15/17 17:51:28 (6 years ago)
Author:
jzenisek
Message:

#2839

  • worked on Job operations add&update
  • worked on ProjectPermission handling
  • worked on Project-Resource assignment
File:
1 edited

Legend:

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

    r15411 r15530  
    151151    #region ProjectPermission Methods
    152152    [OperationContract]
    153     void GrantProjectPermissions(Guid projectId, Guid[] grantedUserIds);
    154 
    155     [OperationContract]
    156     void RevokeProjectPermissions(Guid projectId, Guid[] grantedUserIds);
     153    void GrantProjectPermissions(Guid projectId, Guid[] grantedUserIds, bool cascading);
     154
     155    [OperationContract]
     156    void RevokeProjectPermissions(Guid projectId, Guid[] grantedUserIds, bool cascading);
    157157
    158158    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.