Skip to main content

HS.HC.InstanceConfig.Resource.NetworkInfo

class HS.HC.InstanceConfig.Resource.NetworkInfo extends HS.REST.Model.Singleton

REST resource to access singleton HS.HC.InstanceConfig.Storage.NetworkInfo.

Method Inventory

Parameters

parameter MEDIATYPE = $$$ResourceNetworkConfigMediaType;
Inherited description: Content-Type implemented in this class Subclasses MAY override this
parameter RESOURCENAME = $$$ResourceNetworkConfig;
Inherited description: Name of the resource at the REST level Subclasses MUST override this
parameter SingletonClass = HS.HC.InstanceConfig.Storage.NetworkInfo;
Inherited description: The class to which this class provides REST access. It must adhere to the following (validated during compilation): Subclasses MUST override this parameter.
@API.Overrideable

Methods

classmethod CheckPermission(pID As %String, pOperation As %String, pUserContext As %RegisteredObject, ByRef URLParams) as %Boolean
Checks the user's permission for a particular operation on a particular record. pOperation may be one of the macros of the form $$$Operation* present in %pkg.isc.rest.general.inc.
If this method returns 0, the corresponding dispatch class will return a 403 Unauthorized status when the operation is invoked.
pUserContext is supplied by GetUserContext().

Inherited Members

Inherited Methods

FeedbackOpens in a new tab