class Kaltura::KalturaFileSyncBaseFilter

Attributes

created_at_greater_than_or_equal[RW]
created_at_less_than_or_equal[RW]
dc_equal[RW]
dc_in[RW]
file_object_type_equal[RW]
file_object_type_in[RW]
file_size_greater_than_or_equal[RW]
file_size_less_than_or_equal[RW]
file_type_equal[RW]
file_type_in[RW]
linked_id_equal[RW]
object_id_equal[RW]
object_id_in[RW]
object_sub_type_equal[RW]
object_sub_type_in[RW]
original_equal[RW]
partner_id_equal[RW]
ready_at_greater_than_or_equal[RW]
ready_at_less_than_or_equal[RW]
status_equal[RW]
status_in[RW]
sync_time_greater_than_or_equal[RW]
sync_time_less_than_or_equal[RW]
updated_at_greater_than_or_equal[RW]
updated_at_less_than_or_equal[RW]
version_equal[RW]
version_in[RW]

Public Instance Methods

created_at_greater_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 286
def created_at_greater_than_or_equal=(val)
        @created_at_greater_than_or_equal = val.to_i
end
created_at_less_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 289
def created_at_less_than_or_equal=(val)
        @created_at_less_than_or_equal = val.to_i
end
file_size_greater_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 325
def file_size_greater_than_or_equal=(val)
        @file_size_greater_than_or_equal = val.to_f
end
file_size_less_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 328
def file_size_less_than_or_equal=(val)
        @file_size_less_than_or_equal = val.to_f
end
file_type_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 313
def file_type_equal=(val)
        @file_type_equal = val.to_i
end
from_xml(xml_element) click to toggle source
Calls superclass method
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 332
def from_xml(xml_element)
        super
        if xml_element.elements['partnerIdEqual'] != nil
                self.partner_id_equal = xml_element.elements['partnerIdEqual'].text
        end
        if xml_element.elements['fileObjectTypeEqual'] != nil
                self.file_object_type_equal = xml_element.elements['fileObjectTypeEqual'].text
        end
        if xml_element.elements['fileObjectTypeIn'] != nil
                self.file_object_type_in = xml_element.elements['fileObjectTypeIn'].text
        end
        if xml_element.elements['objectIdEqual'] != nil
                self.object_id_equal = xml_element.elements['objectIdEqual'].text
        end
        if xml_element.elements['objectIdIn'] != nil
                self.object_id_in = xml_element.elements['objectIdIn'].text
        end
        if xml_element.elements['versionEqual'] != nil
                self.version_equal = xml_element.elements['versionEqual'].text
        end
        if xml_element.elements['versionIn'] != nil
                self.version_in = xml_element.elements['versionIn'].text
        end
        if xml_element.elements['objectSubTypeEqual'] != nil
                self.object_sub_type_equal = xml_element.elements['objectSubTypeEqual'].text
        end
        if xml_element.elements['objectSubTypeIn'] != nil
                self.object_sub_type_in = xml_element.elements['objectSubTypeIn'].text
        end
        if xml_element.elements['dcEqual'] != nil
                self.dc_equal = xml_element.elements['dcEqual'].text
        end
        if xml_element.elements['dcIn'] != nil
                self.dc_in = xml_element.elements['dcIn'].text
        end
        if xml_element.elements['originalEqual'] != nil
                self.original_equal = xml_element.elements['originalEqual'].text
        end
        if xml_element.elements['createdAtGreaterThanOrEqual'] != nil
                self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text
        end
        if xml_element.elements['createdAtLessThanOrEqual'] != nil
                self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text
        end
        if xml_element.elements['updatedAtGreaterThanOrEqual'] != nil
                self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text
        end
        if xml_element.elements['updatedAtLessThanOrEqual'] != nil
                self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text
        end
        if xml_element.elements['readyAtGreaterThanOrEqual'] != nil
                self.ready_at_greater_than_or_equal = xml_element.elements['readyAtGreaterThanOrEqual'].text
        end
        if xml_element.elements['readyAtLessThanOrEqual'] != nil
                self.ready_at_less_than_or_equal = xml_element.elements['readyAtLessThanOrEqual'].text
        end
        if xml_element.elements['syncTimeGreaterThanOrEqual'] != nil
                self.sync_time_greater_than_or_equal = xml_element.elements['syncTimeGreaterThanOrEqual'].text
        end
        if xml_element.elements['syncTimeLessThanOrEqual'] != nil
                self.sync_time_less_than_or_equal = xml_element.elements['syncTimeLessThanOrEqual'].text
        end
        if xml_element.elements['statusEqual'] != nil
                self.status_equal = xml_element.elements['statusEqual'].text
        end
        if xml_element.elements['statusIn'] != nil
                self.status_in = xml_element.elements['statusIn'].text
        end
        if xml_element.elements['fileTypeEqual'] != nil
                self.file_type_equal = xml_element.elements['fileTypeEqual'].text
        end
        if xml_element.elements['fileTypeIn'] != nil
                self.file_type_in = xml_element.elements['fileTypeIn'].text
        end
        if xml_element.elements['linkedIdEqual'] != nil
                self.linked_id_equal = xml_element.elements['linkedIdEqual'].text
        end
        if xml_element.elements['linkCountGreaterThanOrEqual'] != nil
                self.link_count_greater_than_or_equal = xml_element.elements['linkCountGreaterThanOrEqual'].text
        end
        if xml_element.elements['linkCountLessThanOrEqual'] != nil
                self.link_count_less_than_or_equal = xml_element.elements['linkCountLessThanOrEqual'].text
        end
        if xml_element.elements['fileSizeGreaterThanOrEqual'] != nil
                self.file_size_greater_than_or_equal = xml_element.elements['fileSizeGreaterThanOrEqual'].text
        end
        if xml_element.elements['fileSizeLessThanOrEqual'] != nil
                self.file_size_less_than_or_equal = xml_element.elements['fileSizeLessThanOrEqual'].text
        end
end
linked_id_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 316
def linked_id_equal=(val)
        @linked_id_equal = val.to_i
end
object_sub_type_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 280
def object_sub_type_equal=(val)
        @object_sub_type_equal = val.to_i
end
original_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 283
def original_equal=(val)
        @original_equal = val.to_i
end
partner_id_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 277
def partner_id_equal=(val)
        @partner_id_equal = val.to_i
end
ready_at_greater_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 298
def ready_at_greater_than_or_equal=(val)
        @ready_at_greater_than_or_equal = val.to_i
end
ready_at_less_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 301
def ready_at_less_than_or_equal=(val)
        @ready_at_less_than_or_equal = val.to_i
end
status_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 310
def status_equal=(val)
        @status_equal = val.to_i
end
sync_time_greater_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 304
def sync_time_greater_than_or_equal=(val)
        @sync_time_greater_than_or_equal = val.to_i
end
sync_time_less_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 307
def sync_time_less_than_or_equal=(val)
        @sync_time_less_than_or_equal = val.to_i
end
updated_at_greater_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 292
def updated_at_greater_than_or_equal=(val)
        @updated_at_greater_than_or_equal = val.to_i
end
updated_at_less_than_or_equal=(val) click to toggle source
# File lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb, line 295
def updated_at_less_than_or_equal=(val)
        @updated_at_less_than_or_equal = val.to_i
end