Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/08/11 14:37:52 (13 years ago)
Author:
ascheibe
Message:

#1233 Review comments: renamed HiveEperiment to Job

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs

    r6721 r6723  
    2020  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Task))]
    2121  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Downtime))]
    22   [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.HiveExperimentPermission))]
     22  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.JobPermission))]
    2323  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.PluginData))]
    2424  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.NamedHiveItem))]
    25   [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.HiveExperiment))]
     25  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Job))]
    2626  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Plugin))]
    2727  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Resource))]
     
    281281
    282282    [System.Runtime.Serialization.OptionalFieldAttribute()]
    283     private System.Guid HiveExperimentIdField;
    284 
    285     [System.Runtime.Serialization.OptionalFieldAttribute()]
    286283    private bool IsParentJobField;
    287284
    288285    [System.Runtime.Serialization.OptionalFieldAttribute()]
    289286    private bool IsPrivilegedField;
     287
     288    [System.Runtime.Serialization.OptionalFieldAttribute()]
     289    private System.Guid JobIdField;
    290290
    291291    [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    328328
    329329    [System.Runtime.Serialization.DataMemberAttribute()]
    330     public System.Guid HiveExperimentId {
    331       get {
    332         return this.HiveExperimentIdField;
    333       }
    334       set {
    335         if ((this.HiveExperimentIdField.Equals(value) != true)) {
    336           this.HiveExperimentIdField = value;
    337           this.RaisePropertyChanged("HiveExperimentId");
    338         }
    339       }
    340     }
    341 
    342     [System.Runtime.Serialization.DataMemberAttribute()]
    343330    public bool IsParentJob {
    344331      get {
     
    367354
    368355    [System.Runtime.Serialization.DataMemberAttribute()]
     356    public System.Guid JobId {
     357      get {
     358        return this.JobIdField;
     359      }
     360      set {
     361        if ((this.JobIdField.Equals(value) != true)) {
     362          this.JobIdField = value;
     363          this.RaisePropertyChanged("JobId");
     364        }
     365      }
     366    }
     367
     368    [System.Runtime.Serialization.DataMemberAttribute()]
    369369    public System.Nullable<System.DateTime> LastHeartbeat {
    370370      get {
     
    524524  [System.Diagnostics.DebuggerStepThroughAttribute()]
    525525  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    526   [System.Runtime.Serialization.DataContractAttribute(Name = "HiveExperimentPermission", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")]
     526  [System.Runtime.Serialization.DataContractAttribute(Name = "JobPermission", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")]
    527527  [System.SerializableAttribute()]
    528   public partial class HiveExperimentPermission : HeuristicLab.Clients.Hive.HiveItem {
     528  public partial class JobPermission : HeuristicLab.Clients.Hive.HiveItem {
    529529
    530530    [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    535535
    536536    [System.Runtime.Serialization.OptionalFieldAttribute()]
    537     private System.Guid HiveExperimentIdField;
     537    private System.Guid JobIdField;
    538538
    539539    [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    567567
    568568    [System.Runtime.Serialization.DataMemberAttribute()]
    569     public System.Guid HiveExperimentId {
    570       get {
    571         return this.HiveExperimentIdField;
    572       }
    573       set {
    574         if ((this.HiveExperimentIdField.Equals(value) != true)) {
    575           this.HiveExperimentIdField = value;
    576           this.RaisePropertyChanged("HiveExperimentId");
     569    public System.Guid JobId {
     570      get {
     571        return this.JobIdField;
     572      }
     573      set {
     574        if ((this.JobIdField.Equals(value) != true)) {
     575          this.JobIdField = value;
     576          this.RaisePropertyChanged("JobId");
    577577        }
    578578      }
     
    652652  [System.Runtime.Serialization.DataContractAttribute(Name = "NamedHiveItem", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")]
    653653  [System.SerializableAttribute()]
    654   [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.HiveExperiment))]
     654  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Job))]
    655655  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Plugin))]
    656656  [System.Runtime.Serialization.KnownTypeAttribute(typeof(HeuristicLab.Clients.Hive.Resource))]
     
    694694  [System.Diagnostics.DebuggerStepThroughAttribute()]
    695695  [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
    696   [System.Runtime.Serialization.DataContractAttribute(Name = "HiveExperiment", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")]
     696  [System.Runtime.Serialization.DataContractAttribute(Name = "Job", Namespace = "http://schemas.datacontract.org/2004/07/HeuristicLab.Services.Hive.DataTransfer")]
    697697  [System.SerializableAttribute()]
    698   public partial class HiveExperiment : HeuristicLab.Clients.Hive.NamedHiveItem {
     698  public partial class Job : HeuristicLab.Clients.Hive.NamedHiveItem {
    699699
    700700    [System.Runtime.Serialization.OptionalFieldAttribute()]
     
    16481648
    16491649    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/GetHiveExperiment", ReplyAction = "http://tempuri.org/IHiveService/GetHiveExperimentResponse")]
    1650     HeuristicLab.Clients.Hive.HiveExperiment GetHiveExperiment(System.Guid id);
     1650    HeuristicLab.Clients.Hive.Job GetHiveExperiment(System.Guid id);
    16511651
    16521652    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/GetHiveExperiments", ReplyAction = "http://tempuri.org/IHiveService/GetHiveExperimentsResponse")]
    1653     System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperiment> GetHiveExperiments();
     1653    System.Collections.Generic.List<HeuristicLab.Clients.Hive.Job> GetHiveExperiments();
    16541654
    16551655    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/GetAllHiveExperiments", ReplyAction = "http://tempuri.org/IHiveService/GetAllHiveExperimentsResponse")]
    1656     System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperiment> GetAllHiveExperiments();
     1656    System.Collections.Generic.List<HeuristicLab.Clients.Hive.Job> GetAllHiveExperiments();
    16571657
    16581658    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/AddHiveExperiment", ReplyAction = "http://tempuri.org/IHiveService/AddHiveExperimentResponse")]
    1659     System.Guid AddHiveExperiment(HeuristicLab.Clients.Hive.HiveExperiment hiveExperimentDto);
     1659    System.Guid AddHiveExperiment(HeuristicLab.Clients.Hive.Job hiveExperimentDto);
    16601660
    16611661    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/UpdateHiveExperiment", ReplyAction = "http://tempuri.org/IHiveService/UpdateHiveExperimentResponse")]
    1662     void UpdateHiveExperiment(HeuristicLab.Clients.Hive.HiveExperiment hiveExperimentDto);
     1662    void UpdateHiveExperiment(HeuristicLab.Clients.Hive.Job hiveExperimentDto);
    16631663
    16641664    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/DeleteHiveExperiment", ReplyAction = "http://tempuri.org/IHiveService/DeleteHiveExperimentResponse")]
     
    16721672
    16731673    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/GetHiveExperimentPermissions", ReplyAction = "http://tempuri.org/IHiveService/GetHiveExperimentPermissionsResponse")]
    1674     System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperimentPermission> GetHiveExperimentPermissions(System.Guid hiveExperimentId);
     1674    System.Collections.Generic.List<HeuristicLab.Clients.Hive.JobPermission> GetHiveExperimentPermissions(System.Guid hiveExperimentId);
    16751675
    16761676    [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IHiveService/IsAllowedPrivileged", ReplyAction = "http://tempuri.org/IHiveService/IsAllowedPrivilegedResponse")]
     
    18741874    }
    18751875
    1876     public HeuristicLab.Clients.Hive.HiveExperiment GetHiveExperiment(System.Guid id) {
     1876    public HeuristicLab.Clients.Hive.Job GetHiveExperiment(System.Guid id) {
    18771877      return base.Channel.GetHiveExperiment(id);
    18781878    }
    18791879
    1880     public System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperiment> GetHiveExperiments() {
     1880    public System.Collections.Generic.List<HeuristicLab.Clients.Hive.Job> GetHiveExperiments() {
    18811881      return base.Channel.GetHiveExperiments();
    18821882    }
    18831883
    1884     public System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperiment> GetAllHiveExperiments() {
     1884    public System.Collections.Generic.List<HeuristicLab.Clients.Hive.Job> GetAllHiveExperiments() {
    18851885      return base.Channel.GetAllHiveExperiments();
    18861886    }
    18871887
    1888     public System.Guid AddHiveExperiment(HeuristicLab.Clients.Hive.HiveExperiment hiveExperimentDto) {
     1888    public System.Guid AddHiveExperiment(HeuristicLab.Clients.Hive.Job hiveExperimentDto) {
    18891889      return base.Channel.AddHiveExperiment(hiveExperimentDto);
    18901890    }
    18911891
    1892     public void UpdateHiveExperiment(HeuristicLab.Clients.Hive.HiveExperiment hiveExperimentDto) {
     1892    public void UpdateHiveExperiment(HeuristicLab.Clients.Hive.Job hiveExperimentDto) {
    18931893      base.Channel.UpdateHiveExperiment(hiveExperimentDto);
    18941894    }
     
    19061906    }
    19071907
    1908     public System.Collections.Generic.List<HeuristicLab.Clients.Hive.HiveExperimentPermission> GetHiveExperimentPermissions(System.Guid hiveExperimentId) {
     1908    public System.Collections.Generic.List<HeuristicLab.Clients.Hive.JobPermission> GetHiveExperimentPermissions(System.Guid hiveExperimentId) {
    19091909      return base.Channel.GetHiveExperimentPermissions(hiveExperimentId);
    19101910    }
Note: See TracChangeset for help on using the changeset viewer.