import ResourcesSvcProvider from 'devapt-core-services/js/services/resources/resources_svc_provider.js'
ResourcesSvcProvider
Extends:
Resources service provider class.
Constructor Summary
Public Constructor | ||
public |
constructor(arg_provider_name: string, arg_service_instance: Service, arg_context: string): nothing Create a resources gateway service provider. |
Member Summary
Public Members | ||
public |
exec: Executable Service executable instance. |
|
public |
Class test flag. |
Method Summary
Public Methods | ||
public |
fill_error(arg_response: ServiceResponse, arg_operands: array, arg_error: string, arg_tenant: string, arg_application: string, arg_collection: string, arg_resource: string): nothing Populate a response with error message. |
|
public abstract |
get_operations_names(): array Get provider operations names. |
|
public |
get_resource_json(arg_resource: Instance): object Get resource settings. |
|
public |
Produce service datas on request. |
Public Constructors
Public Members
Public Methods
public fill_error(arg_response: ServiceResponse, arg_operands: array, arg_error: string, arg_tenant: string, arg_application: string, arg_collection: string, arg_resource: string): nothing source
Populate a response with error message.
Return:
nothing |