Class: Kaltura::Filter::BaseEntryFilter
- Inherits:
-
BaseFilter
- Object
- ObjectBase
- BaseFilter
- Kaltura::Filter::BaseEntryFilter
- Defined in:
- lib/kaltura/filter/base_entry_filter.rb
Direct Known Subclasses
DataEntryFilter, DocumentEntryFilter, PlayableEntryFilter, PlaylistFilter
Instance Attribute Summary collapse
-
#access_control_id_equal ⇒ Object
Returns the value of attribute access_control_id_equal.
-
#access_control_id_in ⇒ Object
Returns the value of attribute access_control_id_in.
-
#admin_tags_like ⇒ Object
Returns the value of attribute admin_tags_like.
-
#admin_tags_multi_like_and ⇒ Object
Returns the value of attribute admin_tags_multi_like_and.
-
#admin_tags_multi_like_or ⇒ Object
Returns the value of attribute admin_tags_multi_like_or.
-
#categories_match_and ⇒ Object
Returns the value of attribute categories_match_and.
-
#categories_match_or ⇒ Object
Returns the value of attribute categories_match_or.
-
#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.
-
#end_date_greater_than_or_equal ⇒ Object
Returns the value of attribute end_date_greater_than_or_equal.
-
#end_date_greater_than_or_equal_or_null ⇒ Object
Returns the value of attribute end_date_greater_than_or_equal_or_null.
-
#end_date_less_than_or_equal ⇒ Object
Returns the value of attribute end_date_less_than_or_equal.
-
#end_date_less_than_or_equal_or_null ⇒ Object
Returns the value of attribute end_date_less_than_or_equal_or_null.
-
#group_id_equal ⇒ Object
Returns the value of attribute group_id_equal.
-
#id_equal ⇒ Object
Returns the value of attribute id_equal.
-
#id_in ⇒ Object
Returns the value of attribute id_in.
-
#moderation_status_equal ⇒ Object
Returns the value of attribute moderation_status_equal.
-
#moderation_status_in ⇒ Object
Returns the value of attribute moderation_status_in.
-
#moderation_status_not_equal ⇒ Object
Returns the value of attribute moderation_status_not_equal.
-
#moderation_status_not_in ⇒ Object
Returns the value of attribute moderation_status_not_in.
-
#name_equal ⇒ Object
Returns the value of attribute name_equal.
-
#name_like ⇒ Object
Returns the value of attribute name_like.
-
#name_multi_like_and ⇒ Object
Returns the value of attribute name_multi_like_and.
-
#name_multi_like_or ⇒ Object
Returns the value of attribute name_multi_like_or.
-
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
-
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
-
#search_text_match_and ⇒ Object
Returns the value of attribute search_text_match_and.
-
#search_text_match_or ⇒ Object
Returns the value of attribute search_text_match_or.
-
#start_date_greater_than_or_equal ⇒ Object
Returns the value of attribute start_date_greater_than_or_equal.
-
#start_date_greater_than_or_equal_or_null ⇒ Object
Returns the value of attribute start_date_greater_than_or_equal_or_null.
-
#start_date_less_than_or_equal ⇒ Object
Returns the value of attribute start_date_less_than_or_equal.
-
#start_date_less_than_or_equal_or_null ⇒ Object
Returns the value of attribute start_date_less_than_or_equal_or_null.
-
#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.
-
#tags_admin_tags_multi_like_and ⇒ Object
Returns the value of attribute tags_admin_tags_multi_like_and.
-
#tags_admin_tags_multi_like_or ⇒ Object
Returns the value of attribute tags_admin_tags_multi_like_or.
-
#tags_admin_tags_name_multi_like_and ⇒ Object
Returns the value of attribute tags_admin_tags_name_multi_like_and.
-
#tags_admin_tags_name_multi_like_or ⇒ Object
Returns the value of attribute tags_admin_tags_name_multi_like_or.
-
#tags_like ⇒ Object
Returns the value of attribute tags_like.
-
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
-
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
-
#tags_name_multi_like_and ⇒ Object
Returns the value of attribute tags_name_multi_like_and.
-
#tags_name_multi_like_or ⇒ Object
Returns the value of attribute tags_name_multi_like_or.
-
#type_equal ⇒ Object
Returns the value of attribute type_equal.
-
#type_in ⇒ Object
Returns the value of attribute type_in.
-
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
Attributes inherited from BaseFilter
Attributes inherited from ObjectBase
Method Summary
Methods inherited from ObjectBase
Instance Attribute Details
#access_control_id_equal ⇒ Object
Returns the value of attribute access_control_id_equal.
36 37 38 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 36 def access_control_id_equal @access_control_id_equal end |
#access_control_id_in ⇒ Object
Returns the value of attribute access_control_id_in.
37 38 39 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 37 def access_control_id_in @access_control_id_in end |
#admin_tags_like ⇒ Object
Returns the value of attribute admin_tags_like.
16 17 18 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 16 def @admin_tags_like end |
#admin_tags_multi_like_and ⇒ Object
Returns the value of attribute admin_tags_multi_like_and.
18 19 20 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 18 def @admin_tags_multi_like_and end |
#admin_tags_multi_like_or ⇒ Object
Returns the value of attribute admin_tags_multi_like_or.
17 18 19 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 17 def @admin_tags_multi_like_or end |
#categories_match_and ⇒ Object
Returns the value of attribute categories_match_and.
19 20 21 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 19 def categories_match_and @categories_match_and end |
#categories_match_or ⇒ Object
Returns the value of attribute categories_match_or.
20 21 22 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 20 def categories_match_or @categories_match_or end |
#created_at_greater_than_or_equal ⇒ Object
Returns the value of attribute created_at_greater_than_or_equal.
31 32 33 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 31 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.
32 33 34 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 32 def created_at_less_than_or_equal @created_at_less_than_or_equal end |
#end_date_greater_than_or_equal ⇒ Object
Returns the value of attribute end_date_greater_than_or_equal.
42 43 44 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 42 def end_date_greater_than_or_equal @end_date_greater_than_or_equal end |
#end_date_greater_than_or_equal_or_null ⇒ Object
Returns the value of attribute end_date_greater_than_or_equal_or_null.
44 45 46 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 44 def end_date_greater_than_or_equal_or_null @end_date_greater_than_or_equal_or_null end |
#end_date_less_than_or_equal ⇒ Object
Returns the value of attribute end_date_less_than_or_equal.
43 44 45 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 43 def end_date_less_than_or_equal @end_date_less_than_or_equal end |
#end_date_less_than_or_equal_or_null ⇒ Object
Returns the value of attribute end_date_less_than_or_equal_or_null.
45 46 47 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 45 def end_date_less_than_or_equal_or_null @end_date_less_than_or_equal_or_null end |
#group_id_equal ⇒ Object
Returns the value of attribute group_id_equal.
33 34 35 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 33 def group_id_equal @group_id_equal end |
#id_equal ⇒ Object
Returns the value of attribute id_equal.
4 5 6 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 4 def id_equal @id_equal end |
#id_in ⇒ Object
Returns the value of attribute id_in.
5 6 7 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 5 def id_in @id_in end |
#moderation_status_equal ⇒ Object
Returns the value of attribute moderation_status_equal.
25 26 27 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 25 def moderation_status_equal @moderation_status_equal end |
#moderation_status_in ⇒ Object
Returns the value of attribute moderation_status_in.
27 28 29 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 27 def moderation_status_in @moderation_status_in end |
#moderation_status_not_equal ⇒ Object
Returns the value of attribute moderation_status_not_equal.
26 27 28 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 26 def moderation_status_not_equal @moderation_status_not_equal end |
#moderation_status_not_in ⇒ Object
Returns the value of attribute moderation_status_not_in.
28 29 30 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 28 def moderation_status_not_in @moderation_status_not_in end |
#name_equal ⇒ Object
Returns the value of attribute name_equal.
9 10 11 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 9 def name_equal @name_equal end |
#name_like ⇒ Object
Returns the value of attribute name_like.
6 7 8 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 6 def name_like @name_like end |
#name_multi_like_and ⇒ Object
Returns the value of attribute name_multi_like_and.
8 9 10 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 8 def name_multi_like_and @name_multi_like_and end |
#name_multi_like_or ⇒ Object
Returns the value of attribute name_multi_like_or.
7 8 9 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 7 def name_multi_like_or @name_multi_like_or end |
#partner_id_equal ⇒ Object
Returns the value of attribute partner_id_equal.
10 11 12 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 10 def partner_id_equal @partner_id_equal end |
#partner_id_in ⇒ Object
Returns the value of attribute partner_id_in.
11 12 13 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 11 def partner_id_in @partner_id_in end |
#search_text_match_and ⇒ Object
Returns the value of attribute search_text_match_and.
34 35 36 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 34 def search_text_match_and @search_text_match_and end |
#search_text_match_or ⇒ Object
Returns the value of attribute search_text_match_or.
35 36 37 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 35 def search_text_match_or @search_text_match_or end |
#start_date_greater_than_or_equal ⇒ Object
Returns the value of attribute start_date_greater_than_or_equal.
38 39 40 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 38 def start_date_greater_than_or_equal @start_date_greater_than_or_equal end |
#start_date_greater_than_or_equal_or_null ⇒ Object
Returns the value of attribute start_date_greater_than_or_equal_or_null.
40 41 42 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 40 def start_date_greater_than_or_equal_or_null @start_date_greater_than_or_equal_or_null end |
#start_date_less_than_or_equal ⇒ Object
Returns the value of attribute start_date_less_than_or_equal.
39 40 41 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 39 def start_date_less_than_or_equal @start_date_less_than_or_equal end |
#start_date_less_than_or_equal_or_null ⇒ Object
Returns the value of attribute start_date_less_than_or_equal_or_null.
41 42 43 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 41 def start_date_less_than_or_equal_or_null @start_date_less_than_or_equal_or_null end |
#status_equal ⇒ Object
Returns the value of attribute status_equal.
21 22 23 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 21 def status_equal @status_equal end |
#status_in ⇒ Object
Returns the value of attribute status_in.
23 24 25 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 23 def status_in @status_in end |
#status_not_equal ⇒ Object
Returns the value of attribute status_not_equal.
22 23 24 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 22 def status_not_equal @status_not_equal end |
#status_not_in ⇒ Object
Returns the value of attribute status_not_in.
24 25 26 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 24 def status_not_in @status_not_in end |
#tags_admin_tags_multi_like_and ⇒ Object
Returns the value of attribute tags_admin_tags_multi_like_and.
50 51 52 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 50 def @tags_admin_tags_multi_like_and end |
#tags_admin_tags_multi_like_or ⇒ Object
Returns the value of attribute tags_admin_tags_multi_like_or.
47 48 49 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 47 def @tags_admin_tags_multi_like_or end |
#tags_admin_tags_name_multi_like_and ⇒ Object
Returns the value of attribute tags_admin_tags_name_multi_like_and.
51 52 53 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 51 def @tags_admin_tags_name_multi_like_and end |
#tags_admin_tags_name_multi_like_or ⇒ Object
Returns the value of attribute tags_admin_tags_name_multi_like_or.
48 49 50 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 48 def @tags_admin_tags_name_multi_like_or end |
#tags_like ⇒ Object
Returns the value of attribute tags_like.
13 14 15 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 13 def @tags_like end |
#tags_multi_like_and ⇒ Object
Returns the value of attribute tags_multi_like_and.
15 16 17 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 15 def @tags_multi_like_and end |
#tags_multi_like_or ⇒ Object
Returns the value of attribute tags_multi_like_or.
14 15 16 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 14 def @tags_multi_like_or end |
#tags_name_multi_like_and ⇒ Object
Returns the value of attribute tags_name_multi_like_and.
49 50 51 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 49 def @tags_name_multi_like_and end |
#tags_name_multi_like_or ⇒ Object
Returns the value of attribute tags_name_multi_like_or.
46 47 48 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 46 def @tags_name_multi_like_or end |
#type_equal ⇒ Object
Returns the value of attribute type_equal.
29 30 31 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 29 def type_equal @type_equal end |
#type_in ⇒ Object
Returns the value of attribute type_in.
30 31 32 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 30 def type_in @type_in end |
#user_id_equal ⇒ Object
Returns the value of attribute user_id_equal.
12 13 14 |
# File 'lib/kaltura/filter/base_entry_filter.rb', line 12 def user_id_equal @user_id_equal end |