GenericFinder
Direct Subclass:
BulkExecutionFinder, ConnectorFunctionsCatalog, ConnectorFunctionsCatalogFinder, ConnectorFunctionsFinder, ConnectorFunctionsHelper, HistoryFinder, ImageExecutionFinder, NotebookFinder, OperationFinder, OperationTypeFinder, OperationTypesCatalog, PipelineFinder, ProvisionGenericFinder, RestRequestFinder, RuleConfigurationsCatalog, RuleConfigurationsFinder, RuleConfigurationsHelper, ScheduleHistoryFinder, SchedulerFinder, TimeseriesFinder, TimeseriesFunctionFinder, TimeseriesFunctionsHelper, provisionProcessorsFinder
Indirect Subclass:
AreaFinder, BulkFinder, BundleFinder, CertificateFinder, ChannelFinder, CountriesCatalog, DatamodelsFinder, DeviceFinder, DomainFinder, EntityFinder, GeoclusterFinder, ManufacturerFinder, ManufacturerFinder, ModelFinder, ModelFinder, OrganizationFinder, SoftwareFinder, SubscribersFinder, SubscriptionsFinder, TicketFinder, UserFinder, WorkgroupFinder, WorkgroupRelationsFinder
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, serviceBaseURL: string) Constructor |
|
Public Constructors
public constructor(ogapi: InternalOpenGateAPI, source: string, reponseJsonData: string, error_not_found: string, serviceBaseURL: string) source
Constructor
Params:
| 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. Can be null |
|
| error_not_found | string | String error which will be thrown on not_found error. |
|
| serviceBaseURL | string | base of the uri petition |