devonian
Preparing search index...
DevonianIndex
Class DevonianIndex
Index
Constructors
constructor
Properties
ids
index
Methods
convert
Foreign
Ids
convert
Id
ensure
Indexed
lookup
Index
From
store
Equivalences
store
Identities
From
Constructors
constructor
new
DevonianIndex
()
:
DevonianIndex
Returns
DevonianIndex
Properties
ids
ids
:
{
[
model
:
string
]:
IdentifierMap
[]
}
= {}
index
index
:
{
[
model
:
string
]:
{
[
platform
:
string
]:
IdentifierMap
}
}
= {}
Methods
convert
Foreign
Ids
convertForeignIds
(
fromPlatform
:
string
,
fromId
:
string
,
fromForeignIds
:
IdentifierMap
,
toPlatform
:
string
,
)
:
IdentifierMap
Parameters
fromPlatform
:
string
fromId
:
string
fromForeignIds
:
IdentifierMap
toPlatform
:
string
Returns
IdentifierMap
convert
Id
convertId
(
model
:
string
,
fromPlatform
:
string
,
fromLocalId
:
string
,
toPlatform
:
string
,
)
:
string
|
number
Parameters
model
:
string
fromPlatform
:
string
fromLocalId
:
string
toPlatform
:
string
Returns
string
|
number
ensure
Indexed
ensureIndexed
(
model
:
string
,
i
:
number
)
:
void
Parameters
model
:
string
i
:
number
Returns
void
lookup
Index
From
lookupIndexFrom
(
model
:
string
,
platform
:
string
,
localId
:
string
|
number
,
foreignIds
:
{
[
platform
:
string
]:
string
}
,
)
:
string
|
number
Parameters
model
:
string
platform
:
string
localId
:
string
|
number
foreignIds
:
{
[
platform
:
string
]:
string
}
Returns
string
|
number
store
Equivalences
storeEquivalences
(
equivalences
:
Equivalences
)
:
void
Parameters
equivalences
:
Equivalences
Returns
void
store
Identities
From
storeIdentitiesFrom
(
model
:
string
,
platform
:
string
,
localId
:
string
|
number
,
foreignIds
:
{
[
platform
:
string
]:
string
}
,
)
:
void
Parameters
model
:
string
platform
:
string
localId
:
string
|
number
foreignIds
:
{
[
platform
:
string
]:
string
}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
ids
index
Methods
convert
Foreign
Ids
convert
Id
ensure
Indexed
lookup
Index
From
store
Equivalences
store
Identities
From
devonian
Loading...