Class: Kaltura::KalturaBaseEntryFilter
- Inherits:
-
KalturaBaseEntryBaseFilter
- Object
- KalturaObjectBase
- KalturaFilter
- KalturaRelatedFilter
- KalturaBaseEntryBaseFilter
- Kaltura::KalturaBaseEntryFilter
- Defined in:
- lib/kaltura_types.rb
Direct Known Subclasses
KalturaDataEntryBaseFilter, KalturaDocumentEntryBaseFilter, KalturaPlayableEntryBaseFilter, KalturaPlaylistBaseFilter
Instance Attribute Summary collapse
-
#categories_full_name_in ⇒ Object
Returns the value of attribute categories_full_name_in.
-
#category_ancestor_id_in ⇒ Object
All entries within this categoy or in child categories.
-
#conversion_profile_id_equal ⇒ Object
Returns the value of attribute conversion_profile_id_equal.
-
#description_like ⇒ Object
Returns the value of attribute description_like.
-
#excluded_free_text_groups ⇒ Object
Returns the value of attribute excluded_free_text_groups.
-
#free_text ⇒ Object
Returns the value of attribute free_text.
-
#is_root ⇒ Object
Returns the value of attribute is_root.
-
#redirect_from_entry_id ⇒ Object
The id of the original entry.
Attributes inherited from KalturaBaseEntryBaseFilter
#access_control_id_equal, #access_control_id_in, #admin_tags_like, #admin_tags_multi_like_and, #admin_tags_multi_like_or, #categories_ids_empty, #categories_ids_match_and, #categories_ids_match_or, #categories_ids_not_contains, #categories_match_and, #categories_match_or, #categories_not_contains, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #creator_id_equal, #end_date_greater_than_or_equal, #end_date_greater_than_or_equal_or_null, #end_date_less_than_or_equal, #end_date_less_than_or_equal_or_null, #entitled_users_edit_match_and, #entitled_users_edit_match_or, #entitled_users_publish_match_and, #entitled_users_publish_match_or, #entitled_users_view_match_and, #entitled_users_view_match_or, #group_id_equal, #id_equal, #id_in, #id_not_in, #moderation_status_equal, #moderation_status_in, #moderation_status_not_equal, #moderation_status_not_in, #name_equal, #name_like, #name_multi_like_and, #name_multi_like_or, #parent_entry_id_equal, #partner_id_equal, #partner_id_in, #partner_sort_value_greater_than_or_equal, #partner_sort_value_less_than_or_equal, #rank_greater_than_or_equal, #rank_less_than_or_equal, #reference_id_equal, #reference_id_in, #replaced_entry_id_equal, #replaced_entry_id_in, #replacement_status_equal, #replacement_status_in, #replacing_entry_id_equal, #replacing_entry_id_in, #root_entry_id_equal, #root_entry_id_in, #search_text_match_and, #search_text_match_or, #start_date_greater_than_or_equal, #start_date_greater_than_or_equal_or_null, #start_date_less_than_or_equal, #start_date_less_than_or_equal_or_null, #status_equal, #status_in, #status_not_equal, #status_not_in, #tags_admin_tags_multi_like_and, #tags_admin_tags_multi_like_or, #tags_admin_tags_name_multi_like_and, #tags_admin_tags_name_multi_like_or, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #tags_name_multi_like_and, #tags_name_multi_like_or, #total_rank_greater_than_or_equal, #total_rank_less_than_or_equal, #type_equal, #type_in, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #user_id_equal, #user_id_in, #user_id_not_in
Attributes inherited from KalturaFilter
Attributes inherited from KalturaObjectBase
#object_type, #related_objects
Instance Method Summary collapse
Methods inherited from KalturaObjectBase
Instance Attribute Details
#categories_full_name_in ⇒ Object
Returns the value of attribute categories_full_name_in.
7772 7773 7774 |
# File 'lib/kaltura_types.rb', line 7772 def categories_full_name_in @categories_full_name_in end |
#category_ancestor_id_in ⇒ Object
All entries within this categoy or in child categories
7774 7775 7776 |
# File 'lib/kaltura_types.rb', line 7774 def category_ancestor_id_in @category_ancestor_id_in end |
#conversion_profile_id_equal ⇒ Object
Returns the value of attribute conversion_profile_id_equal.
7777 7778 7779 |
# File 'lib/kaltura_types.rb', line 7777 def conversion_profile_id_equal @conversion_profile_id_equal end |
#description_like ⇒ Object
Returns the value of attribute description_like.
7770 7771 7772 |
# File 'lib/kaltura_types.rb', line 7770 def description_like @description_like end |
#excluded_free_text_groups ⇒ Object
Returns the value of attribute excluded_free_text_groups.
7769 7770 7771 |
# File 'lib/kaltura_types.rb', line 7769 def excluded_free_text_groups @excluded_free_text_groups end |
#free_text ⇒ Object
Returns the value of attribute free_text.
7768 7769 7770 |
# File 'lib/kaltura_types.rb', line 7768 def free_text @free_text end |
#is_root ⇒ Object
Returns the value of attribute is_root.
7771 7772 7773 |
# File 'lib/kaltura_types.rb', line 7771 def is_root @is_root end |
#redirect_from_entry_id ⇒ Object
The id of the original entry
7776 7777 7778 |
# File 'lib/kaltura_types.rb', line 7776 def redirect_from_entry_id @redirect_from_entry_id end |
Instance Method Details
#from_xml(xml_element) ⇒ Object
7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 |
# File 'lib/kaltura_types.rb', line 7786 def from_xml(xml_element) super if xml_element.elements['freeText'] != nil self.free_text = xml_element.elements['freeText'].text end if xml_element.elements['excludedFreeTextGroups'] != nil self.excluded_free_text_groups = xml_element.elements['excludedFreeTextGroups'].text end if xml_element.elements['descriptionLike'] != nil self.description_like = xml_element.elements['descriptionLike'].text end if xml_element.elements['isRoot'] != nil self.is_root = xml_element.elements['isRoot'].text end if xml_element.elements['categoriesFullNameIn'] != nil self.categories_full_name_in = xml_element.elements['categoriesFullNameIn'].text end if xml_element.elements['categoryAncestorIdIn'] != nil self.category_ancestor_id_in = xml_element.elements['categoryAncestorIdIn'].text end if xml_element.elements['redirectFromEntryId'] != nil self.redirect_from_entry_id = xml_element.elements['redirectFromEntryId'].text end if xml_element.elements['conversionProfileIdEqual'] != nil self.conversion_profile_id_equal = xml_element.elements['conversionProfileIdEqual'].text end end |