Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Platform.Initialization
InitializationRepository
Class InitializationRepository
Hierarchy
InitializationRepository
Implements
IInitializationRepository
Index
Constructors
constructor
Methods
clear
delete
has
set
set
If
Not
Exists
try
Get
Constructors
constructor
new
Initialization
Repository
(
)
:
InitializationRepository
Returns
InitializationRepository
Methods
clear
clear
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
delete
delete
(
key
:
string
)
:
Promise
<
boolean
>
Parameters
key:
string
Returns
Promise
<
boolean
>
has
has
(
key
:
string
)
:
Promise
<
boolean
>
Parameters
key:
string
Returns
Promise
<
boolean
>
set
set
(
key
:
string
, item
:
unknown
)
:
Promise
<
void
>
Parameters
key:
string
item:
unknown
Returns
Promise
<
void
>
set
If
Not
Exists
set
If
Not
Exists
(
key
:
string
, item
:
unknown
)
:
Promise
<
void
>
Parameters
key:
string
item:
unknown
Returns
Promise
<
void
>
try
Get
try
Get
<
T
>
(
key
:
string
)
:
Promise
<
null
|
T
>
Type Parameters
T =
IStorage
<
unknown
>
Parameters
key:
string
Returns
Promise
<
null
|
T
>
Generated using
TypeDoc