angular2-threatconnect
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Tc
Exchange
DbService
constructor
logging
request
spaces
Base
create
delete
handle
Error
read
update
Hierarchy
TcExchangeDbService
Index
Constructors
constructor
Properties
logging
request
spaces
Base
Methods
create
delete
handle
Error
read
update
Constructors
constructor
new
TcExchange
DbService
(
logging
:
SpacesLoggingService
, request
:
SpacesRequestService
, spacesBase
:
SpacesBaseService
)
:
TcExchangeDbService
Parameters
logging:
SpacesLoggingService
request:
SpacesRequestService
spacesBase:
SpacesBaseService
Returns
TcExchangeDbService
Properties
logging
logging
:
SpacesLoggingService
request
request
:
SpacesRequestService
spaces
Base
spaces
Base
:
SpacesBaseService
Methods
create
create
(
domain
:
string
, typeName
:
string
, searchCommand
:
string
, body
:
string
, owner
?:
any
)
:
Observable
<
any
>
Parameters
domain:
string
typeName:
string
searchCommand:
string
body:
string
Default value
owner:
any
= undefined
Returns
Observable
<
any
>
delete
delete
(
domain
:
string
, typeName
:
string
, searchCommand
:
string
, owner
?:
any
)
:
Observable
<
any
>
Parameters
domain:
string
typeName:
string
searchCommand:
string
Default value
owner:
any
= undefined
Returns
Observable
<
any
>
handle
Error
handle
Error
(
error
:
string
)
:
void
Parameters
error:
string
Returns
void
read
read
(
domain
:
string
, typeName
:
string
, searchCommand
:
string
, owner
?:
any
)
:
Observable
<
any
>
Parameters
domain:
string
typeName:
string
searchCommand:
string
Default value
owner:
any
= undefined
Returns
Observable
<
any
>
update
update
(
domain
:
string
, typeName
:
string
, searchCommand
:
string
, body
:
string
, owner
?:
any
)
:
Observable
<
any
>
Parameters
domain:
string
typeName:
string
searchCommand:
string
body:
string
Default value
owner:
any
= undefined
Returns
Observable
<
any
>
Generated using
TypeDoc