%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):
@API.Overrideable
- Must extend %Library.Persistent and %pkg.isc.rest.abstractSingleton.
- Must have its %JSONENABLED class parameter set to 1 (e.g., by extending %pkg.isc.json.adaptor).
@API.Overrideable
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONMappingInfo()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- CheckPermission()
- DeleteModelInstance()
- GetCollection()
- GetModelInstance()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()
- ModifyOpenAPIInfo()
- SaveModelInstance()
- Supports()
- SupportsAction()
- SupportsDefault()