Citation Transaction Python Module

Keywords linked to citations.

class pacifica.metadata.orm.citation_transaction.CitationTransaction(*args, **kwargs)

CitationTransaction Model.

Attributes:
Name Description
transaction Link to the TransactionRelease model
citation Link to the Citations model
DoesNotExist

alias of CitationTransactionDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash to the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.