Transaction, Submitter, Instrument, Proposal Python Module

TransSIP model.

class pacifica.metadata.orm.transsip.TransSIP(*args, **kwargs)

TransSIP model class.

Attributes:
Name Description
submitter User who submitted the transaction
instrument Instrument the transaction came from
proposal Proposal the transaction is for
suspense_date date the transaction is available
DoesNotExist

alias of TransSIPDoesNotExist

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.