Class: Kaltura::KalturaBusinessProcessServerBaseFilter
- Inherits:
-
KalturaFilter
- Object
- KalturaObjectBase
- KalturaFilter
- Kaltura::KalturaBusinessProcessServerBaseFilter
- Defined in:
- lib/kaltura_plugins/kaltura_business_process_notification_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_eq_or_null ⇒ Object
Returns the value of attribute dc_eq_or_null.
-
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#id_not_in ⇒ Object
Returns the value of attribute id_not_in.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#status_equal ⇒ Object
Returns the value of attribute status_equal.
-
#status_in ⇒ Object
Returns the value of attribute status_in.
-
#status_not_equal ⇒ Object
Returns the value of attribute status_not_equal.
-
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_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.
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.
221 222 223 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 221 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.
222 223 224 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 222 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#dc_eq_or_null ⇒ Object
Returns the value of attribute dc_eq_or_null.
234 235 236 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 234 def dc_eq_or_null @dc_eq_or_null end |
#dc_equal ⇒ Object
Returns the value of attribute dc_equal.
233 234 235 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 233 def dc_equal @dc_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
218 219 220 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 218 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
219 220 221 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 219 def id_in @id_in end |
#id_not_in ⇒ Object
Returns the value of attribute id_not_in.
220 221 222 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 220 def id_not_in @id_not_in end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
225 226 227 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 225 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
226 227 228 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 226 def partner_id_in @partner_id_in end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
227 228 229 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 227 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
229 230 231 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 229 def status_in @status_in end |
#status_not_equal ⇒ Object
Returns the value of attribute status_not_equal.
228 229 230 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 228 def status_not_equal @status_not_equal end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
230 231 232 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 230 def status_not_in @status_not_in end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
231 232 233 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 231 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
232 233 234 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 232 def type_in @type_in end |
#updated_at_greater_than_or_equal ⇒ Object
Returns the value of attribute updated_at_greater_than_or_equal.
223 224 225 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 223 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.
224 225 226 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 224 def updated_at_less_than_or_equal @updated_at_less_than_or_equal end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 |
# File 'lib/kaltura_plugins/kaltura_business_process_notification_client_plugin.rb', line 261 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['idIn'] != nil self.id_in = xml_element.elements['idIn'].text end if xml_element.elements['idNotIn'] != nil self.id_not_in = xml_element.elements['idNotIn'].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['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['statusEqual'] != nil self.status_equal = xml_element.elements['statusEqual'].text end if xml_element.elements['statusNotEqual'] != nil self.status_not_equal = xml_element.elements['statusNotEqual'].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['typeEqual'] != nil self.type_equal = xml_element.elements['typeEqual'].text end if xml_element.elements['typeIn'] != nil self.type_in = xml_element.elements['typeIn'].text end if xml_element.elements['dcEqual'] != nil self.dc_equal = xml_element.elements['dcEqual'].text end if xml_element.elements['dcEqOrNull'] != nil self.dc_eq_or_null = xml_element.elements['dcEqOrNull'].text end end |