Skip to main content

%pkg.isc.changecontrol.rest.api.ConfigBase

class %pkg.isc.changecontrol.rest.api.ConfigBase extends %pkg.isc.rest.model.singleton

Base singleton REST resource that manages the configuration of change control for a given system.
@API.Overrideable

Parameters

final parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.crud.v1+json;
Inherited description: Content-Type implemented in this class Subclasses MAY override this
parameter RESOURCENAME = change-control-config-base;
Inherited description: Name of the resource at the REST level Subclasses MUST override this
parameter SingletonClass = %pkg.isc.changecontrol.rest.ConfigModelBase;
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

Inherited Members

Inherited Methods

FeedbackOpens in a new tab