Skip to main content

@webda/runtimeReadme | API


Class: BinaryModel<T>

Extends

  • CoreModel

Type parameters

T = any

Constructors

new BinaryModel()

new BinaryModel<T>(): BinaryModel<T>

Returns

BinaryModel<T>

Inherited from

CoreModel.constructor

Source

core/lib/models/coremodel.d.ts:432

Properties

__binary

__binary: Binary<any>

Source

runtime/src/models/binarymodel.ts:7


__class

__class: CoreModelDefinition<BinaryModel<T>>

Class reference to the object

Inherited from

CoreModel.__class

Source

core/lib/models/coremodel.d.ts:396


__ctx

__ctx: OperationContext<any, any>

Object context

@TJS-ignore

Inherited from

CoreModel.__ctx

Source

core/lib/models/coremodel.d.ts:410


__data

__data: T

Source

runtime/src/models/binarymodel.ts:5


__dataUpdated

__dataUpdated: boolean = false

Source

runtime/src/models/binarymodel.ts:10


__dirty

__dirty: Set<string | symbol>

Inherited from

CoreModel.__dirty

Source

core/lib/models/coremodel.d.ts:417


__store

__store: Store<BinaryModel<T>, StoreParameters, StoreEvents>

If object is attached to its store

@TJS-ignore

Inherited from

CoreModel.__store

Source

core/lib/models/coremodel.d.ts:416


__type

__type: string

Type name

Inherited from

CoreModel.__type

Source

core/lib/models/coremodel.d.ts:400


__types

__types: string[]

Types name

Inherited from

CoreModel.__types

Source

core/lib/models/coremodel.d.ts:404


_creationDate

_creationDate: Date

Creation date

Inherited from

CoreModel._creationDate

Source

core/lib/models/coremodel.d.ts:421


_lastUpdate

_lastUpdate: Date

Last update date

Inherited from

CoreModel._lastUpdate

Source

core/lib/models/coremodel.d.ts:425

Accessors

data

get data(): T

set data(data): void

Parameters

data: T

Returns

T

Source

runtime/src/models/binarymodel.ts:12

Methods

_onDelete()

_onDelete(): Promise<void>

Called when object is about to be deleted

Returns

Promise<void>

Inherited from

CoreModel._onDelete

Source

core/lib/models/coremodel.d.ts:807


_onDeleted()

_onDeleted(): Promise<void>

Called when object has been deleted

Returns

Promise<void>

Inherited from

CoreModel._onDeleted

Source

core/lib/models/coremodel.d.ts:811


_onGet()

_onGet(): Promise<void>

Called when object is retrieved

Returns

Promise<void>

Inherited from

CoreModel._onGet

Source

core/lib/models/coremodel.d.ts:815


_onSave()

_onSave(): Promise<void>

Called when object is about to be saved

Returns

Promise<void>

Inherited from

CoreModel._onSave

Source

core/lib/models/coremodel.d.ts:819


_onSaved()

_onSaved(): Promise<void>

Called when object is saved

Returns

Promise<void>

Inherited from

CoreModel._onSaved

Source

core/lib/models/coremodel.d.ts:823


_onUpdate()

_onUpdate(_updates): Promise<void>

Called when object is about to be updates

Parameters

_updates: any

Returns

Promise<void>

Inherited from

CoreModel._onUpdate

Source

core/lib/models/coremodel.d.ts:829


_onUpdated()

_onUpdated(): Promise<void>

Called when object is updated

Returns

Promise<void>

Inherited from

CoreModel._onUpdated

Source

core/lib/models/coremodel.d.ts:833


_toJSON()

_toJSON(secure): any

Remove the specific attributes if not secure

Parameters

secure: any

serialize server fields also

Returns

any

filtered object to be serialized

Inherited from

CoreModel._toJSON

Source

core/lib/models/coremodel.d.ts:797


attributePermission()

attributePermission(key, value, mode, context?): any

Allow to define custom permission per attribute

This method allows you to do permission based attribute But also a mask destructive attribute

Parameters

key: string

value: any

mode: "READ" | "WRITE"

context?: OperationContext<any, any>

Returns

any

updated value

Inherited from

CoreModel.attributePermission

