Class: Kaltura::KalturaBaseEntry
- Inherits:
-
KalturaObjectBase
- Object
- KalturaObjectBase
- Kaltura::KalturaBaseEntry
- Defined in:
- lib/kaltura_client.rb
Direct Known Subclasses
KalturaDataEntry, KalturaDocumentEntry, KalturaPlayableEntry, KalturaPlaylist
Instance Attribute Summary collapse
-
#access_control_id ⇒ Object
The Access Control ID assigned to this entry (null when not set, send -1 to remove).
-
#admin_tags ⇒ Object
Entry admin tags can be updated only by administrators.
-
#categories ⇒ Object
Categories with no entitlement that this entry belongs to.
-
#categories_ids ⇒ Object
Categories Ids of categories with no entitlement that this entry belongs to.
-
#conversion_profile_id ⇒ Object
Override the default ingestion profile.
-
#created_at ⇒ Object
Entry creation date as Unix timestamp (In seconds).
-
#creator_id ⇒ Object
The ID of the user who created this entry.
-
#description ⇒ Object
Entry description.
-
#download_url ⇒ Object
Download URL for the entry.
-
#end_date ⇒ Object
Entry scheduling end date (null when not set, send -1 to remove).
-
#entitled_users_edit ⇒ Object
list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only.
-
#entitled_users_publish ⇒ Object
list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only.
-
#group_id ⇒ Object
Returns the value of attribute group_id.
-
#id ⇒ Object
Auto generated 10 characters alphanumeric string.
-
#license_type ⇒ Object
License type used for this entry.
-
#moderation_count ⇒ Object
Number of moderation requests waiting for this entry.
-
#moderation_status ⇒ Object
Entry moderation status.
-
#name ⇒ Object
Entry name (Min 1 chars).
-
#operation_attributes ⇒ Object
clipping, skipping and cropping attributes that used to create this entry.
-
#partner_data ⇒ Object
Can be used to store various partner related data as a string.
-
#partner_id ⇒ Object
Returns the value of attribute partner_id.
-
#partner_sort_value ⇒ Object
Can be used to store various partner related data as a numeric value.
-
#rank ⇒ Object
The calculated average rank.
-
#redirect_entry_id ⇒ Object
IF not empty, points to an entry ID the should replace this current entry’s id.
-
#reference_id ⇒ Object
Entry external reference id.
-
#replaced_entry_id ⇒ Object
ID of the entry that will be replaced when the replacement approved and this entry is ready.
-
#replacement_status ⇒ Object
Status of the replacement readiness and approval.
-
#replacing_entry_id ⇒ Object
ID of temporary entry that will replace this entry when it’s approved and ready for replacement.
-
#root_entry_id ⇒ Object
ID of source root entry, used for clipped, skipped and cropped entries that created from another entry.
-
#search_text ⇒ Object
Indexed search text for full text search.
-
#start_date ⇒ Object
Entry scheduling start date (null when not set, send -1 to remove).
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Entry tags.
-
#thumbnail_url ⇒ Object
Thumbnail URL.
-
#total_rank ⇒ Object
The sum of all rank values submitted to the baseEntry.anonymousRank action.
-
#type ⇒ Object
The type of the entry, this is auto filled by the derived entry object.
-
#updated_at ⇒ Object
Entry update date as Unix timestamp (In seconds).
-
#user_id ⇒ Object
The ID of the user who is the owner of this entry.
-
#version ⇒ Object
Version of the entry data.
-
#votes ⇒ Object
A count of all requests made to the baseEntry.anonymousRank action.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#access_control_id ⇒ Object
The Access Control ID assigned to this entry (null when not set, send -1 to remove)
2711 2712 2713 |
# File 'lib/kaltura_client.rb', line 2711 def access_control_id @access_control_id end |
#admin_tags ⇒ Object
Entry admin tags can be updated only by administrators
2658 2659 2660 |
# File 'lib/kaltura_client.rb', line 2658 def @admin_tags end |
#categories ⇒ Object
Categories with no entitlement that this entry belongs to.
2661 2662 2663 |
# File 'lib/kaltura_client.rb', line 2661 def categories @categories end |
#categories_ids ⇒ Object
Categories Ids of categories with no entitlement that this entry belongs to
2664 2665 2666 |
# File 'lib/kaltura_client.rb', line 2664 def categories_ids @categories_ids end |
#conversion_profile_id ⇒ Object
Override the default ingestion profile
2735 2736 2737 |
# File 'lib/kaltura_client.rb', line 2735 def conversion_profile_id @conversion_profile_id end |
#created_at ⇒ Object
Entry creation date as Unix timestamp (In seconds)
2677 2678 2679 |
# File 'lib/kaltura_client.rb', line 2677 def created_at @created_at end |
#creator_id ⇒ Object
The ID of the user who created this entry
2652 2653 2654 |
# File 'lib/kaltura_client.rb', line 2652 def creator_id @creator_id end |
#description ⇒ Object
Entry description
2645 2646 2647 |
# File 'lib/kaltura_client.rb', line 2645 def description @description end |
#download_url ⇒ Object
Download URL for the entry
2696 2697 2698 |
# File 'lib/kaltura_client.rb', line 2696 def download_url @download_url end |
#end_date ⇒ Object
Entry scheduling end date (null when not set, send -1 to remove)
2717 2718 2719 |
# File 'lib/kaltura_client.rb', line 2717 def end_date @end_date end |
#entitled_users_edit ⇒ Object
list of user ids that are entitled to edit the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only
2747 2748 2749 |
# File 'lib/kaltura_client.rb', line 2747 def entitled_users_edit @entitled_users_edit end |
#entitled_users_publish ⇒ Object
list of user ids that are entitled to publish the entry (no server enforcement) The difference between entitledUsersEdit and entitledUsersPublish is applicative only
2750 2751 2752 |
# File 'lib/kaltura_client.rb', line 2750 def entitled_users_publish @entitled_users_publish end |
#group_id ⇒ Object
Returns the value of attribute group_id.
2690 2691 2692 |
# File 'lib/kaltura_client.rb', line 2690 def group_id @group_id end |
#id ⇒ Object
Auto generated 10 characters alphanumeric string
2639 2640 2641 |
# File 'lib/kaltura_client.rb', line 2639 def id @id end |
#license_type ⇒ Object
License type used for this entry
2702 2703 2704 |
# File 'lib/kaltura_client.rb', line 2702 def license_type @license_type end |
#moderation_count ⇒ Object
Number of moderation requests waiting for this entry
2671 2672 2673 |
# File 'lib/kaltura_client.rb', line 2671 def moderation_count @moderation_count end |
#moderation_status ⇒ Object
Entry moderation status
2668 2669 2670 |
# File 'lib/kaltura_client.rb', line 2668 def moderation_status @moderation_status end |
#name ⇒ Object
Entry name (Min 1 chars)
2642 2643 2644 |
# File 'lib/kaltura_client.rb', line 2642 def name @name end |
#operation_attributes ⇒ Object
clipping, skipping and cropping attributes that used to create this entry
2744 2745 2746 |
# File 'lib/kaltura_client.rb', line 2744 def operation_attributes @operation_attributes end |
#partner_data ⇒ Object
Can be used to store various partner related data as a string
2693 2694 2695 |
# File 'lib/kaltura_client.rb', line 2693 def partner_data @partner_data end |
#partner_id ⇒ Object
Returns the value of attribute partner_id.
2646 2647 2648 |
# File 'lib/kaltura_client.rb', line 2646 def partner_id @partner_id end |
#partner_sort_value ⇒ Object
Can be used to store various partner related data as a numeric value
2732 2733 2734 |
# File 'lib/kaltura_client.rb', line 2732 def partner_sort_value @partner_sort_value end |
#rank ⇒ Object
The calculated average rank. rank = totalRank / votes
2683 2684 2685 |
# File 'lib/kaltura_client.rb', line 2683 def rank @rank end |
#redirect_entry_id ⇒ Object
IF not empty, points to an entry ID the should replace this current entry’s id.
2738 2739 2740 |
# File 'lib/kaltura_client.rb', line 2738 def redirect_entry_id @redirect_entry_id end |
#reference_id ⇒ Object
Entry external reference id
2720 2721 2722 |
# File 'lib/kaltura_client.rb', line 2720 def reference_id @reference_id end |
#replaced_entry_id ⇒ Object
ID of the entry that will be replaced when the replacement approved and this entry is ready
2726 2727 2728 |
# File 'lib/kaltura_client.rb', line 2726 def replaced_entry_id @replaced_entry_id end |
#replacement_status ⇒ Object
Status of the replacement readiness and approval
2729 2730 2731 |
# File 'lib/kaltura_client.rb', line 2729 def replacement_status @replacement_status end |
#replacing_entry_id ⇒ Object
ID of temporary entry that will replace this entry when it’s approved and ready for replacement
2723 2724 2725 |
# File 'lib/kaltura_client.rb', line 2723 def replacing_entry_id @replacing_entry_id end |
#root_entry_id ⇒ Object
ID of source root entry, used for clipped, skipped and cropped entries that created from another entry
2741 2742 2743 |
# File 'lib/kaltura_client.rb', line 2741 def root_entry_id @root_entry_id end |
#search_text ⇒ Object
Indexed search text for full text search
2699 2700 2701 |
# File 'lib/kaltura_client.rb', line 2699 def search_text @search_text end |
#start_date ⇒ Object
Entry scheduling start date (null when not set, send -1 to remove)
2714 2715 2716 |
# File 'lib/kaltura_client.rb', line 2714 def start_date @start_date end |
#status ⇒ Object
Returns the value of attribute status.
2665 2666 2667 |
# File 'lib/kaltura_client.rb', line 2665 def status @status end |
#tags ⇒ Object
Entry tags
2655 2656 2657 |
# File 'lib/kaltura_client.rb', line 2655 def @tags end |
#thumbnail_url ⇒ Object
Thumbnail URL
2708 2709 2710 |
# File 'lib/kaltura_client.rb', line 2708 def thumbnail_url @thumbnail_url end |
#total_rank ⇒ Object
The sum of all rank values submitted to the baseEntry.anonymousRank action
2686 2687 2688 |
# File 'lib/kaltura_client.rb', line 2686 def total_rank @total_rank end |
#type ⇒ Object
The type of the entry, this is auto filled by the derived entry object
2674 2675 2676 |
# File 'lib/kaltura_client.rb', line 2674 def type @type end |
#updated_at ⇒ Object
Entry update date as Unix timestamp (In seconds)
2680 2681 2682 |
# File 'lib/kaltura_client.rb', line 2680 def updated_at @updated_at end |
#user_id ⇒ Object
The ID of the user who is the owner of this entry
2649 2650 2651 |
# File 'lib/kaltura_client.rb', line 2649 def user_id @user_id end |
#version ⇒ Object
Version of the entry data
2705 2706 2707 |
# File 'lib/kaltura_client.rb', line 2705 def version @version end |
#votes ⇒ Object
A count of all requests made to the baseEntry.anonymousRank action
2689 2690 2691 |
# File 'lib/kaltura_client.rb', line 2689 def votes @votes end |