Changeset 2005 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 06/04/09 17:13:05 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/ApplicationConstants.cs
r1948 r2005 83 83 84 84 public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs"; 85 public static string RESPONSE_JOB_GET_JOB_BY_ID = "Job.GetJobById"; 85 86 public static string RESPONSE_JOB_ID_MUST_NOT_BE_SET = "Job.IdMustNotBeSet"; 86 87 public static string RESPONSE_JOB_JOB_ADDED = "Job.JobAdded"; -
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r1932 r2005 36 36 ResponseList<Job> GetAllJobs(); 37 37 [OperationContract] 38 ResponseObject<Job> GetJobById(Guid jobId); 39 [OperationContract] 38 40 ResponseObject<Job> AddNewJob(Job job); 39 41 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.