Source

core/lib/models/coremodel.d.ts:704


canAct()

canAct(_context, _action): Promise<string | boolean>

By default nothing is permitted on a CoreModel

Parameters

_context: OperationContext<any, any>

_action: string

Returns

Promise<string | boolean>

Inherited from

CoreModel.canAct

Source

core/lib/models/coremodel.d.ts:661


checkAct()

checkAct(context, action): Promise<void>

Parameters

context: OperationContext<any, any>

action: string

Returns

Promise<void>

Inherited from

CoreModel.checkAct

Source

core/lib/models/coremodel.d.ts:656


delete()

delete(): Promise<void>

Delete this object

Returns

Promise<void>

Inherited from

CoreModel.delete

Throws

Error if the object is not coming from a store

Source

core/lib/models/coremodel.d.ts:747


generateUid()

generateUid(_object?): string

Generate uuid for the object

Parameters

_object?: any

Returns

string

Inherited from

CoreModel.generateUid

Source

core/lib/models/coremodel.d.ts:774


get()

get(): Promise<BinaryModel<T>>

Get the object

Returns

Promise<BinaryModel<T>>

Inherited from

CoreModel.get

Source

core/lib/models/coremodel.d.ts:735


getContext()

getContext<T>(): T

Get object context

Global object does not belong to a request

Type parameters

T extends OperationContext<any, any>

Returns

T

Inherited from

CoreModel.getContext

Source

core/lib/models/coremodel.d.ts:726


getFullUuid()

getFullUuid(): string

Return a unique reference within the application to the object

It contains the Store containing it

Returns

string

Inherited from

CoreModel.getFullUuid

Source

core/lib/models/coremodel.d.ts:683


getProxy()

getProxy(): this

Return a proxy to the object to detect if dirty

Returns

this

Inherited from

CoreModel.getProxy

Source

core/lib/models/coremodel.d.ts:623


getRef()

getRef<T>(): ModelRef<T>

Return a model ref

Type parameters

T extends BinaryModel<T>

Returns

ModelRef<T>

Inherited from

CoreModel.getRef

Source

core/lib/models/coremodel.d.ts:855


getService()

getService<T>(service): T

Get a pre typed service

Type parameters

T extends Service<ServiceParameters, Events>

Parameters

service: any

to retrieve WARNING: Only object attached to a store can retrieve service

Returns

T

Inherited from

CoreModel.getService

Source

core/lib/models/coremodel.d.ts:788


getStore()

getStore(): Store<BinaryModel<T>, StoreParameters, StoreEvents>

Return the object registered store

Returns

Store<BinaryModel<T>, StoreParameters, StoreEvents>

Inherited from

CoreModel.getStore

Source

core/lib/models/coremodel.d.ts:730


getUuid()

getUuid(): string

Returns

string

the uuid of the object

Inherited from

CoreModel.getUuid

Source

core/lib/models/coremodel.d.ts:633


handleRelations()

protected handleRelations(): void

Patch every attribute that is based on a relation to add all the helpers

Returns

void

Inherited from

CoreModel.handleRelations

Source

core/lib/models/coremodel.d.ts:716


incrementAttribute()

incrementAttribute(property, value): Promise<void>

Increment an attribute both in store and object

Parameters

property: FilterAttributes<BinaryModel<T>, number>

value: number

Returns

Promise<void>

Inherited from

CoreModel.incrementAttribute

Source

core/lib/models/coremodel.d.ts:850


incrementAttributes()

incrementAttributes(info): Promise<void>

Increment a attributes both in store and object

Parameters

info: Object[]

Returns

Promise<void>

Inherited from

CoreModel.incrementAttributes

Source

core/lib/models/coremodel.d.ts:860


isDirty()

isDirty(): boolean

Return true if needs a save

Returns

boolean

Inherited from

CoreModel.isDirty

Source

core/lib/models/coremodel.d.ts:628


load()

load(raw, secure?, relations?): this

Load an object from RAW

Parameters

raw: RawModel<BinaryModel<T>>

data

secure?: boolean

if false will ignore any _ variable

relations?: boolean

Returns

this

Inherited from

CoreModel.load

Source

core/lib/models/coremodel.d.ts:711


