swimlane.core.resources.record_revision module

class swimlane.core.resources.record_revision.RecordRevision(*args, **kwargs)[source]

Bases: RevisionBase

Encapsulates a single revision returned from a History lookup.

app_revision_number

The app revision number this record revision was created using.

Properties:

app_version: Returns an App corresponding to the app_revision_number of this record revision. version: Returns a Record corresponding to the app_version and data contained in this record revision.

property app_revision_number
property app_version

The app revision corresponding to this record revision. Lazy loaded

property version

The record contained in this record revision. Lazy loaded. Overridden from base class.