Class: Kaltura::KalturaMoveCategoryEntriesJobData
- Inherits:
-
KalturaJobData
- Object
- KalturaObjectBase
- KalturaJobData
- Kaltura::KalturaMoveCategoryEntriesJobData
- Defined in:
- lib/kaltura_client.rb
Instance Attribute Summary collapse
-
#copy_only ⇒ Object
Entries won’t be deleted from the source entry.
-
#dest_category_full_ids ⇒ Object
Destination categories fallback ids.
-
#dest_category_id ⇒ Object
Destination category id.
-
#last_moved_category_entry_page_index ⇒ Object
Saves the last page index of the category entries filter pager In case of crash the batch will restart from that point.
-
#last_moved_category_id ⇒ Object
Saves the last category id that its entries moved completely In case of crash the batch will restart from that point.
-
#last_moved_category_page_index ⇒ Object
Saves the last page index of the child categories filter pager In case of crash the batch will restart from that point.
-
#move_from_children ⇒ Object
All entries from all child categories will be moved as well.
-
#src_category_id ⇒ Object
Source category id.
Attributes inherited from KalturaObjectBase
Method Summary
Methods inherited from KalturaObjectBase
Instance Attribute Details
#copy_only ⇒ Object
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_ids ⇒ Object
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_id ⇒ Object
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_index ⇒ Object
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_id ⇒ Object
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_index ⇒ Object
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_children ⇒ Object
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_id ⇒ Object
Source category id
7676 7677 7678 |
# File 'lib/kaltura_client.rb', line 7676 def src_category_id @src_category_id end |