Class: Kaltura::KalturaBaseEntryBaseFilter

Inherits:
KalturaRelatedFilter show all
Defined in:
lib/kaltura_types.rb

Direct Known Subclasses

KalturaBaseEntryFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_id_equalObject

Returns the value of attribute access_control_id_equal.



7274
7275
7276
# File 'lib/kaltura_types.rb', line 7274

def access_control_id_equal
  @access_control_id_equal
end

#access_control_id_inObject

Returns the value of attribute access_control_id_in.



7275
7276
7277
# File 'lib/kaltura_types.rb', line 7275

def access_control_id_in
  @access_control_id_in
end

#admin_tags_likeObject

This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags set by an ADMIN user (no wildcards, spaces are treated as part of the string).



7229
7230
7231
# File 'lib/kaltura_types.rb', line 7229

def admin_tags_like
  @admin_tags_like
end

#admin_tags_multi_like_andObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).



7233
7234
7235
# File 'lib/kaltura_types.rb', line 7233

def admin_tags_multi_like_and
  @admin_tags_multi_like_and
end

#admin_tags_multi_like_orObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, set by an ADMIN user, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).



7231
7232
7233
# File 'lib/kaltura_types.rb', line 7231

def admin_tags_multi_like_or
  @admin_tags_multi_like_or
end

#categories_ids_emptyObject

Returns the value of attribute categories_ids_empty.



7243
7244
7245
# File 'lib/kaltura_types.rb', line 7243

def categories_ids_empty
  @categories_ids_empty
end

#categories_ids_match_andObject

Returns the value of attribute categories_ids_match_and.



7238
7239
7240
# File 'lib/kaltura_types.rb', line 7238

def categories_ids_match_and
  @categories_ids_match_and
end

#categories_ids_match_orObject

All entries of the categories, excluding their child categories. To include entries of the child categories, use categoryAncestorIdIn, or categoriesMatchOr.



7241
7242
7243
# File 'lib/kaltura_types.rb', line 7241

def categories_ids_match_or
  @categories_ids_match_or
end

#categories_ids_not_containsObject

Returns the value of attribute categories_ids_not_contains.



7242
7243
7244
# File 'lib/kaltura_types.rb', line 7242

def categories_ids_not_contains
  @categories_ids_not_contains
end

#categories_match_andObject

Returns the value of attribute categories_match_and.



7234
7235
7236
# File 'lib/kaltura_types.rb', line 7234

def categories_match_and
  @categories_match_and
end

#categories_match_orObject

All entries within these categories or their child categories.



7236
7237
7238
# File 'lib/kaltura_types.rb', line 7236

def categories_match_or
  @categories_match_or
end

#categories_not_containsObject

Returns the value of attribute categories_not_contains.



7237
7238
7239
# File 'lib/kaltura_types.rb', line 7237

def categories_not_contains
  @categories_not_contains
end

#created_at_greater_than_or_equalObject

This filter parameter should be in use for retrieving only entries which were created at Kaltura system after a specific time/date (standard timestamp format).



7260
7261
7262
# File 'lib/kaltura_types.rb', line 7260

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

This filter parameter should be in use for retrieving only entries which were created at Kaltura system before a specific time/date (standard timestamp format).



7262
7263
7264
# File 'lib/kaltura_types.rb', line 7262

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#creator_id_equalObject

Returns the value of attribute creator_id_equal.



7221
7222
7223
# File 'lib/kaltura_types.rb', line 7221

def creator_id_equal
  @creator_id_equal
end

#end_date_greater_than_or_equalObject

Returns the value of attribute end_date_greater_than_or_equal.



7280
7281
7282
# File 'lib/kaltura_types.rb', line 7280

def end_date_greater_than_or_equal
  @end_date_greater_than_or_equal
end

#end_date_greater_than_or_equal_or_nullObject

Returns the value of attribute end_date_greater_than_or_equal_or_null.



7282
7283
7284
# File 'lib/kaltura_types.rb', line 7282

def end_date_greater_than_or_equal_or_null
  @end_date_greater_than_or_equal_or_null
end

#end_date_less_than_or_equalObject

Returns the value of attribute end_date_less_than_or_equal.



7281
7282
7283
# File 'lib/kaltura_types.rb', line 7281

def end_date_less_than_or_equal
  @end_date_less_than_or_equal
end

#end_date_less_than_or_equal_or_nullObject

Returns the value of attribute end_date_less_than_or_equal_or_null.



