class documentation

class CopySupport(object): (source)

View In Hierarchy

Undocumented

Method cp_get_obs Undocumented
Method manage_copyObject Put a reference to the objects named in ids in the clip board
Method manage_cutObject Put a reference to the objects named in ids in the clip board
Method manage_pasteObjs CopySupport.manage_pasteObjs
Instance Variable blobfields Undocumented
Method _copy_blobs_if_other_mediadb Undocumented
Method _get_cb_copy_data Undocumented
Method _get_id Undocumented
Method _get_obs Undocumented
Method _set_sort_ids Undocumented
def cp_get_obs(self, REQUEST): (source)

Undocumented

def manage_copyObject(self, ids=[], REQUEST=None, RESPONSE=None): (source)

Put a reference to the objects named in ids in the clip board

def manage_cutObject(self, ids=[], REQUEST=None, RESPONSE=None): (source)

Put a reference to the objects named in ids in the clip board

def manage_pasteObjs(self, REQUEST, RESPONSE=None): (source)

CopySupport.manage_pasteObjs

blobfields: list = (source)

Undocumented

def _copy_blobs_if_other_mediadb(self, **kwargs): (source)

Undocumented

def _get_cb_copy_data(self, cb_copy_data=None, REQUEST=None): (source)

Undocumented

def _get_id(self, id): (source)

Undocumented

def _get_obs(self, cp): (source)

Undocumented

def _set_sort_ids(self, ids, op, REQUEST): (source)

Undocumented