Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
Proxies
Class Proxies
Hierarchy
Proxies
Implements
IClassProxies
Index
Constructors
constructor
Methods
add
create
get
get
All
get
Filter
select
Constructors
constructor
new
Proxies
(
mainRepoClient
:
QlikRepositoryClient
, node
:
IClassNodes
)
:
Proxies
Parameters
mainRepoClient:
QlikRepositoryClient
node:
IClassNodes
Returns
Proxies
Methods
add
add
(
arg
:
{
proxyId
:
string
;
virtualProxyId
:
string
;
}
)
:
Promise
<
Proxy
>
Parameters
arg:
{
proxyId
:
string
;
virtualProxyId
:
string
;
}
proxy
Id
:
string
virtual
Proxy
Id
:
string
Returns
Promise
<
Proxy
>
create
create
(
arg
:
IProxyCreate
)
:
Promise
<
Proxy
>
Parameters
arg:
IProxyCreate
Returns
Promise
<
Proxy
>
get
get
(
arg
:
{
id
:
string
;
}
)
:
Promise
<
Proxy
>
Parameters
arg:
{
id
:
string
;
}
id
:
string
Returns
Promise
<
Proxy
>
get
All
get
All
(
)
:
Promise
<
Proxy
[]
>
Returns
Promise
<
Proxy
[]
>
get
Filter
get
Filter
(
arg
:
{
filter
:
string
;
}
)
:
Promise
<
Proxy
[]
>
Parameters
arg:
{
filter
:
string
;
}
filter
:
string
Returns
Promise
<
Proxy
[]
>
select
select
(
arg
?:
{
filter
:
string
;
}
)
:
Promise
<
ISelection
>
Parameters
Optional
arg:
{
filter
:
string
;
}
filter
:
string
Returns
Promise
<
ISelection
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Proxies
constructor
add
create
get
get
All
get
Filter
select