projects/m2-core/src/lib/core/service/meta/compatibility-repository-read.service.ts
Methods |
|
constructor(http: HttpClient, webSocketService: WebSocketService, endpointService: EndpointConfigService)
|
||||||||||||
|
Parameters :
|
| Public getAllStereotypes |
getAllStereotypes()
|
|
API END
Returns :
Promise<CompatibilityStereotype[]>
|
| Public getNodesStereotypes | ||||||
getNodesStereotypes(filteringNodeIds?: number[])
|
||||||
|
Parameters :
Returns :
Promise<CompatibilityStereotype[]>
|
| Public getStereotypeById |
getStereotypeById(id: number, ignoreIfNotFound?: boolean)
|
|
Returns :
Promise<CompatibilityStereotype>
|
| Public getStereotypePath | ||||||
getStereotypePath(stereotypeId: number)
|
||||||
|
Parameters :
Returns :
Promise<PropertyGroup[]>
|
| Public getStereotypes |
getStereotypes(groupId: number, withSubGroups: boolean)
|
|
Returns :
Promise<CompatibilityStereotype[]>
|
| Public getStereotypesByIds | |||||||||
getStereotypesByIds(ids: number[], ignoreIfNotFound?: boolean)
|
|||||||||
|
Parameters :
Returns :
Promise<Map<number, CompatibilityStereotype>>
|