7283
7284
7285
# File 'lib/kaltura_types.rb', line 7283

def end_date_less_than_or_equal_or_null
  @end_date_less_than_or_equal_or_null
end

#entitled_users_edit_match_andObject

Returns the value of attribute entitled_users_edit_match_and.



7297
7298
7299
# File 'lib/kaltura_types.rb', line 7297

def entitled_users_edit_match_and
  @entitled_users_edit_match_and
end

#entitled_users_edit_match_orObject

Returns the value of attribute entitled_users_edit_match_or.



7298
7299
7300
# File 'lib/kaltura_types.rb', line 7298

def entitled_users_edit_match_or
  @entitled_users_edit_match_or
end

#entitled_users_publish_match_andObject

Returns the value of attribute entitled_users_publish_match_and.



7299
7300
7301
# File 'lib/kaltura_types.rb', line 7299

def entitled_users_publish_match_and
  @entitled_users_publish_match_and
end

#entitled_users_publish_match_orObject

Returns the value of attribute entitled_users_publish_match_or.



7300
7301
7302
# File 'lib/kaltura_types.rb', line 7300

def entitled_users_publish_match_or
  @entitled_users_publish_match_or
end

#entitled_users_view_match_andObject

Returns the value of attribute entitled_users_view_match_and.



7301
7302
7303
# File 'lib/kaltura_types.rb', line 7301

def entitled_users_view_match_and
  @entitled_users_view_match_and
end

#entitled_users_view_match_orObject

Returns the value of attribute entitled_users_view_match_or.



7302
7303
7304
# File 'lib/kaltura_types.rb', line 7302

def entitled_users_view_match_or
  @entitled_users_view_match_or
end

#group_id_equalObject

Returns the value of attribute group_id_equal.



7269
7270
7271
# File 'lib/kaltura_types.rb', line 7269

def group_id_equal
  @group_id_equal
end

#id_equalObject

This filter should be in use for retrieving only a specific entry (identified by its entryId).



7201
7202
7203
# File 'lib/kaltura_types.rb', line 7201

def id_equal
  @id_equal
end

#id_inObject

This filter should be in use for retrieving few specific entries (string should include comma separated list of entryId strings).



7203
7204
7205
# File 'lib/kaltura_types.rb', line 7203

def id_in
  @id_in
end

#id_not_inObject

Returns the value of attribute id_not_in.



7204
7205
7206
# File 'lib/kaltura_types.rb', line 7204

def id_not_in
  @id_not_in
end

#moderation_status_equalObject

Returns the value of attribute moderation_status_equal.



7252
7253
7254
# File 'lib/kaltura_types.rb', line 7252

def moderation_status_equal
  @moderation_status_equal
end

#moderation_status_inObject

Returns the value of attribute moderation_status_in.



7254
7255
7256
# File 'lib/kaltura_types.rb', line 7254

def moderation_status_in
  @moderation_status_in
end

#moderation_status_not_equalObject

Returns the value of attribute moderation_status_not_equal.



7253
7254
7255
# File 'lib/kaltura_types.rb', line 7253

def moderation_status_not_equal
  @moderation_status_not_equal
end

#moderation_status_not_inObject

Returns the value of attribute moderation_status_not_in.



7255
7256
7257
# File 'lib/kaltura_types.rb', line 7255

def moderation_status_not_in
  @moderation_status_not_in
end

#name_equalObject

This filter should be in use for retrieving entries with a specific name.



7212
7213
7214
# File 'lib/kaltura_types.rb', line 7212

def name_equal
  @name_equal
end

#name_likeObject

This filter should be in use for retrieving specific entries. It should include only one string to search for in entry names (no wildcards, spaces are treated as part of the string).



7206
7207
7208
# File 'lib/kaltura_types.rb', line 7206

def name_like
  @name_like
end

#name_multi_like_andObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).



7210
7211
7212
# File 'lib/kaltura_types.rb', line 7210

def name_multi_like_and
  @name_multi_like_and
end

#name_multi_like_orObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry names, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).



7208
7209
7210
# File 'lib/kaltura_types.rb', line 7208

def name_multi_like_or
  @name_multi_like_or
end

#parent_entry_id_equalObject

Returns the value of attribute parent_entry_id_equal.



7296
7297
7298
# File 'lib/kaltura_types.rb', line 7296

def parent_entry_id_equal
  @parent_entry_id_equal
end

