- Timestamp:
- 09/13/18 13:18:45 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Hive
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Services.Hive/3.3/Interfaces/IAuthorizationManager.cs
r15583 r16139 22 22 using System; 23 23 using HeuristicLab.Services.Hive.DataTransfer; 24 using System.Collections.Generic; 24 25 25 26 namespace HeuristicLab.Services.Hive { … … 35 36 36 37 void AuthorizeForResourceAdministration(Guid resourceId); 38 39 void AuthorizeForProjectAdministration(Guid projectId, bool parentalOwnership); 40 41 void AuthorizeForProjectResourceAdministration(Guid projectId, IEnumerable<Guid> resourceIds); 42 43 void AuthorizeProjectForResourcesUse(Guid projectId, IEnumerable<Guid> resourceIds); 44 45 void AuthorizeUserForProjectUse(Guid userId, Guid projectId); 37 46 } 38 47 }
Note: See TracChangeset
for help on using the changeset viewer.