loadData()

loadData(force): Promise<void>

Parameters

force: boolean= false

Returns

Promise<void>

Source

runtime/src/models/binarymodel.ts:63


needsUpload()

needsUpload(): boolean

Returns

boolean

Source

runtime/src/models/binarymodel.ts:59


patch()

patch(obj, conditionField?, conditionValue?): Promise<void>

Patch current object with this update

Parameters

obj: Partial<BinaryModel<T>>

conditionField?: keyof BinaryModel<T>

if null no condition used otherwise fallback to lastUpdate

conditionValue?: any

Returns

Promise<void>

Inherited from

CoreModel.patch

Source

core/lib/models/coremodel.d.ts:754


refresh()

refresh(): Promise<BinaryModel<T>>

Get the object again

Returns

Promise<BinaryModel<T>>

Inherited from

CoreModel.refresh

Throws

Error if the object is not coming from a store

Source

core/lib/models/coremodel.d.ts:741


removeAttribute()

removeAttribute(property): Promise<void>

Remove attribute from both the object and db

Parameters

property: keyof BinaryModel<T>

Returns

Promise<void>

Inherited from

CoreModel.removeAttribute

Source

core/lib/models/coremodel.d.ts:844


save()

save(): Promise<BinaryModel<T>>

Returns

Promise<BinaryModel<T>>

Overrides

CoreModel.save

Source

runtime/src/models/binarymodel.ts:70


setAttribute()

setAttribute(property, value): Promise<void>

Set attribute on the object and database

Parameters

property: keyof BinaryModel<T>

value: any

Returns

Promise<void>

Inherited from

CoreModel.setAttribute

Source

core/lib/models/coremodel.d.ts:839


setContext()

setContext(ctx): this

Context of the request

Parameters

ctx: OperationContext<any, any>

Returns

this

Inherited from

CoreModel.setContext

Source

core/lib/models/coremodel.d.ts:720


setUuid()

setUuid(uuid, target?): this

Parameters

uuid: string

target?: this

Returns

this

Inherited from

CoreModel.setUuid

Source

core/lib/models/coremodel.d.ts:639


toJSON()

toJSON(): any

Return the object without sensitive attributes

Returns

any

Object to serialize

Inherited from

CoreModel.toJSON

Source

core/lib/models/coremodel.d.ts:803


toStoredJSON()

toStoredJSON(stringify?): any

Return the object to be serialized without the __store

Parameters

stringify?: boolean

Returns

any

Inherited from

CoreModel.toStoredJSON

Source

core/lib/models/coremodel.d.ts:781


unflat()

unflat<T>(split?): T

Create subobject for a model

Useful for counters

Type parameters

T

Parameters

split?: string

Returns

T

Inherited from

CoreModel.unflat

Source

core/lib/models/coremodel.d.ts:560


updateBinary()

updateBinary(): Promise<void>

Returns

Promise<void>

Source

runtime/src/models/binarymodel.ts:76


validate()

validate(ctx, updates, ignoreRequired?): Promise<boolean>

Validate objet modification

Parameters

ctx: OperationContext<any, any>

updates: any

ignoreRequired?: boolean

Returns

Promise<boolean>

Inherited from

CoreModel.validate

Source

core/lib/models/coremodel.d.ts:767


addListener()

static addListener<Key>(event, listener): any

Type parameters

Key extends keyof StoreEvents

Parameters

event: Key

listener: (...args) => void

Returns

any

Inherited from

CoreModel.addListener

Source

core/lib/models/coremodel.d.ts:466


authorizeClientEvent()

static authorizeClientEvent(_event, _context, _model?): boolean

Does not allow any event by default

Parameters

_event: string

_context: OperationContext<any, any>

_model?: CoreModel

Returns

boolean

Inherited from

CoreModel.authorizeClientEvent

Source

core/lib/models/coremodel.d.ts:496


completeQuery()

static protected completeQuery(query, includeSubclass?): string

Complete the query with __type/__types

Parameters

query: string

includeSubclass?: boolean

Returns

string

Inherited from

CoreModel.completeQuery

Source

core/lib/models/coremodel.d.ts:590


completeUid()

static completeUid(uid): string

