%pkg.isc.changecontrol.rest.api.ChangeSessionCCR
class %pkg.isc.changecontrol.rest.api.ChangeSessionCCR extends %pkg.isc.changecontrol.rest.api.ChangeSessionBase
REST API class for managing a change control session as it relates specifically to CCR. Adds support for setting a CCR configuration by setting related globals for Org, System, Environment, and whether the namespace is connected to Perforce. @API.ExtensibleMethod Inventory
Parameters
final parameter RESOURCENAME = change-session-ccr;
Inherited description: @API.Overridable
Methods
final classmethod RestValidateSessionKey(sessionKey As %String) as %pkg.isc.changecontrol.rest.ValidateSessionKeyResponse
Does local validation of CCR key requirements.
Also makes call to CCR Server and retrieves info indicating Upload can occur for a Record and the reason if it cannot
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()
- RestBaselineExport()
- RestExportElement()
- RestInfo()
- RestListUserSessions()
- RestLoadElement()
- SaveModelInstance()
- Supports()
- SupportsDefault()