File

projects/m2-core/src/lib/core/service/meta/compatibility-repository-read.service.ts

Extends

ApiService

Index

Methods

Constructor

constructor(http: HttpClient, webSocketService: WebSocketService, endpointService: EndpointConfigService)
Parameters :
Name Type Optional
http HttpClient No
webSocketService WebSocketService No
endpointService EndpointConfigService No

Methods

Public getAllStereotypes
getAllStereotypes()

API END

Returns : Promise<CompatibilityStereotype[]>
Public getNodesStereotypes
getNodesStereotypes(filteringNodeIds?: number[])
Parameters :
Name Type Optional
filteringNodeIds number[] Yes
Returns : Promise<CompatibilityStereotype[]>
Public getStereotypeById
getStereotypeById(id: number, ignoreIfNotFound?: boolean)
Parameters :
Name Type Optional
id number No
ignoreIfNotFound boolean Yes
Returns : Promise<CompatibilityStereotype>
Public getStereotypePath
getStereotypePath(stereotypeId: number)
Parameters :
Name Type Optional
stereotypeId number No
Returns : Promise<PropertyGroup[]>
Public getStereotypes
getStereotypes(groupId: number, withSubGroups: boolean)
Parameters :
Name Type Optional
groupId number No
withSubGroups boolean No
Returns : Promise<CompatibilityStereotype[]>
Public getStereotypesByIds
getStereotypesByIds(ids: number[], ignoreIfNotFound?: boolean)
Parameters :
Name Type Optional
ids number[] No
ignoreIfNotFound boolean Yes
Returns : Promise<Map<number, CompatibilityStereotype>>

results matching ""

    No results matching ""