Saxonberg Server API
    Preparing search index...

    Public method surface (methods only). employments is public for the Hydrator but is not the contract surface.

    interface Employed {
        _removeEmployment(businessPath: string): void;
        _setEmploymentStatus(businessPath: string, status: EmploymentStatus): void;
        _upsertEmployment(record: EmploymentData): void;
        getActiveEmployment(): Employment | undefined;
        getConferredMixinNames(): readonly string[];
        getEmployment(businessPath: string): Employment | undefined;
        getEmployments(): readonly Employment[];
        isOnShift(): boolean;
    }
    Index

    Methods