import ProvisionGenericFinder from 'opengate-js/src/ProvisionGenericFinder.js'ProvisionGenericFinder
Extends:
GenericFinder → ProvisionGenericFinder
Direct Subclass:
AreaFinder, BulkFinder, BundleFinder, CertificateFinder, ChannelFinder, CountriesCatalog, DatamodelsFinder, DomainFinder, EntityFinder, GeoclusterFinder, ManufacturerFinder, ManufacturerFinder, ModelFinder, ModelFinder, OrganizationFinder, SoftwareFinder, UserFinder, WorkgroupFinder, WorkgroupRelationsFinder
Indirect Subclass:
This class allow make get request to user resource into Opengate North API.
Constructor Summary
| Public Constructor | ||
| public |
constructor(ogapi: InternalOpenGateAPI, source: string, reponseJsonData: string, error_not_found: string) Constructor |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI, source: string, reponseJsonData: string, error_not_found: string) source
Constructor
Override:
GenericFinder#constructorParams:
| Name | Type | Attribute | Description |
| ogapi | InternalOpenGateAPI | Reference to the API object. |
|
| source | string | Relative url where is located the resource. |
|
| reponseJsonData | string | Relative url where is located the resource. |
|
| error_not_found | string | String error which will be thrown on not_found error. |