Skip to content

bpmn-server / IConfiguration

Interface: IConfiguration#

Implemented by#

Table of contents#

Properties#

Methods#

Properties#

definitionsPath#

• definitionsPath: string

Defined in#

interfaces/common.ts:9


templatesPath#

• templatesPath: string

Defined in#

interfaces/common.ts:10


timers#

• timers: Object

Type declaration#

Name Type
forceTimersDelay number
precision number

Defined in#

interfaces/common.ts:11


database#

• database: IMongoDBDatabaseConfiguration | ISQLiteDatabaseConfiguration

Defined in#

interfaces/common.ts:15


apiKey#

• apiKey: string

Defined in#

interfaces/common.ts:16


logger#

• logger: ILogger

Defined in#

interfaces/common.ts:17

Methods#

definitions#

▸ definitions(server): IModelsDatastore

Parameters#

Name Type
server any

Returns#

IModelsDatastore

Defined in#

interfaces/common.ts:18


appDelegate#

▸ appDelegate(server): IAppDelegate

Parameters#

Name Type
server any

Returns#

IAppDelegate

Defined in#

interfaces/common.ts:19


dataStore#

▸ dataStore(server): IDataStore

Parameters#

Name Type
server any

Returns#

IDataStore

Defined in#

interfaces/common.ts:20


cacheManager#

▸ cacheManager(server): ICacheManager

Parameters#

Name Type
server any

Returns#

ICacheManager

Defined in#

interfaces/common.ts:21