#partner_id_equalObject

This filter should be in use for retrieving only entries which were uploaded by/assigned to users of a specific Kaltura Partner (identified by Partner ID).



7214
7215
7216
# File 'lib/kaltura_types.rb', line 7214

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

This filter should be in use for retrieving only entries within Kaltura network which were uploaded by/assigned to users of few Kaltura Partners (string should include comma separated list of PartnerIDs)



7216
7217
7218
# File 'lib/kaltura_types.rb', line 7216

def partner_id_in
  @partner_id_in
end

#partner_sort_value_greater_than_or_equalObject

Returns the value of attribute partner_sort_value_greater_than_or_equal.



7292
7293
7294
# File 'lib/kaltura_types.rb', line 7292

def partner_sort_value_greater_than_or_equal
  @partner_sort_value_greater_than_or_equal
end

#partner_sort_value_less_than_or_equalObject

Returns the value of attribute partner_sort_value_less_than_or_equal.



7293
7294
7295
# File 'lib/kaltura_types.rb', line 7293

def partner_sort_value_less_than_or_equal
  @partner_sort_value_less_than_or_equal
end

#rank_greater_than_or_equalObject

Returns the value of attribute rank_greater_than_or_equal.



7266
7267
7268
# File 'lib/kaltura_types.rb', line 7266

def rank_greater_than_or_equal
  @rank_greater_than_or_equal
end

#rank_less_than_or_equalObject

Returns the value of attribute rank_less_than_or_equal.



7265
7266
7267
# File 'lib/kaltura_types.rb', line 7265

def rank_less_than_or_equal
  @rank_less_than_or_equal
end

#reference_id_equalObject

Returns the value of attribute reference_id_equal.



7284
7285
7286
# File 'lib/kaltura_types.rb', line 7284

def reference_id_equal
  @reference_id_equal
end

#reference_id_inObject

Returns the value of attribute reference_id_in.



7285
7286
7287
# File 'lib/kaltura_types.rb', line 7285

def reference_id_in
  @reference_id_in
end

#replaced_entry_id_equalObject

Returns the value of attribute replaced_entry_id_equal.



7288
7289
7290
# File 'lib/kaltura_types.rb', line 7288

def replaced_entry_id_equal
  @replaced_entry_id_equal
end

#replaced_entry_id_inObject

Returns the value of attribute replaced_entry_id_in.



7289
7290
7291
# File 'lib/kaltura_types.rb', line 7289

def replaced_entry_id_in
  @replaced_entry_id_in
end

#replacement_status_equalObject

Returns the value of attribute replacement_status_equal.



7290
7291
7292
# File 'lib/kaltura_types.rb', line 7290

def replacement_status_equal
  @replacement_status_equal
end

#replacement_status_inObject

Returns the value of attribute replacement_status_in.



7291
7292
7293
# File 'lib/kaltura_types.rb', line 7291

def replacement_status_in
  @replacement_status_in
end

#replacing_entry_id_equalObject

Returns the value of attribute replacing_entry_id_equal.



7286
7287
7288
# File 'lib/kaltura_types.rb', line 7286

def replacing_entry_id_equal
  @replacing_entry_id_equal
end

#replacing_entry_id_inObject

Returns the value of attribute replacing_entry_id_in.



7287
7288
7289
# File 'lib/kaltura_types.rb', line 7287

def replacing_entry_id_in
  @replacing_entry_id_in
end

#root_entry_id_equalObject

Returns the value of attribute root_entry_id_equal.



7294
7295
7296
# File 'lib/kaltura_types.rb', line 7294

def root_entry_id_equal
  @root_entry_id_equal
end

#root_entry_id_inObject

Returns the value of attribute root_entry_id_in.



7295
7296
7297
# File 'lib/kaltura_types.rb', line 7295

def root_entry_id_in
  @root_entry_id_in
end

#search_text_match_andObject

This filter should be in use for retrieving specific entries while search match the input string within all of the following metadata attributes: name, description, tags, adminTags.



7271
7272
7273
# File 'lib/kaltura_types.rb', line 7271

def search_text_match_and
  @search_text_match_and
end

#search_text_match_orObject

This filter should be in use for retrieving specific entries while search match the input string within at least one of the following metadata attributes: name, description, tags, adminTags.



7273
7274
7275
# File 'lib/kaltura_types.rb', line 7273

def search_text_match_or
  @search_text_match_or
end

#start_date_greater_than_or_equalObject

