plannerjs - v0.4.1
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Connections
Provider
Default
constructor
add
Connection
Source
append
Iterator
create
Iterator
get
ByTime
get
ByUrl
get
Sources
prefetch
Connections
Hierarchy
ConnectionsProviderDefault
Implements
IConnectionsProvider
Index
Constructors
constructor
Methods
add
Connection
Source
append
Iterator
create
Iterator
get
ByTime
get
ByUrl
get
Sources
prefetch
Connections
Constructors
constructor
new
Connections
Provider
Default
(
connectionsFetcherFactory
:
ConnectionsFetcherFactory
, templateFetcher
:
IHydraTemplateFetcher
)
:
ConnectionsProviderDefault
Parameters
connectionsFetcherFactory:
ConnectionsFetcherFactory
templateFetcher:
IHydraTemplateFetcher
Returns
ConnectionsProviderDefault
Methods
add
Connection
Source
add
Connection
Source
(
source
:
IConnectionsSourceConfig
)
:
void
Parameters
source:
IConnectionsSourceConfig
Returns
void
append
Iterator
append
Iterator
(
options
:
IConnectionsIteratorOptions
, existingIterator
:
AsyncIterator
<
IConnection
>
)
:
Promise
<
AsyncIterator
<
IConnection
>
>
Parameters
options:
IConnectionsIteratorOptions
existingIterator:
AsyncIterator
<
IConnection
>
Returns
Promise
<
AsyncIterator
<
IConnection
>
>
create
Iterator
create
Iterator
(
options
:
IConnectionsIteratorOptions
)
:
Promise
<
AsyncIterator
<
IConnection
>
>
Parameters
options:
IConnectionsIteratorOptions
Returns
Promise
<
AsyncIterator
<
IConnection
>
>
get
ByTime
get
ByTime
(
date
:
Date
)
:
Promise
<
LinkedConnectionsPage
>
Parameters
date:
Date
Returns
Promise
<
LinkedConnectionsPage
>
get
ByUrl
get
ByUrl
(
url
:
string
)
:
Promise
<
LinkedConnectionsPage
>
Parameters
url:
string
Returns
Promise
<
LinkedConnectionsPage
>
get
Sources
get
Sources
(
)
:
IConnectionsSourceConfig
[]
Returns
IConnectionsSourceConfig
[]
prefetch
Connections
prefetch
Connections
(
lowerBound
:
Date
, upperBound
:
Date
)
:
void
Parameters
lowerBound:
Date
upperBound:
Date
Returns
void
Generated using
TypeDoc