app/models/ddr/batch/batch_object_datastream.rb in ddr-batch-2.0.0.alpha.3 vs app/models/ddr/batch/batch_object_datastream.rb in ddr-batch-2.0.0.beta.1

- old
+ new

@@ -4,10 +4,9 @@ belongs_to :batch_object, :inverse_of => :batch_object_datastreams DATASTREAMS = [ Ddr::Datastreams::CONTENT, Ddr::Datastreams::DESC_METADATA, - Ddr::Datastreams::RIGHTS_METADATA, Ddr::Datastreams::STRUCT_METADATA ] OPERATION_ADD = "ADD" # add this datastream to the object -- considered an error if datastream already exists OPERATION_ADDUPDATE = "ADDUPDATE" # add this datastream to or update this datastream in the object OPERATION_UPDATE = "UPDATE" # update this datastream in the object -- considered an error if datastream does not already exist