zibri
    Preparing search index...

    An entity that can be handled by the SoftDeleteRepository. Has an uuid id, a relation to all its changeSets and a flag that determines whether it is "soft deleted" or not.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    changeSets: ChangeSet[]

    The change sets of the entity.

    deleted: boolean

    Whether or not the entity is soft deleted.

    id: string

    The uuid (universal unique identifier) of the entity.