%pkg.isc.changecontrol.rest.api.ChangeSessionBase
abstract class %pkg.isc.changecontrol.rest.api.ChangeSessionBase extends %pkg.isc.rest.model.resource
REST API class for managing and viewing a change session independent of change control application. Contains a number of methods to enable change control, create or change a change session, or view current change sessions using REST. @API.ExtensibleMethod Inventory
- RestBaselineExport()
- RestExportElement()
- RestInfo()
- RestListUserSessions()
- RestLoadElement()
- RestValidateSessionKey()
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-session-base;
@API.Overridable
Methods
final classmethod RestBaselineExport(baselineArg As %pkg.isc.changecontrol.rest.BaselineExportInput) as %pkg.isc.changecontrol.rest.ResponseModelBase
final classmethod RestExportElement(exportArg As %pkg.isc.changecontrol.rest.OIDInput) as %pkg.isc.changecontrol.rest.ResponseModelBase
final classmethod RestInfo() as %pkg.isc.changecontrol.rest.ChangeControlSessionInfoResponse
Returns basic info for the system and environment to display to the user so they are aware of
where they are making their changes.
final classmethod RestListUserSessions() as %pkg.isc.changecontrol.rest.ListUserSessionsResponse
final classmethod RestLoadElement(importArg As %pkg.isc.changecontrol.rest.OIDInput) as %pkg.isc.changecontrol.rest.ResponseModelBase
abstract classmethod RestValidateSessionKey(sessionKey As %String) as %pkg.isc.changecontrol.rest.ValidateSessionKeyResponse
Validates whether the session key for the request is valid.
MUST be overridden in subclass.
@API.Overrideable
MUST be overridden in subclass.
@API.Overrideable
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- CheckPermission()
- DeleteModelInstance()
- GetCollection()
- GetModelInstance()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()
- ModifyOpenAPIInfo()
- SaveModelInstance()
- Supports()
- SupportsDefault()