Upload Entries Python Module

CherryPy TKV Metadata object class.

class pacifica.metadata.rest.tkvupload_queries.upload_entries.UploadEntries[source]

Uploads new transaction key/value pairs to Pacifica.

static POST()[source]

Return file details for the list of file id’s.

static _get_id_list(names_list, model_obj, field_name)[source]
static _insert_kv_mappings(item, key_cache, value_cache, transaction_id)[source]
static _update_id_list(names_list, model_obj, field_name)[source]
static add_or_update(item_list)[source]

Add or update transacton key value items.

exposed = True
upload_keys_cache = {}