Skip to main content

HS.HC.ChangeControl.REST.ConfigCCR

class HS.HC.ChangeControl.REST.ConfigCCR extends %pkg.isc.changecontrol.rest.api.ConfigCCR

HS REST resource for change control configuration with CCR integration.

Method Inventory

Methods

classmethod CheckPermission(pID As %String, pOperation As %String, pUserContext As %RegisteredObject, ByRef URLParams) as %Boolean
Inherited description: 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