import WorkgroupRelationsFinder from 'opengate-js/src/workgroups/WorkgroupRelationsFinder.js'WorkgroupRelationsFinder
Extends:
GenericFinder → ProvisionGenericFinder → WorkgroupRelationsFinder
This class allow make get request to workgroup relation resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(Reference: InternalOpenGateAPI) Constructor |
|
Method Summary
| Public Methods | ||
| public |
findByDomainAndName(domain: string, name: string): Promise Constructor |
|
Public Constructors
public constructor(Reference: InternalOpenGateAPI) source
Constructor
Override:
ProvisionGenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| Reference | InternalOpenGateAPI | to the API object. |