angular2-threatconnect
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Tc
Indicator
Service
constructor
logging
request
spaces
Base
create
Indicator
get
All
get
ById
handle
Error
normalize
Hierarchy
TcIndicatorService
Index
Constructors
constructor
Properties
logging
request
spaces
Base
Methods
create
Indicator
get
All
get
ById
handle
Error
normalize
Constructors
constructor
new
TcIndicator
Service
(
logging
:
SpacesLoggingService
, request
:
SpacesRequestService
, spacesBase
:
SpacesBaseService
)
:
TcIndicatorService
Parameters
logging:
SpacesLoggingService
request:
SpacesRequestService
spacesBase:
SpacesBaseService
Returns
TcIndicatorService
Properties
logging
logging
:
SpacesLoggingService
request
request
:
SpacesRequestService
spaces
Base
spaces
Base
:
SpacesBaseService
Methods
create
Indicator
create
Indicator
(
indicator
:
Indicator
, owner
:
string
)
:
Observable
<
any
>
Parameters
indicator:
Indicator
owner:
string
Returns
Observable
<
any
>
get
All
get
All
(
type
?:
string
, resultLimit
?:
number
, resultStart
?:
number
, owner
?:
any
, normalize
?:
boolean
)
:
Observable
<
any
>
Parameters
Default value
type:
string
= "Indicator"
Default value
resultLimit:
number
= 500
Default value
resultStart:
number
= 0
Default value
owner:
any
= undefined
Default value
normalize:
boolean
= false
Returns
Observable
<
any
>
get
ById
get
ById
(
id
:
string
, type
:
string
, owner
:
string
)
:
Observable
<
any
>
Parameters
id:
string
type:
string
owner:
string
Returns
Observable
<
any
>
handle
Error
handle
Error
(
error
:
any
)
:
Promise
<
void
>
Parameters
error:
any
Returns
Promise
<
void
>
normalize
normalize
(
response
:
Response
, resourceType
:
any
)
:
any
Parameters
response:
Response
resourceType:
any
Returns
any
Generated using
TypeDoc