Class: Kaltura::KalturaFileSyncBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaFileSyncBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
-
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
-
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
-
#dc_in ⇒ Object
Returns the value of attribute dc_in.
-
#file_object_type_equal ⇒ Object
Returns the value of attribute file_object_type_equal.
-
#file_object_type_in ⇒ Object
Returns the value of attribute file_object_type_in.
-
#file_size_greater_than_or_equal ⇒ Object
Returns the value of attribute file_size_greater_than_or_equal.
-
#file_size_less_than_or_equal ⇒ Object
Returns the value of attribute file_size_less_than_or_equal.
-
#file_type_equal ⇒ Object
Returns the value of attribute file_type_equal.
-
#file_type_in ⇒ Object
Returns the value of attribute file_type_in.
-
#link_count_greater_than_or_equal ⇒ Object
Returns the value of attribute link_count_greater_than_or_equal.
-
#link_count_less_than_or_equal ⇒ Object
Returns the value of attribute link_count_less_than_or_equal.
-
#linked_id_equal ⇒ Object
Returns the value of attribute linked_id_equal.
-
#object_id_equal ⇒ Object
Returns the value of attribute object_id_equal.
-
#object_id_in ⇒ Object
Returns the value of attribute object_id_in.
-
#object_sub_type_equal ⇒ Object
Returns the value of attribute object_sub_type_equal.
-
#object_sub_type_in ⇒ Object
Returns the value of attribute object_sub_type_in.
-
#original_equal ⇒ Object
Returns the value of attribute original_equal.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#ready_at_greater_than_or_equal ⇒ Object
Returns the value of attribute ready_at_greater_than_or_equal.
-
#ready_at_less_than_or_equal ⇒ Object
Returns the value of attribute ready_at_less_than_or_equal.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#sync_time_greater_than_or_equal ⇒ Object
Returns the value of attribute sync_time_greater_than_or_equal.
-
#sync_time_less_than_or_equal ⇒ Object
Returns the value of attribute sync_time_less_than_or_equal.
-
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
-
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
-
#version_equal ⇒ Object
Returns the value of attribute version_equal.
-
#version_in ⇒ Object
Returns the value of attribute version_in.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
259 260 261 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 259 def created_at_greater_than_or_equal @created_at_greater_than_or_equal end |
#created_at_less_than_or_equal ⇒ Object
Returns the value of attribute created_at_less_than_or_equal.
260 261 262 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 260 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
256 257 258 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 256 def dc_equal @dc_equal end |
#dc_in ⇒ Object
Returns the value of attribute dc_in.
257 258 259 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 257 def dc_in @dc_in end |
#file_object_type_equal ⇒ Object
Returns the value of attribute file_object_type_equal.
248 249 250 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 248 def file_object_type_equal @file_object_type_equal end |
#file_object_type_in ⇒ Object
Returns the value of attribute file_object_type_in.
249 250 251 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 249 def file_object_type_in @file_object_type_in end |
#file_size_greater_than_or_equal ⇒ Object
Returns the value of attribute file_size_greater_than_or_equal.
274 275 276 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 274 def file_size_greater_than_or_equal @file_size_greater_than_or_equal end |
#file_size_less_than_or_equal ⇒ Object
Returns the value of attribute file_size_less_than_or_equal.
275 276 277 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 275 def file_size_less_than_or_equal @file_size_less_than_or_equal end |
#file_type_equal ⇒ Object
Returns the value of attribute file_type_equal.
269 270 271 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 269 def file_type_equal @file_type_equal end |
#file_type_in ⇒ Object
Returns the value of attribute file_type_in.
270 271 272 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 270 def file_type_in @file_type_in end |
#link_count_greater_than_or_equal ⇒ Object
Returns the value of attribute link_count_greater_than_or_equal.
272 273 274 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 272 def link_count_greater_than_or_equal @link_count_greater_than_or_equal end |
#link_count_less_than_or_equal ⇒ Object
Returns the value of attribute link_count_less_than_or_equal.
273 274 275 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 273 def link_count_less_than_or_equal @link_count_less_than_or_equal end |
#linked_id_equal ⇒ Object
Returns the value of attribute linked_id_equal.
271 272 273 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 271 def linked_id_equal @linked_id_equal end |
#object_id_equal ⇒ Object
Returns the value of attribute object_id_equal.
250 251 252 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 250 def object_id_equal @object_id_equal end |
#object_id_in ⇒ Object
Returns the value of attribute object_id_in.
251 252 253 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 251 def object_id_in @object_id_in end |
#object_sub_type_equal ⇒ Object
Returns the value of attribute object_sub_type_equal.
254 255 256 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 254 def object_sub_type_equal @object_sub_type_equal end |
#object_sub_type_in ⇒ Object
Returns the value of attribute object_sub_type_in.
255 256 257 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 255 def object_sub_type_in @object_sub_type_in end |
#original_equal ⇒ Object
Returns the value of attribute original_equal.
258 259 260 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 258 def original_equal @original_equal end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
247 248 249 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 247 def partner_id_equal @partner_id_equal end |
#ready_at_greater_than_or_equal ⇒ Object
Returns the value of attribute ready_at_greater_than_or_equal.
263 264 265 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 263 def ready_at_greater_than_or_equal @ready_at_greater_than_or_equal end |
#ready_at_less_than_or_equal ⇒ Object
Returns the value of attribute ready_at_less_than_or_equal.
264 265 266 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 264 def ready_at_less_than_or_equal @ready_at_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
267 268 269 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 267 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
268 269 270 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 268 def status_in @status_in end |
#sync_time_greater_than_or_equal ⇒ Object
Returns the value of attribute sync_time_greater_than_or_equal.
265 266 267 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 265 def sync_time_greater_than_or_equal @sync_time_greater_than_or_equal end |
#sync_time_less_than_or_equal ⇒ Object
Returns the value of attribute sync_time_less_than_or_equal.
266 267 268 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 266 def sync_time_less_than_or_equal @sync_time_less_than_or_equal end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
261 262 263 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 261 def updated_at_greater_than_or_equal @updated_at_greater_than_or_equal end |
#updated_at_less_than_or_equal ⇒ Object
Returns the value of attribute updated_at_less_than_or_equal.
262 263 264 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 262 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#version_equal ⇒ Object
Returns the value of attribute version_equal.
252 253 254 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 252 def version_equal @version_equal end |
#version_in ⇒ Object
Returns the value of attribute version_in.
253 254 255 |
# File 'lib/kaltura_plugins/kaltura_file_sync_client_plugin.rb', line 253 def version_in @version_in end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 |
# 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 |