@infrasoftbe/vnv-sdk
Preparing search index...
ApiFactory
_batchFallbackSolver
Class _batchFallbackSolver<ResultOnSuccess>
Type Parameters
ResultOnSuccess
Hierarchy (
View Summary
)
_batchFallbackSolver
BatchFallbackSolver
Index
Constructors
constructor
Properties
_
onerror
_
onsuccess
_
onwait
batch
query
Accessors
find
needs
needs
Result
pending
resolvable
Methods
execute
on
Error
on
Reject
on
Succes
on
Wait
init
Constructors
constructor
new
_batchFallbackSolver
<
ResultOnSuccess
>
(
batch
:
Batch
,
query
:
BatchFallbackQuery
<
ResultOnSuccess
>
,
)
:
_batchFallbackSolver
<
ResultOnSuccess
>
Type Parameters
ResultOnSuccess
Parameters
batch
:
Batch
query
:
BatchFallbackQuery
<
ResultOnSuccess
>
Returns
_batchFallbackSolver
<
ResultOnSuccess
>
Properties
_
onerror
_onerror
:
any
= null
_
onsuccess
_onsuccess
:
any
= null
_
onwait
_onwait
:
any
= null
batch
batch
:
Batch
query
query
:
BatchFallbackQuery
<
ResultOnSuccess
>
= null
Accessors
find
get
find
()
:
|
(
(
id
:
number
)
=>
Controller
<
any
>
)
|
(
(
id
:
number
)
=>
Controller
<
any
>
)
Returns (
(
id
:
number
)
=>
Controller
<
any
>
)
|
(
(
id
:
number
)
=>
Controller
<
any
>
)
needs
get
needs
()
:
any
[]
Returns
any
[]
needs
Result
get
needsResult
()
:
any
Returns
any
pending
get
pending
()
:
any
Returns
any
resolvable
get
resolvable
()
:
any
Returns
any
Methods
execute
execute
(
controllerId
:
number
)
:
any
Parameters
controllerId
:
number
Returns
any
on
Error
onError
(
controllerId
:
number
)
:
(
value
?:
any
)
=>
void
Parameters
controllerId
:
number
Returns
(
value
?:
any
)
=>
void
on
Reject
onReject
(
controllerId
:
number
)
:
(
value
?:
any
)
=>
void
Parameters
controllerId
:
number
Returns
(
value
?:
any
)
=>
void
on
Succes
onSucces
()
:
(
nextController
:
Promise
<
any
>
)
=>
void
Returns
(
nextController
:
Promise
<
any
>
)
=>
void
on
Wait
onWait
(
request
:
Controller
<
any
>
[]
)
:
()
=>
void
Parameters
request
:
Controller
<
any
>
[]
Returns
()
=>
void
Static
init
init
<
ResultOnSuccess
=
any
>
(
batch
:
Batch
,
query
:
BatchFallbackQuery
<
ResultOnSuccess
>
,
)
:
BatchFallbackSolver
<
ResultOnSuccess
>
Type Parameters
ResultOnSuccess
=
any
Parameters
batch
:
Batch
query
:
BatchFallbackQuery
<
ResultOnSuccess
>
Returns
BatchFallbackSolver
<
ResultOnSuccess
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
onerror
_
onsuccess
_
onwait
batch
query
Accessors
find
needs
needs
Result
pending
resolvable
Methods
execute
on
Error
on
Reject
on
Succes
on
Wait
init
@infrasoftbe/vnv-sdk
Loading...