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.
10056 10057 10058 |
# File 'lib/kaltura_types.rb', line 10056 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.
10054 10055 10056 |
# File 'lib/kaltura_types.rb', line 10054 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.
10055 10056 10057 |
# File 'lib/kaltura_types.rb', line 10055 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.
10031 10032 10033 |
# File 'lib/kaltura_types.rb', line 10031 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.
10032 10033 10034 |
# File 'lib/kaltura_types.rb', line 10032 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.
10039 10040 10041 |
# File 'lib/kaltura_types.rb', line 10039 def entry_id_equal @entry_id_equal end |
#err_number_equal ⇒ Object
Returns the value of attribute err_number_equal.
10064 10065 10066 |
# File 'lib/kaltura_types.rb', line 10064 def err_number_equal @err_number_equal end |
#err_number_in ⇒ Object
Returns the value of attribute err_number_in.
10065 10066 10067 |
# File 'lib/kaltura_types.rb', line 10065 def err_number_in @err_number_in end |
#err_number_not_in ⇒ Object
Returns the value of attribute err_number_not_in.
10066 10067 10068 |
# File 'lib/kaltura_types.rb', line 10066 def err_number_not_in @err_number_not_in end |
#err_type_equal ⇒ Object
Returns the value of attribute err_type_equal.
10061 10062 10063 |
# File 'lib/kaltura_types.rb', line 10061 def err_type_equal @err_type_equal end |
#err_type_in ⇒ Object
Returns the value of attribute err_type_in.
10062 10063 10064 |
# File 'lib/kaltura_types.rb', line 10062 def err_type_in @err_type_in end |
#err_type_not_in ⇒ Object
Returns the value of attribute err_type_not_in.
10063 10064 10065 |
# File 'lib/kaltura_types.rb', line 10063 def err_type_not_in @err_type_not_in end |
#estimated_effort_greater_than ⇒ Object
Returns the value of attribute estimated_effort_greater_than.
10068 10069 10070 |
# File 'lib/kaltura_types.rb', line 10068 def estimated_effort_greater_than @estimated_effort_greater_than end |
#estimated_effort_less_than ⇒ Object
Returns the value of attribute estimated_effort_less_than.
10067 10068 10069 |
# File 'lib/kaltura_types.rb', line 10067 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.
10035 10036 10037 |
# File 'lib/kaltura_types.rb', line 10035 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.
10036 10037 10038 |
# File 'lib/kaltura_types.rb', line 10036 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.
10059 10060 10061 |
# File 'lib/kaltura_types.rb', line 10059 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.
10060 10061 10062 |
# File 'lib/kaltura_types.rb', line 10060 def finish_time_less_than_or_equal @finish_time_less_than_or_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
10026 10027 10028 |
# File 'lib/kaltura_types.rb', line 10026 def id_equal @id_equal end |
#id_greater_than_or_equal ⇒ Object
Returns the value of attribute id_greater_than_or_equal.
10027 10028 10029 |
# File 'lib/kaltura_types.rb', line 10027 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.
10043 10044 10045 |
# File 'lib/kaltura_types.rb', line 10043 def job_sub_type_equal @job_sub_type_equal end |
#job_sub_type_in ⇒ Object
Returns the value of attribute job_sub_type_in.
10044 10045 10046 |
# File 'lib/kaltura_types.rb', line 10044 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.
10045 10046 10047 |
# File 'lib/kaltura_types.rb', line 10045 def job_sub_type_not_in @job_sub_type_not_in end |
#job_type_equal ⇒ Object
Returns the value of attribute job_type_equal.
10040 10041 10042 |
# File 'lib/kaltura_types.rb', line 10040 def job_type_equal @job_type_equal end |
#job_type_in ⇒ Object
Returns the value of attribute job_type_in.
10041 10042 10043 |
# File 'lib/kaltura_types.rb', line 10041 def job_type_in @job_type_in end |
#job_type_not_in ⇒ Object
Returns the value of attribute job_type_not_in.
10042 10043 10044 |
# File 'lib/kaltura_types.rb', line 10042 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.
10037 10038 10039 |
# File 'lib/kaltura_types.rb', line 10037 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.
10038 10039 10040 |
# File 'lib/kaltura_types.rb', line 10038 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.
10028 10029 10030 |
# File 'lib/kaltura_types.rb', line 10028 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
10029 10030 10031 |
# File 'lib/kaltura_types.rb', line 10029 def partner_id_in @partner_id_in end |
#partner_id_not_in ⇒ Object
Returns the value of attribute partner_id_not_in.
10030 10031 10032 |
# File 'lib/kaltura_types.rb', line 10030 def partner_id_not_in @partner_id_not_in end |
#priority_equal ⇒ Object
Returns the value of attribute priority_equal.
10051 10052 10053 |
# File 'lib/kaltura_types.rb', line 10051 def priority_equal @priority_equal end |
#priority_greater_than_or_equal ⇒ Object
Returns the value of attribute priority_greater_than_or_equal.
10049 10050 10051 |
# File 'lib/kaltura_types.rb', line 10049 def priority_greater_than_or_equal @priority_greater_than_or_equal end |
#priority_in ⇒ Object
Returns the value of attribute priority_in.
10052 10053 10054 |
# File 'lib/kaltura_types.rb', line 10052 def priority_in @priority_in end |
#priority_less_than_or_equal ⇒ Object
Returns the value of attribute priority_less_than_or_equal.
10050 10051 10052 |
# File 'lib/kaltura_types.rb', line 10050 def priority_less_than_or_equal @priority_less_than_or_equal end |
#priority_not_in ⇒ Object
Returns the value of attribute priority_not_in.
10053 10054 10055 |
# File 'lib/kaltura_types.rb', line 10053 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.
10057 10058 10059 |
# File 'lib/kaltura_types.rb', line 10057 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.
10058 10059 10060 |
# File 'lib/kaltura_types.rb', line 10058 def queue_time_less_than_or_equal @queue_time_less_than_or_equal end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
10046 10047 10048 |
# File 'lib/kaltura_types.rb', line 10046 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
10047 10048 10049 |
# File 'lib/kaltura_types.rb', line 10047 def status_in @status_in end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
10048 10049 10050 |
# File 'lib/kaltura_types.rb', line 10048 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.
10033 10034 10035 |
# File 'lib/kaltura_types.rb', line 10033 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.
10034 10035 10036 |
# File 'lib/kaltura_types.rb', line 10034 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.
10070 10071 10072 |
# File 'lib/kaltura_types.rb', line 10070 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.
10069 10070 10071 |
# File 'lib/kaltura_types.rb', line 10069 def urgency_less_than_or_equal @urgency_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
10160 10161 10162 10163 10164 10165 10166 10167 10168 10169 10170 10171 10172 10173 10174 10175 10176 10177 10178 10179 10180 10181 10182 10183 10184 10185 10186 10187 10188 10189 10190 10191 10192 10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 10211 10212 10213 10214 10215 10216 10217 10218 10219 10220 10221 10222 10223 10224 10225 10226 10227 10228 10229 10230 10231 10232 10233 10234 10235 10236 10237 10238 10239 10240 10241 10242 10243 10244 10245 10246 10247 10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 10258 10259 10260 10261 10262 10263 10264 10265 10266 10267 10268 10269 10270 10271 10272 10273 10274 10275 10276 10277 10278 10279 10280 10281 10282 10283 10284 10285 10286 10287 10288 10289 10290 10291 10292 10293 10294 10295 10296 10297 |
# File 'lib/kaltura_types.rb', line 10160 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 |