Complete the uid with prefix if any

Useful when object are stored with a prefix for full uuid

Parameters

uid: string

Returns

string

Inherited from

CoreModel.completeUid

Source

core/lib/models/coremodel.d.ts:510


create()

static create<T>(this, data): Promise<T>

Get a reference to a model

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

data: RawModel<T>

Returns

Promise<T>

Inherited from

CoreModel.create

Source

core/lib/models/coremodel.d.ts:529


emit()

static emit<T, Key>(this, event, evt): void

Emit an event for this class

Type parameters

T extends CoreModel

Key extends keyof StoreEvents

Parameters

this: Constructor<T, []>

event: Key

evt: StoreEvents[Key]

Returns

void

Inherited from

CoreModel.emit

Source

core/lib/models/coremodel.d.ts:446


emitSync()

static emitSync<T, Key>(this, event, evt): Promise<void>

Emit an event for this class and wait for all listeners to finish

Type parameters

T extends CoreModel

Key extends keyof StoreEvents

Parameters

this: Constructor<T, []>

event: Key

evt: StoreEvents[Key]

Returns

Promise<void>

Inherited from

CoreModel.emitSync

Source

core/lib/models/coremodel.d.ts:453


emitter()

static emitter(method, ...args): any

Parameters

method: any

• ...args: any[]

Returns

any

Inherited from

CoreModel.emitter

Source

core/lib/models/coremodel.d.ts:467


eventNames()

