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.
10609 10610 10611 |
# File 'lib/kaltura_types.rb', line 10609 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.
10607 10608 10609 |
# File 'lib/kaltura_types.rb', line 10607 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.
10608 10609 10610 |
# File 'lib/kaltura_types.rb', line 10608 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.
10584 10585 10586 |
# File 'lib/kaltura_types.rb', line 10584 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.
10585 10586 10587 |
# File 'lib/kaltura_types.rb', line 10585 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.
10592 10593 10594 |
# File 'lib/kaltura_types.rb', line 10592 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
10617 10618 10619 |
# File 'lib/kaltura_types.rb', line 10617 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
10618 10619 10620 |
# File 'lib/kaltura_types.rb', line 10618 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
10619 10620 10621 |
# File 'lib/kaltura_types.rb', line 10619 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
10614 10615 10616 |
# File 'lib/kaltura_types.rb', line 10614 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
10615 10616 10617 |
# File 'lib/kaltura_types.rb', line 10615 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
10616 10617 10618 |
# File 'lib/kaltura_types.rb', line 10616 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
10621 10622 10623 |
# File 'lib/kaltura_types.rb', line 10621 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
10620 10621 10622 |
# File 'lib/kaltura_types.rb', line 10620 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.
10588 10589 10590 |
# File 'lib/kaltura_types.rb', line 10588 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.
10589 10590 10591 |
# File 'lib/kaltura_types.rb', line 10589 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.
10612 10613 10614 |
# File 'lib/kaltura_types.rb', line 10612 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.
10613 10614 10615 |
# File 'lib/kaltura_types.rb', line 10613 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
10579 10580 10581 |
# File 'lib/kaltura_types.rb', line 10579 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
10580 10581 10582 |
# File 'lib/kaltura_types.rb', line 10580 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.
10596 10597 10598 |
# File 'lib/kaltura_types.rb', line 10596 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
10597 10598 10599 |
# File 'lib/kaltura_types.rb', line 10597 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.
10598 10599 10600 |
# File 'lib/kaltura_types.rb', line 10598 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
10593 10594 10595 |
# File 'lib/kaltura_types.rb', line 10593 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
10594 10595 10596 |
# File 'lib/kaltura_types.rb', line 10594 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
10595 10596 10597 |
# File 'lib/kaltura_types.rb', line 10595 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.
10590 10591 10592 |
# File 'lib/kaltura_types.rb', line 10590 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.
10591 10592 10593 |
# File 'lib/kaltura_types.rb', line 10591 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.
10581 10582 10583 |
# File 'lib/kaltura_types.rb', line 10581 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
10582 10583 10584 |
# File 'lib/kaltura_types.rb', line 10582 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
10583 10584 10585 |
# File 'lib/kaltura_types.rb', line 10583 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
10604 10605 10606 |
# File 'lib/kaltura_types.rb', line 10604 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
10602 10603 10604 |
# File 'lib/kaltura_types.rb', line 10602 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
10605 10606 10607 |
# File 'lib/kaltura_types.rb', line 10605 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
10603 10604 10605 |
# File 'lib/kaltura_types.rb', line 10603 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
10606 10607 10608 |
# File 'lib/kaltura_types.rb', line 10606 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.
10610 10611 10612 |
# File 'lib/kaltura_types.rb', line 10610 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.
10611 10612 10613 |
# File 'lib/kaltura_types.rb', line 10611 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
10599 10600 10601 |
# File 'lib/kaltura_types.rb', line 10599 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
10600 10601 10602 |
# File 'lib/kaltura_types.rb', line 10600 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
10601 10602 10603 |
# File 'lib/kaltura_types.rb', line 10601 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.
10586 10587 10588 |
# File 'lib/kaltura_types.rb', line 10586 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.
10587 10588 10589 |
# File 'lib/kaltura_types.rb', line 10587 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.
10623 10624 10625 |
# File 'lib/kaltura_types.rb', line 10623 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.
10622 10623 10624 |
# File 'lib/kaltura_types.rb', line 10622 def urgency_less_than_or_equal @urgency_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
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 10744 10745 10746 10747 10748 10749 10750 10751 10752 10753 10754 10755 10756 10757 10758 10759 10760 10761 10762 10763 10764 10765 10766 10767 10768 10769 10770 10771 10772 10773 10774 10775 10776 10777 10778 10779 10780 10781 10782 10783 10784 10785 10786 10787 10788 10789 10790 10791 10792 10793 10794 10795 10796 10797 10798 10799 10800 10801 10802 10803 10804 10805 10806 10807 10808 10809 10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 10820 10821 10822 10823 10824 10825 10826 10827 10828 10829 10830 10831 10832 10833 10834 10835 10836 10837 10838 10839 10840 10841 10842 10843 10844 10845 10846 10847 10848 10849 10850 |
# File 'lib/kaltura_types.rb', line 10713 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 |