Returns the value of attribute start_date_greater_than_or_equal.



7276
7277
7278
# File 'lib/kaltura_types.rb', line 7276

def start_date_greater_than_or_equal
  @start_date_greater_than_or_equal
end

#start_date_greater_than_or_equal_or_nullObject

Returns the value of attribute start_date_greater_than_or_equal_or_null.



7278
7279
7280
# File 'lib/kaltura_types.rb', line 7278

def start_date_greater_than_or_equal_or_null
  @start_date_greater_than_or_equal_or_null
end

#start_date_less_than_or_equalObject

Returns the value of attribute start_date_less_than_or_equal.



7277
7278
7279
# File 'lib/kaltura_types.rb', line 7277

def start_date_less_than_or_equal
  @start_date_less_than_or_equal
end

#start_date_less_than_or_equal_or_nullObject

Returns the value of attribute start_date_less_than_or_equal_or_null.



7279
7280
7281
# File 'lib/kaltura_types.rb', line 7279

def start_date_less_than_or_equal_or_null
  @start_date_less_than_or_equal_or_null
end

#status_equalObject

This filter should be in use for retrieving only entries, at a specific {



7245
7246
7247
# File 'lib/kaltura_types.rb', line 7245

def status_equal
  @status_equal
end

#status_inObject

This filter should be in use for retrieving only entries, at few specific {



7249
7250
7251
# File 'lib/kaltura_types.rb', line 7249

def status_in
  @status_in
end

#status_not_equalObject

This filter should be in use for retrieving only entries, not at a specific {



7247
7248
7249
# File 'lib/kaltura_types.rb', line 7247

def status_not_equal
  @status_not_equal
end

#status_not_inObject

This filter should be in use for retrieving only entries, not at few specific {



7251
7252
7253
# File 'lib/kaltura_types.rb', line 7251

def status_not_in
  @status_not_in
end

#tags_admin_tags_multi_like_andObject

Returns the value of attribute tags_admin_tags_multi_like_and.



7307
7308
7309
# File 'lib/kaltura_types.rb', line 7307

def tags_admin_tags_multi_like_and
  @tags_admin_tags_multi_like_and
end

#tags_admin_tags_multi_like_orObject

Returns the value of attribute tags_admin_tags_multi_like_or.



7304
7305
7306
# File 'lib/kaltura_types.rb', line 7304

def tags_admin_tags_multi_like_or
  @tags_admin_tags_multi_like_or
end

#tags_admin_tags_name_multi_like_andObject

Returns the value of attribute tags_admin_tags_name_multi_like_and.



7308
7309
7310
# File 'lib/kaltura_types.rb', line 7308

def tags_admin_tags_name_multi_like_and
  @tags_admin_tags_name_multi_like_and
end

#tags_admin_tags_name_multi_like_orObject

Returns the value of attribute tags_admin_tags_name_multi_like_or.



7305
7306
7307
# File 'lib/kaltura_types.rb', line 7305

def tags_admin_tags_name_multi_like_or
  @tags_admin_tags_name_multi_like_or
end

#tags_likeObject

This filter should be in use for retrieving specific entries. It should include only one string to search for in entry tags (no wildcards, spaces are treated as part of the string).



7223
7224
7225
# File 'lib/kaltura_types.rb', line 7223

def tags_like
  @tags_like
end

#tags_multi_like_andObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an AND logic to retrieve entries that contain all input strings (no wildcards, spaces are treated as part of the string).



7227
7228
7229
# File 'lib/kaltura_types.rb', line 7227

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

This filter should be in use for retrieving specific entries. It could include few (comma separated) strings for searching in entry tags, while applying an OR logic to retrieve entries that contain at least one input string (no wildcards, spaces are treated as part of the string).



7225
7226
7227
# File 'lib/kaltura_types.rb', line 7225

def tags_multi_like_or
  @tags_multi_like_or
end

#tags_name_multi_like_andObject

Returns the value of attribute tags_name_multi_like_and.



7306
7307
7308
# File 'lib/kaltura_types.rb', line 7306

def tags_name_multi_like_and
  @tags_name_multi_like_and
end

#tags_name_multi_like_orObject

Returns the value of attribute tags_name_multi_like_or.



7303
7304
7305
# File 'lib/kaltura_types.rb', line 7303

def tags_name_multi_like_or
  @tags_name_multi_like_or
end

#total_rank_greater_than_or_equalObject

Returns the value of attribute total_rank_greater_than_or_equal.



7268
7269
7270
# File 'lib/kaltura_types.rb', line 7268

def total_rank_greater_than_or_equal
  @total_rank_greater_than_or_equal
end

#total_rank_less_than_or_equalObject

Returns the value of attribute total_rank_less_than_or_equal.



7267
7268
7269
# File 'lib/kaltura_types.rb', line 7267

def total_rank_less_than_or_equal
  @total_rank_less_than_or_equal
end

#type_equalObject

Returns the value of attribute type_equal.



7256
7257
7258
# File 'lib/kaltura_types.rb', line 7256

def type_equal
  @type_equal
end

#type_inObject

This filter should be in use for retrieving entries of few {



7258
7259
7260
# File 'lib/kaltura_types.rb', line 7258

def type_in
  @type_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



7263
7264
7265
# File 'lib/kaltura_types.rb', line 7263

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



7264
7265
7266
# File 'lib/kaltura_types.rb', line 7264

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end

#user_id_equalObject

This filter parameter should be in use for retrieving only entries, uploaded by/assigned to a specific user (identified by user Id).



7218
7219
7220
# File 'lib/kaltura_types.rb', line 7218

def user_id_equal
  @user_id_equal
end

#user_id_inObject

Returns the value of attribute user_id_in.



7219
7220
7221
# File 'lib/kaltura_types.rb', line 7219

def user_id_in
  @user_id_in
end

#user_id_not_inObject

Returns the value of attribute user_id_not_in.



7220
7221
7222
# File 'lib/kaltura_types.rb', line 7220

def user_id_not_in
  @user_id_not_in
end

Instance Method Details

#from_xml(xml_element) ⇒ Object



7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
7524
7525
7526
7527
7528
7529
7530
7531
7532
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623
7624
7625
7626
7627
7628
7629
7630
7631
# File 'lib/kaltura_types.rb', line 7383

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['nameLike'] != nil
    self.name_like = xml_element.elements['nameLike'].text
  end
  if xml_element.elements['nameMultiLikeOr'] != nil
    self.name_multi_like_or = xml_element.elements['nameMultiLikeOr'].text
  end
  if xml_element.elements['nameMultiLikeAnd'] != nil
    self.name_multi_like_and = xml_element.elements['nameMultiLikeAnd'].text
  end
  if xml_element.elements['nameEqual'] != nil
    self.name_equal = xml_element.elements['nameEqual'].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['userIdEqual'] != nil
    self.user_id_equal = xml_element.elements['userIdEqual'].text
  end
  if xml_element.elements['userIdIn'] != nil
    self.user_id_in = xml_element.elements['userIdIn'].text
  end
  if xml_element.elements['userIdNotIn'] != nil
    self.user_id_not_in = xml_element.elements['userIdNotIn'].text
  end
  if xml_element.elements['creatorIdEqual'] != nil
    self.creator_id_equal = xml_element.elements['creatorIdEqual'].text
  end
  if xml_element.elements['tagsLike'] != nil
    self.tags_like = xml_element.elements['tagsLike'].text
  end
  if xml_element.elements['tagsMultiLikeOr'] != nil
    self.tags_multi_like_or = xml_element.elements['tagsMultiLikeOr'].text
  end
  if xml_element.elements['tagsMultiLikeAnd'] != nil
    self.tags_multi_like_and = xml_element.elements['tagsMultiLikeAnd'].text
  end
  if xml_element.elements['adminTagsLike'] != nil
    self.admin_tags_like = xml_element.elements['adminTagsLike'].text
  end
  if xml_element.elements['adminTagsMultiLikeOr'] != nil
    self.admin_tags_multi_like_or = xml_element.elements['adminTagsMultiLikeOr'].text
  end
  if xml_element.elements['adminTagsMultiLikeAnd'] != nil
    self.admin_tags_multi_like_and = xml_element.elements['adminTagsMultiLikeAnd'].text
  end
  if xml_element.elements['categoriesMatchAnd'] != nil
    self.categories_match_and = xml_element.elements['categoriesMatchAnd'].text
  end
  if xml_element.elements['categoriesMatchOr'] != nil
    self.categories_match_or = xml_element.elements['categoriesMatchOr'].text
  end
  if xml_element.elements['categoriesNotContains'] != nil
    self.categories_not_contains = xml_element.elements['categoriesNotContains'].text
  end
  if xml_element.elements['categoriesIdsMatchAnd'] != nil
    self.categories_ids_match_and = xml_element.elements['categoriesIdsMatchAnd'].text
  end
  if xml_element.elements['categoriesIdsMatchOr'] != nil
    self.categories_ids_match_or = xml_element.elements['categoriesIdsMatchOr'].text
  end
  if xml_element.elements['categoriesIdsNotContains'] != nil
    self.categories_ids_not_contains = xml_element.elements['categoriesIdsNotContains'].text
  end
  if xml_element.elements['categoriesIdsEmpty'] != nil
    self.categories_ids_empty = xml_element.elements['categoriesIdsEmpty'].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['moderationStatusEqual'] != nil
    self.moderation_status_equal = xml_element.elements['moderationStatusEqual'].text
  end
  if xml_element.elements['moderationStatusNotEqual'] != nil
    self.moderation_status_not_equal = xml_element.elements['moderationStatusNotEqual'].text
  end
  if xml_element.elements['moderationStatusIn'] != nil
    self.moderation_status_in = xml_element.elements['moderationStatusIn'].text
  end
  if xml_element.elements['moderationStatusNotIn'] != nil
    self.moderation_status_not_in = xml_element.elements['moderationStatusNotIn'].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['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['rankLessThanOrEqual'] != nil
    self.rank_less_than_or_equal = xml_element.elements['rankLessThanOrEqual'].text
  end
  if xml_element.elements['rankGreaterThanOrEqual'] != nil
    self.rank_greater_than_or_equal = xml_element.elements['rankGreaterThanOrEqual'].text
  end
  if xml_element.elements['totalRankLessThanOrEqual'] != nil
    self.total_rank_less_than_or_equal = xml_element.elements['totalRankLessThanOrEqual'].text
  end
  if xml_element.elements['totalRankGreaterThanOrEqual'] != nil
    self.total_rank_greater_than_or_equal = xml_element.elements['totalRankGreaterThanOrEqual'].text
  end
  if xml_element.elements['groupIdEqual'] != nil
    self.group_id_equal = xml_element.elements['groupIdEqual'].text
  end
  if xml_element.elements['searchTextMatchAnd'] != nil
    self.search_text_match_and = xml_element.elements['searchTextMatchAnd'].text
  end
  if xml_element.elements['searchTextMatchOr'] != nil
    self.search_text_match_or = xml_element.elements['searchTextMatchOr'].text
  end
  if xml_element.elements['accessControlIdEqual'] != nil
    self.access_control_id_equal = xml_element.elements['accessControlIdEqual'].text
  end
  if xml_element.elements['accessControlIdIn'] != nil
    self.access_control_id_in = xml_element.elements['accessControlIdIn'].text
  end
  if xml_element.elements['startDateGreaterThanOrEqual'] != nil
    self.start_date_greater_than_or_equal = xml_element.elements['startDateGreaterThanOrEqual'].text
  end
  if xml_element.elements['startDateLessThanOrEqual'] != nil
    self.start_date_less_than_or_equal = xml_element.elements['startDateLessThanOrEqual'].text
  end
  if xml_element.elements['startDateGreaterThanOrEqualOrNull'] != nil
    self.start_date_greater_than_or_equal_or_null = xml_element.elements['startDateGreaterThanOrEqualOrNull'].text
  end
  if xml_element.elements['startDateLessThanOrEqualOrNull'] != nil
    self.start_date_less_than_or_equal_or_null = xml_element.elements['startDateLessThanOrEqualOrNull'].text
  end
  if xml_element.elements['endDateGreaterThanOrEqual'] != nil
    self.end_date_greater_than_or_equal = xml_element.elements['endDateGreaterThanOrEqual'].text
  end
  if xml_element.elements['endDateLessThanOrEqual'] != nil
    self.end_date_less_than_or_equal = xml_element.elements['endDateLessThanOrEqual'].text
  end
  if xml_element.elements['endDateGreaterThanOrEqualOrNull'] != nil
    self.end_date_greater_than_or_equal_or_null = xml_element.elements['endDateGreaterThanOrEqualOrNull'].text
  end
  if xml_element.elements['endDateLessThanOrEqualOrNull'] != nil
    self.end_date_less_than_or_equal_or_null = xml_element.elements['endDateLessThanOrEqualOrNull'].text
  end
  if xml_element.elements['referenceIdEqual'] != nil
    self.reference_id_equal = xml_element.elements['referenceIdEqual'].text
  end
  if xml_element.elements['referenceIdIn'] != nil
    self.reference_id_in = xml_element.elements['referenceIdIn'].text
  end
  if xml_element.elements['replacingEntryIdEqual'] != nil
    self.replacing_entry_id_equal = xml_element.elements['replacingEntryIdEqual'].text
  end
  if xml_element.elements['replacingEntryIdIn'] != nil
    self.replacing_entry_id_in = xml_element.elements['replacingEntryIdIn'].text
  end
  if xml_element.elements['replacedEntryIdEqual'] != nil
    self.replaced_entry_id_equal = xml_element.elements['replacedEntryIdEqual'].text
  end
  if xml_element.elements['replacedEntryIdIn'] != nil
    self.replaced_entry_id_in = xml_element.elements['replacedEntryIdIn'].text
  end
  if xml_element.elements['replacementStatusEqual'] != nil
    self.replacement_status_equal = xml_element.elements['replacementStatusEqual'].text
  end
  if xml_element.elements['replacementStatusIn'] != nil
    self.replacement_status_in = xml_element.elements['replacementStatusIn'].text
  end
  if xml_element.elements['partnerSortValueGreaterThanOrEqual'] != nil
    self.partner_sort_value_greater_than_or_equal = xml_element.elements['partnerSortValueGreaterThanOrEqual'].text
  end
  if xml_element.elements['partnerSortValueLessThanOrEqual'] != nil
    self.partner_sort_value_less_than_or_equal = xml_element.elements['partnerSortValueLessThanOrEqual'].text
  end
  if xml_element.elements['rootEntryIdEqual'] != nil
    self.root_entry_id_equal = xml_element.elements['rootEntryIdEqual'].text
  end
  if xml_element.elements['rootEntryIdIn'] != nil
    self.root_entry_id_in = xml_element.elements['rootEntryIdIn'].text
  end
  if xml_element.elements['parentEntryIdEqual'] != nil
    self.parent_entry_id_equal = xml_element.elements['parentEntryIdEqual'].text
  end
  if xml_element.elements['entitledUsersEditMatchAnd'] != nil
    self.entitled_users_edit_match_and = xml_element.elements['entitledUsersEditMatchAnd'].text
  end
  if xml_element.elements['entitledUsersEditMatchOr'] != nil
    self.entitled_users_edit_match_or = xml_element.elements['entitledUsersEditMatchOr'].text
  end
  if xml_element.elements['entitledUsersPublishMatchAnd'] != nil
    self.entitled_users_publish_match_and = xml_element.elements['entitledUsersPublishMatchAnd'].text
  end
  if xml_element.elements['entitledUsersPublishMatchOr'] != nil
    self.entitled_users_publish_match_or = xml_element.elements['entitledUsersPublishMatchOr'].text
  end
  if xml_element.elements['entitledUsersViewMatchAnd'] != nil
    self.entitled_users_view_match_and = xml_element.elements['entitledUsersViewMatchAnd'].text
  end
  if xml_element.elements['entitledUsersViewMatchOr'] != nil
    self.entitled_users_view_match_or = xml_element.elements['entitledUsersViewMatchOr'].text
  end
  if xml_element.elements['tagsNameMultiLikeOr'] != nil
    self.tags_name_multi_like_or = xml_element.elements['tagsNameMultiLikeOr'].text
  end
  if xml_element.elements['tagsAdminTagsMultiLikeOr'] != nil
    self.tags_admin_tags_multi_like_or = xml_element.elements['tagsAdminTagsMultiLikeOr'].text
  end
  if xml_element.elements['tagsAdminTagsNameMultiLikeOr'] != nil
    self.tags_admin_tags_name_multi_like_or = xml_element.elements['tagsAdminTagsNameMultiLikeOr'].text
  end
  if xml_element.elements['tagsNameMultiLikeAnd'] != nil
    self.tags_name_multi_like_and = xml_element.elements['tagsNameMultiLikeAnd'].text
  end
  if xml_element.elements['tagsAdminTagsMultiLikeAnd'] != nil
    self.tags_admin_tags_multi_like_and = xml_element.elements['tagsAdminTagsMultiLikeAnd'].text
  end
  if xml_element.elements['tagsAdminTagsNameMultiLikeAnd'] != nil
    self.tags_admin_tags_name_multi_like_and = xml_element.elements['tagsAdminTagsNameMultiLikeAnd'].text
  end
end