static eventNames(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.eventNames

Source

core/lib/models/coremodel.d.ts:479


factory()

static factory<T>(this, object, context?): T

Create an object

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

object: Partial<T>

context?: OperationContext<any, any>

Returns

T

Inherited from

CoreModel.factory

Source

core/lib/models/coremodel.d.ts:670


flat()

static flat(target, data, split?, prefix?): any

Flat an object into another

{ a: { b: 1 }, c: 1 }

become

{ "a#b": 1 "c": 1 }

Parameters

target: any

data: any

split?: string

prefix?: string

Returns

any

Inherited from

CoreModel.flat

Source

core/lib/models/coremodel.d.ts:583


fromFullUuid()

static fromFullUuid<T>(fullUuid, core?, partials?): Promise<T>

Get an object from the full uuid

Type parameters

T extends CoreModel = CoreModel

Parameters

fullUuid: string

core?: Core<CoreEvents>

partials?: any

Returns

Promise<T>

Inherited from

CoreModel.fromFullUuid

Source

core/lib/models/coremodel.d.ts:691


getActions()

static getActions<T>(this): ModelActions

Get actions callable on an object

This will expose them by the Store with /storeUrl/{uuid}/{action}

Type parameters

T

Parameters

this: Constructor<T, []>

Returns

ModelActions

Inherited from

CoreModel.getActions

Source

core/lib/models/coremodel.d.ts:645


getClientEvents()

static getClientEvents(): any[]

Do not declare any public events by default

Returns

any[]

Inherited from

CoreModel.getClientEvents

Source

core/lib/models/coremodel.d.ts:489


getHierarchy()

static getHierarchy(): Object

Get the model hierarchy

Ancestors will contain every model it inherits from Children will contain every model that inherits from this model in a tree structure

Returns

Object

ancestors

ancestors: string[]

children

children: ModelsTree

Inherited from

CoreModel.getHierarchy

Source

core/lib/models/coremodel.d.ts:541


getIdentifier()

static getIdentifier(short?): string

Get identifier for this model

Parameters

short?: boolean

Returns

string

Inherited from

CoreModel.getIdentifier

Source

core/lib/models/coremodel.d.ts:534


getMaxListeners()

static getMaxListeners(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.getMaxListeners

Source

core/lib/models/coremodel.d.ts:473


getPermissionQuery()

static getPermissionQuery(_ctx): Object

Return the expressable query for permission

Parameters

_ctx: OperationContext<any, any>

Returns

Object

partial

partial: boolean

query

query: string

Inherited from

CoreModel.getPermissionQuery

Source

core/lib/models/coremodel.d.ts:652


getRelations()

static getRelations(): ModelGraph

Returns

ModelGraph

Inherited from

CoreModel.getRelations

Source

core/lib/models/coremodel.d.ts:484


getSchema()

static getSchema(): JSONSchema7

Return the known schema

Returns

JSONSchema7

Inherited from

CoreModel.getSchema

Source

core/lib/models/coremodel.d.ts:515


getUuidField()

static getUuidField(): string

Get the UUID property

Returns

string

Inherited from

CoreModel.getUuidField

Source

core/lib/models/coremodel.d.ts:665


instanceOf()

static instanceOf(object): boolean

Detect what looks like a CoreModel but can be from different version

Parameters

object: any

Returns

boolean

Inherited from

CoreModel.instanceOf

Source

core/lib/models/coremodel.d.ts:676


iterate()

static iterate<T>(this, query?, includeSubclass?, context?): AsyncGenerator<T, any, unknown>

Iterate through the model

How to use a iterator is:

for await (const model of CoreModel.iterate()) {
// Do something with my model
}

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

query?: string

includeSubclass?: boolean

context?: OperationContext<any, any>

Returns

AsyncGenerator<T, any, unknown>

Inherited from

CoreModel.iterate

Source

core/lib/models/coremodel.d.ts:608


listenerCount()

static listenerCount(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.listenerCount

Source

core/lib/models/coremodel.d.ts:476


listeners()

static listeners(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.listeners

Source

core/lib/models/coremodel.d.ts:474


off()

static off(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.off

Source

core/lib/models/coremodel.d.ts:469


on()

static on<T, Key>(this, event, listener, async?): any

Listen to events on the model

Type parameters

T extends CoreModel

Key extends keyof StoreEvents

Parameters

this: Constructor<T, []>

event: Key

listener: (evt) => any

async?: boolean

Returns

any

Inherited from

CoreModel.on

Source

core/lib/models/coremodel.d.ts:439


onAsync()

static onAsync<Key>(event, listener, queue?): any

Listen to events on the model asynchronously

Type parameters

Key extends keyof StoreEvents

Parameters

event: Key

listener: (evt) => any

queue?: string

Returns

any

Inherited from

CoreModel.onAsync

Source

core/lib/models/coremodel.d.ts:459


once()

static once(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.once

Source

core/lib/models/coremodel.d.ts:470


prependListener()

static prependListener(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.prependListener

Source

core/lib/models/coremodel.d.ts:477


prependOnceListener()

static prependOnceListener(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.prependOnceListener

Source

core/lib/models/coremodel.d.ts:478


query()

static query<T>(this, query?, includeSubclass?, context?): Promise<Object>

Query for models

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

query?: string

includeSubclass?: boolean

context?: OperationContext<any, any>

Returns

Promise<Object>

continuationToken?

continuationToken?: string

results

results: T[]

Inherited from

CoreModel.query

Source

core/lib/models/coremodel.d.ts:615


rawListeners()

static rawListeners(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.rawListeners

Source

core/lib/models/coremodel.d.ts:475


ref()

static ref<T>(this, uid): ModelRefWithCreate<T>

Get a reference to a model

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

uid: string

Returns

ModelRefWithCreate<T>

Inherited from

CoreModel.ref

Source

core/lib/models/coremodel.d.ts:522


removeAllListeners()

static removeAllListeners(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.removeAllListeners

Source

core/lib/models/coremodel.d.ts:471


removeListener()

static removeListener(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.removeListener

Source

core/lib/models/coremodel.d.ts:468


setMaxListeners()

static setMaxListeners(...args): any

Parameters

• ...args: any[]

Returns

any

Inherited from

CoreModel.setMaxListeners

Source

core/lib/models/coremodel.d.ts:472


store()

static store<T>(this): Store<T, StoreParameters, StoreEvents>

Get Store for this model

Type parameters

T extends CoreModel

Parameters

this: Constructor<T, []>

Returns

Store<T, StoreParameters, StoreEvents>

Inherited from

CoreModel.store

Source

core/lib/models/coremodel.d.ts:502


unflat()

static unflat<T>(data, split?): T

Unflat an object

Type parameters

T = any

Parameters

data: any

split?: string

Returns

T

Inherited from

CoreModel.unflat

Source

core/lib/models/coremodel.d.ts:551