Skip to main content

HS.HC.SystemConfig.Resource.Log

class HS.HC.SystemConfig.Resource.Log extends HS.REST.Model.Resource

REST resource for sending config step log info to primary.

Method Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.hs.sys.system-config.v1+json;
Inherited description: Content-Type implemented in this class Subclasses MAY override this
parameter RESOURCENAME = system-config;
Inherited description: Name of the resource at the REST level Subclasses MUST override this

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