DOI Transaction Python Module

Citation proposal relationship.

class pacifica.metadata.orm.doi_transaction.DOITransaction(*args, **kwargs)

Relates DOI entries with transaction release entries.

Attributes:
Name Description
doi Link to the DOI model
transaction Link to the TransactionRelease model
DoesNotExist

alias of DOITransactionDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.