Class: Kaltura::KalturaBatchJobBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaBatchJobBaseFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#batch_version_equal ⇒ Object
Returns the value of attribute batch_version_equal.
-
#batch_version_greater_than_or_equal ⇒ Object
Returns the value of attribute batch_version_greater_than_or_equal.
-
#batch_version_less_than_or_equal ⇒ Object
Returns the value of attribute batch_version_less_than_or_equal.
-
#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.
-
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
-
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
-
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
-
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
-
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
-
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
-
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
-
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
-
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
-
#execution_attempts_greater_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_greater_than_or_equal.
-
#execution_attempts_less_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_less_than_or_equal.
-
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
-
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
-
#job_sub_type_equal ⇒ Object
Returns the value of attribute job_sub_type_equal.
-
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
-
#job_sub_type_not_in ⇒ Object
Returns the value of attribute job_sub_type_not_in.
-
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
-
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
-
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
-
#lock_version_greater_than_or_equal ⇒ Object
Returns the value of attribute lock_version_greater_than_or_equal.
-
#lock_version_less_than_or_equal ⇒ Object
Returns the value of attribute lock_version_less_than_or_equal.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
-
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
-
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
-
#priority_in ⇒ Object
Returns the value of attribute priority_in.
-
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
-
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
-
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
-
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
-
#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.
-
#urgency_greater_than_or_equal ⇒ Object
Returns the value of attribute urgency_greater_than_or_equal.
-
#urgency_less_than_or_equal ⇒ Object
Returns the value of attribute urgency_less_than_or_equal.
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#batch_version_equal ⇒ Object
Returns the value of attribute batch_version_equal.
10502 10503 10504 |
# File 'lib/kaltura_types.rb', line 10502 def batch_version_equal @batch_version_equal end |
#batch_version_greater_than_or_equal ⇒ Object
Returns the value of attribute batch_version_greater_than_or_equal.
10500 10501 10502 |
# File 'lib/kaltura_types.rb', line 10500 def batch_version_greater_than_or_equal @batch_version_greater_than_or_equal end |
#batch_version_less_than_or_equal ⇒ Object
Returns the value of attribute batch_version_less_than_or_equal.
10501 10502 10503 |
# File 'lib/kaltura_types.rb', line 10501 def batch_version_less_than_or_equal @batch_version_less_than_or_equal end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
10477 10478 10479 |
# File 'lib/kaltura_types.rb', line 10477 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.
10478 10479 10480 |
# File 'lib/kaltura_types.rb', line 10478 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#entry_id_equal ⇒ Object
Returns the value of attribute entry_id_equal.
10485 10486 10487 |
# File 'lib/kaltura_types.rb', line 10485 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
10510 10511 10512 |
# File 'lib/kaltura_types.rb', line 10510 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
10511 10512 10513 |
# File 'lib/kaltura_types.rb', line 10511 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
10512 10513 10514 |
# File 'lib/kaltura_types.rb', line 10512 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
10507 10508 10509 |
# File 'lib/kaltura_types.rb', line 10507 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
10508 10509 10510 |
# File 'lib/kaltura_types.rb', line 10508 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
10509 10510 10511 |
# File 'lib/kaltura_types.rb', line 10509 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
10514 10515 10516 |
# File 'lib/kaltura_types.rb', line 10514 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
10513 10514 10515 |
# File 'lib/kaltura_types.rb', line 10513 def estimated_effort_less_than @estimated_effort_less_than end |
#execution_attempts_greater_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_greater_than_or_equal.
10481 10482 10483 |
# File 'lib/kaltura_types.rb', line 10481 def execution_attempts_greater_than_or_equal @execution_attempts_greater_than_or_equal end |
#execution_attempts_less_than_or_equal ⇒ Object
Returns the value of attribute execution_attempts_less_than_or_equal.
10482 10483 10484 |
# File 'lib/kaltura_types.rb', line 10482 def execution_attempts_less_than_or_equal @execution_attempts_less_than_or_equal end |
#finish_time_greater_than_or_equal ⇒ Object
Returns the value of attribute finish_time_greater_than_or_equal.
10505 10506 10507 |
# File 'lib/kaltura_types.rb', line 10505 def finish_time_greater_than_or_equal @finish_time_greater_than_or_equal end |
#finish_time_less_than_or_equal ⇒ Object
Returns the value of attribute finish_time_less_than_or_equal.
10506 10507 10508 |
# File 'lib/kaltura_types.rb', line 10506 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
10472 10473 10474 |
# File 'lib/kaltura_types.rb', line 10472 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
10473 10474 10475 |
# File 'lib/kaltura_types.rb', line 10473 def id_greater_than_or_equal @id_greater_than_or_equal end |
#job_sub_type_equal ⇒ Object
Returns the value of attribute job_sub_type_equal.
10489 10490 10491 |
# File 'lib/kaltura_types.rb', line 10489 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
10490 10491 10492 |
# File 'lib/kaltura_types.rb', line 10490 def job_sub_type_in @job_sub_type_in end |
#job_sub_type_not_in ⇒ Object
Returns the value of attribute job_sub_type_not_in.
10491 10492 10493 |
# File 'lib/kaltura_types.rb', line 10491 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
10486 10487 10488 |
# File 'lib/kaltura_types.rb', line 10486 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
10487 10488 10489 |
# File 'lib/kaltura_types.rb', line 10487 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
10488 10489 10490 |
# File 'lib/kaltura_types.rb', line 10488 def job_type_not_in @job_type_not_in end |
#lock_version_greater_than_or_equal ⇒ Object
Returns the value of attribute lock_version_greater_than_or_equal.
10483 10484 10485 |
# File 'lib/kaltura_types.rb', line 10483 def lock_version_greater_than_or_equal @lock_version_greater_than_or_equal end |
#lock_version_less_than_or_equal ⇒ Object
Returns the value of attribute lock_version_less_than_or_equal.
10484 10485 10486 |
# File 'lib/kaltura_types.rb', line 10484 def lock_version_less_than_or_equal @lock_version_less_than_or_equal end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
10474 10475 10476 |
# File 'lib/kaltura_types.rb', line 10474 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
10475 10476 10477 |
# File 'lib/kaltura_types.rb', line 10475 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
10476 10477 10478 |
# File 'lib/kaltura_types.rb', line 10476 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
10497 10498 10499 |
# File 'lib/kaltura_types.rb', line 10497 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
10495 10496 10497 |
# File 'lib/kaltura_types.rb', line 10495 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
10498 10499 10500 |
# File 'lib/kaltura_types.rb', line 10498 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
10496 10497 10498 |
# File 'lib/kaltura_types.rb', line 10496 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
10499 10500 10501 |
# File 'lib/kaltura_types.rb', line 10499 def priority_not_in @priority_not_in end |
#queue_time_greater_than_or_equal ⇒ Object
Returns the value of attribute queue_time_greater_than_or_equal.
10503 10504 10505 |
# File 'lib/kaltura_types.rb', line 10503 def queue_time_greater_than_or_equal @queue_time_greater_than_or_equal end |
#queue_time_less_than_or_equal ⇒ Object
Returns the value of attribute queue_time_less_than_or_equal.
10504 10505 10506 |
# File 'lib/kaltura_types.rb', line 10504 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
10492 10493 10494 |
# File 'lib/kaltura_types.rb', line 10492 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
10493 10494 10495 |
# File 'lib/kaltura_types.rb', line 10493 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
10494 10495 10496 |
# File 'lib/kaltura_types.rb', line 10494 def status_not_in @status_not_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
10479 10480 10481 |
# File 'lib/kaltura_types.rb', line 10479 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.
10480 10481 10482 |
# File 'lib/kaltura_types.rb', line 10480 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
#urgency_greater_than_or_equal ⇒ Object
Returns the value of attribute urgency_greater_than_or_equal.
10516 10517 10518 |
# File 'lib/kaltura_types.rb', line 10516 def urgency_greater_than_or_equal @urgency_greater_than_or_equal end |
#urgency_less_than_or_equal ⇒ Object
Returns the value of attribute urgency_less_than_or_equal.
10515 10516 10517 |
# File 'lib/kaltura_types.rb', line 10515 def urgency_less_than_or_equal @urgency_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 10617 10618 10619 10620 10621 10622 10623 10624 10625 10626 10627 10628 10629 10630 10631 10632 10633 10634 10635 10636 10637 10638 10639 10640 10641 10642 10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 10654 10655 10656 10657 10658 10659 10660 10661 10662 10663 10664 10665 10666 10667 10668 10669 10670 10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 10700 10701 10702 10703 10704 10705 10706 10707 10708 10709 10710 10711 10712 10713 10714 10715 10716 10717 10718 10719 10720 10721 10722 10723 10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 10739 10740 10741 10742 10743 |
# File 'lib/kaltura_types.rb', line 10606 def from_xml(xml_element) super if xml_element.elements['idEqual'] != nil self.id_equal = xml_element.elements['idEqual'].text end if xml_element.elements['idGreaterThanOrEqual'] != nil self.id_greater_than_or_equal = xml_element.elements['idGreaterThanOrEqual'].text end if xml_element.elements['partnerIdEqual'] != nil self.partner_id_equal = xml_element.elements['partnerIdEqual'].text end if xml_element.elements['partnerIdIn'] != nil self.partner_id_in = xml_element.elements['partnerIdIn'].text end if xml_element.elements['partnerIdNotIn'] != nil self.partner_id_not_in = xml_element.elements['partnerIdNotIn'].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['executionAttemptsGreaterThanOrEqual'] != nil self.execution_attempts_greater_than_or_equal = xml_element.elements['executionAttemptsGreaterThanOrEqual'].text end if xml_element.elements['executionAttemptsLessThanOrEqual'] != nil self.execution_attempts_less_than_or_equal = xml_element.elements['executionAttemptsLessThanOrEqual'].text end if xml_element.elements['lockVersionGreaterThanOrEqual'] != nil self.lock_version_greater_than_or_equal = xml_element.elements['lockVersionGreaterThanOrEqual'].text end if xml_element.elements['lockVersionLessThanOrEqual'] != nil self.lock_version_less_than_or_equal = xml_element.elements['lockVersionLessThanOrEqual'].text end if xml_element.elements['entryIdEqual'] != nil self.entry_id_equal = xml_element.elements['entryIdEqual'].text end if xml_element.elements['jobTypeEqual'] != nil self.job_type_equal = xml_element.elements['jobTypeEqual'].text end if xml_element.elements['jobTypeIn'] != nil self.job_type_in = xml_element.elements['jobTypeIn'].text end if xml_element.elements['jobTypeNotIn'] != nil self.job_type_not_in = xml_element.elements['jobTypeNotIn'].text end if xml_element.elements['jobSubTypeEqual'] != nil self.job_sub_type_equal = xml_element.elements['jobSubTypeEqual'].text end if xml_element.elements['jobSubTypeIn'] != nil self.job_sub_type_in = xml_element.elements['jobSubTypeIn'].text end if xml_element.elements['jobSubTypeNotIn'] != nil self.job_sub_type_not_in = xml_element.elements['jobSubTypeNotIn'].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['statusNotIn'] != nil self.status_not_in = xml_element.elements['statusNotIn'].text end if xml_element.elements['priorityGreaterThanOrEqual'] != nil self.priority_greater_than_or_equal = xml_element.elements['priorityGreaterThanOrEqual'].text end if xml_element.elements['priorityLessThanOrEqual'] != nil self.priority_less_than_or_equal = xml_element.elements['priorityLessThanOrEqual'].text end if xml_element.elements['priorityEqual'] != nil self.priority_equal = xml_element.elements['priorityEqual'].text end if xml_element.elements['priorityIn'] != nil self.priority_in = xml_element.elements['priorityIn'].text end if xml_element.elements['priorityNotIn'] != nil self.priority_not_in = xml_element.elements['priorityNotIn'].text end if xml_element.elements['batchVersionGreaterThanOrEqual'] != nil self.batch_version_greater_than_or_equal = xml_element.elements['batchVersionGreaterThanOrEqual'].text end if xml_element.elements['batchVersionLessThanOrEqual'] != nil self.batch_version_less_than_or_equal = xml_element.elements['batchVersionLessThanOrEqual'].text end if xml_element.elements['batchVersionEqual'] != nil self.batch_version_equal = xml_element.elements['batchVersionEqual'].text end if xml_element.elements['queueTimeGreaterThanOrEqual'] != nil self.queue_time_greater_than_or_equal = xml_element.elements['queueTimeGreaterThanOrEqual'].text end if xml_element.elements['queueTimeLessThanOrEqual'] != nil self.queue_time_less_than_or_equal = xml_element.elements['queueTimeLessThanOrEqual'].text end if xml_element.elements['finishTimeGreaterThanOrEqual'] != nil self.finish_time_greater_than_or_equal = xml_element.elements['finishTimeGreaterThanOrEqual'].text end if xml_element.elements['finishTimeLessThanOrEqual'] != nil self.finish_time_less_than_or_equal = xml_element.elements['finishTimeLessThanOrEqual'].text end if xml_element.elements['errTypeEqual'] != nil self.err_type_equal = xml_element.elements['errTypeEqual'].text end if xml_element.elements['errTypeIn'] != nil self.err_type_in = xml_element.elements['errTypeIn'].text end if xml_element.elements['errTypeNotIn'] != nil self.err_type_not_in = xml_element.elements['errTypeNotIn'].text end if xml_element.elements['errNumberEqual'] != nil self.err_number_equal = xml_element.elements['errNumberEqual'].text end if xml_element.elements['errNumberIn'] != nil self.err_number_in = xml_element.elements['errNumberIn'].text end if xml_element.elements['errNumberNotIn'] != nil self.err_number_not_in = xml_element.elements['errNumberNotIn'].text end if xml_element.elements['estimatedEffortLessThan'] != nil self.estimated_effort_less_than = xml_element.elements['estimatedEffortLessThan'].text end if xml_element.elements['estimatedEffortGreaterThan'] != nil self.estimated_effort_greater_than = xml_element.elements['estimatedEffortGreaterThan'].text end if xml_element.elements['urgencyLessThanOrEqual'] != nil self.urgency_less_than_or_equal = xml_element.elements['urgencyLessThanOrEqual'].text end if xml_element.elements['urgencyGreaterThanOrEqual'] != nil self.urgency_greater_than_or_equal = xml_element.elements['urgencyGreaterThanOrEqual'].text end end |