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