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.
7092 7093 7094 |
# File 'lib/kaltura_types.rb', line 7092 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.
7090 7091 7092 |
# File 'lib/kaltura_types.rb', line 7090 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.
7091 7092 7093 |
# File 'lib/kaltura_types.rb', line 7091 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.
7067 7068 7069 |
# File 'lib/kaltura_types.rb', line 7067 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.
7068 7069 7070 |
# File 'lib/kaltura_types.rb', line 7068 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.
7075 7076 7077 |
# File 'lib/kaltura_types.rb', line 7075 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
7100 7101 7102 |
# File 'lib/kaltura_types.rb', line 7100 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
7101 7102 7103 |
# File 'lib/kaltura_types.rb', line 7101 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
7102 7103 7104 |
# File 'lib/kaltura_types.rb', line 7102 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
7097 7098 7099 |
# File 'lib/kaltura_types.rb', line 7097 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
7098 7099 7100 |
# File 'lib/kaltura_types.rb', line 7098 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
7099 7100 7101 |
# File 'lib/kaltura_types.rb', line 7099 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
7104 7105 7106 |
# File 'lib/kaltura_types.rb', line 7104 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
7103 7104 7105 |
# File 'lib/kaltura_types.rb', line 7103 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.
7071 7072 7073 |
# File 'lib/kaltura_types.rb', line 7071 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.
7072 7073 7074 |
# File 'lib/kaltura_types.rb', line 7072 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.
7095 7096 7097 |
# File 'lib/kaltura_types.rb', line 7095 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.
7096 7097 7098 |
# File 'lib/kaltura_types.rb', line 7096 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
7062 7063 7064 |
# File 'lib/kaltura_types.rb', line 7062 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
7063 7064 7065 |
# File 'lib/kaltura_types.rb', line 7063 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.
7079 7080 7081 |
# File 'lib/kaltura_types.rb', line 7079 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
7080 7081 7082 |
# File 'lib/kaltura_types.rb', line 7080 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.
7081 7082 7083 |
# File 'lib/kaltura_types.rb', line 7081 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
7076 7077 7078 |
# File 'lib/kaltura_types.rb', line 7076 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
7077 7078 7079 |
# File 'lib/kaltura_types.rb', line 7077 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
7078 7079 7080 |
# File 'lib/kaltura_types.rb', line 7078 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.
7073 7074 7075 |
# File 'lib/kaltura_types.rb', line 7073 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.
7074 7075 7076 |
# File 'lib/kaltura_types.rb', line 7074 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.
7064 7065 7066 |
# File 'lib/kaltura_types.rb', line 7064 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
7065 7066 7067 |
# File 'lib/kaltura_types.rb', line 7065 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
7066 7067 7068 |
# File 'lib/kaltura_types.rb', line 7066 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
7087 7088 7089 |
# File 'lib/kaltura_types.rb', line 7087 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
7085 7086 7087 |
# File 'lib/kaltura_types.rb', line 7085 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
7088 7089 7090 |
# File 'lib/kaltura_types.rb', line 7088 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
7086 7087 7088 |
# File 'lib/kaltura_types.rb', line 7086 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
7089 7090 7091 |
# File 'lib/kaltura_types.rb', line 7089 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.
7093 7094 7095 |
# File 'lib/kaltura_types.rb', line 7093 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.
7094 7095 7096 |
# File 'lib/kaltura_types.rb', line 7094 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
7082 7083 7084 |
# File 'lib/kaltura_types.rb', line 7082 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
7083 7084 7085 |
# File 'lib/kaltura_types.rb', line 7083 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
7084 7085 7086 |
# File 'lib/kaltura_types.rb', line 7084 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.
7069 7070 7071 |
# File 'lib/kaltura_types.rb', line 7069 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.
7070 7071 7072 |
# File 'lib/kaltura_types.rb', line 7070 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.
7106 7107 7108 |
# File 'lib/kaltura_types.rb', line 7106 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.
7105 7106 7107 |
# File 'lib/kaltura_types.rb', line 7105 def urgency_less_than_or_equal @urgency_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 |
# File 'lib/kaltura_types.rb', line 7196 def from_xml(xml_element) super self.id_equal = xml_element.elements['idEqual'].text self.id_greater_than_or_equal = xml_element.elements['idGreaterThanOrEqual'].text self.partner_id_equal = xml_element.elements['partnerIdEqual'].text self.partner_id_in = xml_element.elements['partnerIdIn'].text self.partner_id_not_in = xml_element.elements['partnerIdNotIn'].text self.created_at_greater_than_or_equal = xml_element.elements['createdAtGreaterThanOrEqual'].text self.created_at_less_than_or_equal = xml_element.elements['createdAtLessThanOrEqual'].text self.updated_at_greater_than_or_equal = xml_element.elements['updatedAtGreaterThanOrEqual'].text self.updated_at_less_than_or_equal = xml_element.elements['updatedAtLessThanOrEqual'].text self.execution_attempts_greater_than_or_equal = xml_element.elements['executionAttemptsGreaterThanOrEqual'].text self.execution_attempts_less_than_or_equal = xml_element.elements['executionAttemptsLessThanOrEqual'].text self.lock_version_greater_than_or_equal = xml_element.elements['lockVersionGreaterThanOrEqual'].text self.lock_version_less_than_or_equal = xml_element.elements['lockVersionLessThanOrEqual'].text self.entry_id_equal = xml_element.elements['entryIdEqual'].text self.job_type_equal = xml_element.elements['jobTypeEqual'].text self.job_type_in = xml_element.elements['jobTypeIn'].text self.job_type_not_in = xml_element.elements['jobTypeNotIn'].text self.job_sub_type_equal = xml_element.elements['jobSubTypeEqual'].text self.job_sub_type_in = xml_element.elements['jobSubTypeIn'].text self.job_sub_type_not_in = xml_element.elements['jobSubTypeNotIn'].text self.status_equal = xml_element.elements['statusEqual'].text self.status_in = xml_element.elements['statusIn'].text self.status_not_in = xml_element.elements['statusNotIn'].text self.priority_greater_than_or_equal = xml_element.elements['priorityGreaterThanOrEqual'].text self.priority_less_than_or_equal = xml_element.elements['priorityLessThanOrEqual'].text self.priority_equal = xml_element.elements['priorityEqual'].text self.priority_in = xml_element.elements['priorityIn'].text self.priority_not_in = xml_element.elements['priorityNotIn'].text self.batch_version_greater_than_or_equal = xml_element.elements['batchVersionGreaterThanOrEqual'].text self.batch_version_less_than_or_equal = xml_element.elements['batchVersionLessThanOrEqual'].text self.batch_version_equal = xml_element.elements['batchVersionEqual'].text self.queue_time_greater_than_or_equal = xml_element.elements['queueTimeGreaterThanOrEqual'].text self.queue_time_less_than_or_equal = xml_element.elements['queueTimeLessThanOrEqual'].text self.finish_time_greater_than_or_equal = xml_element.elements['finishTimeGreaterThanOrEqual'].text self.finish_time_less_than_or_equal = xml_element.elements['finishTimeLessThanOrEqual'].text self.err_type_equal = xml_element.elements['errTypeEqual'].text self.err_type_in = xml_element.elements['errTypeIn'].text self.err_type_not_in = xml_element.elements['errTypeNotIn'].text self.err_number_equal = xml_element.elements['errNumberEqual'].text self.err_number_in = xml_element.elements['errNumberIn'].text self.err_number_not_in = xml_element.elements['errNumberNotIn'].text self.estimated_effort_less_than = xml_element.elements['estimatedEffortLessThan'].text self.estimated_effort_greater_than = xml_element.elements['estimatedEffortGreaterThan'].text self.urgency_less_than_or_equal = xml_element.elements['urgencyLessThanOrEqual'].text self.urgency_greater_than_or_equal = xml_element.elements['urgencyGreaterThanOrEqual'].text end |