Class: Kaltura::KalturaMoveCategoryEntriesJobData

Inherits:
KalturaJobData 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

#copy_onlyObject

Entries won’t be deleted from the source entry



7697
7698
7699
# File 'lib/kaltura_client.rb', line 7697

def copy_only
  @copy_only
end

#dest_category_full_idsObject

Destination categories fallback ids



7700
7701
7702
# File 'lib/kaltura_client.rb', line 7700

def dest_category_full_ids
  @dest_category_full_ids
end

#dest_category_idObject

Destination category id



7679
7680
7681
# File 'lib/kaltura_client.rb', line 7679

def dest_category_id
  @dest_category_id
end

#last_moved_category_entry_page_indexObject

Saves the last page index of the category entries filter pager

In case of crash the batch will restart from that point


7691
7692
7693
# File 'lib/kaltura_client.rb', line 7691

def last_moved_category_entry_page_index
  @last_moved_category_entry_page_index
end

#last_moved_category_idObject

Saves the last category id that its entries moved completely

In case of crash the batch will restart from that point


7683
7684
7685
# File 'lib/kaltura_client.rb', line 7683

def last_moved_category_id
  @last_moved_category_id
end

#last_moved_category_page_indexObject

Saves the last page index of the child categories filter pager

In case of crash the batch will restart from that point


7687
7688
7689
# File 'lib/kaltura_client.rb', line 7687

def last_moved_category_page_index
  @last_moved_category_page_index
end

#move_from_childrenObject

All entries from all child categories will be moved as well



7694
7695
7696
# File 'lib/kaltura_client.rb', line 7694

def move_from_children
  @move_from_children
end

#src_category_idObject

Source category id



7676
7677
7678
# File 'lib/kaltura_client.rb', line 7676

def src_category_id
  @src_category_id
end