Class: KalturaApi::KalturaBaseEntry

Inherits:
KalturaObjectBase show all
Defined in:
lib/kaltura_client.rb

Instance Attribute Summary collapse

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#access_control_idObject

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_tagsObject

Entry admin tags can be updated only by administrators



2658
2659
2660
# File 'lib/kaltura_client.rb', line 2658

def admin_tags
  @admin_tags
end

#categoriesObject

Categories with no entitlement that this entry belongs to.



2661
2662
2663
# File 'lib/kaltura_client.rb', line 2661

def categories
  @categories
end

#categories_idsObject

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_idObject

Override the default ingestion profile



2735
2736
2737
# File 'lib/kaltura_client.rb', line 2735

def conversion_profile_id
  @conversion_profile_id
end

#created_atObject

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_idObject

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

#descriptionObject

Entry description



2645
2646
2647
# File 'lib/kaltura_client.rb', line 2645

def description
  @description
end

#download_urlObject

Download URL for the entry



2696
2697
2698
# File 'lib/kaltura_client.rb', line 2696

def download_url
  @download_url
end

#end_dateObject

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_editObject

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_publishObject

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_idObject

Returns the value of attribute group_id.



2690
2691
2692
# File 'lib/kaltura_client.rb', line 2690

def group_id
  @group_id
end

#idObject

Auto generated 10 characters alphanumeric string



2639
2640
2641
# File 'lib/kaltura_client.rb', line 2639

def id
  @id
end

#license_typeObject

License type used for this entry



2702
2703
2704
# File 'lib/kaltura_client.rb', line 2702

def license_type
  @license_type
end

#moderation_countObject

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_statusObject

Entry moderation status



2668
2669
2670
# File 'lib/kaltura_client.rb', line 2668

def moderation_status
  @moderation_status
end

#nameObject

Entry name (Min 1 chars)



2642
2643
2644
# File 'lib/kaltura_client.rb', line 2642

def name
  @name
end

#operation_attributesObject

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_dataObject

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_idObject

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_valueObject

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

#rankObject

The calculated average rank. rank = totalRank / votes



2683
2684
2685
# File 'lib/kaltura_client.rb', line 2683

def rank
  @rank
end

#redirect_entry_idObject

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_idObject

Entry external reference id



2720
2721
2722
# File 'lib/kaltura_client.rb', line 2720

def reference_id
  @reference_id
end

#replaced_entry_idObject

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_statusObject

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_idObject

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_idObject

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_textObject

Indexed search text for full text search



2699
2700
2701
# File 'lib/kaltura_client.rb', line 2699

def search_text
  @search_text
end

#start_dateObject

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

#statusObject

Returns the value of attribute status.



2665
2666
2667
# File 'lib/kaltura_client.rb', line 2665

def status
  @status
end

#tagsObject

Entry tags



2655
2656
2657
# File 'lib/kaltura_client.rb', line 2655

def tags
  @tags
end

#thumbnail_urlObject

Thumbnail URL



2708
2709
2710
# File 'lib/kaltura_client.rb', line 2708

def thumbnail_url
  @thumbnail_url
end

#total_rankObject

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

#typeObject

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_atObject

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_idObject

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

#versionObject

Version of the entry data



2705
2706
2707
# File 'lib/kaltura_client.rb', line 2705

def version
  @version
end

#votesObject

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