%pkg.isc.changecontrol.rest.api.UncommittedQueueCCR
class %pkg.isc.changecontrol.rest.api.UncommittedQueueCCR extends %pkg.isc.changecontrol.rest.api.UncommittedQueueBase
REST API class for managing the Uncommitted Queue as it relates to CCR. Includes method for committing to CCR. @API.ExtensibleMethod Inventory
Parameters
final parameter RESOURCENAME = uncommitted-queue-ccr;
Inherited description: @API.Overridable
Methods
final classmethod RestChangeSessionInfo(payload As %pkg.isc.changecontrol.rest.CCRInfoInput) as %pkg.isc.changecontrol.rest.CCRInfoResponse
Retrieves info for a single CCR Record given a CCR token (from CCR) and uses the current session key as Record ID
final classmethod RestCommit(payload As %pkg.isc.changecontrol.rest.CommitCCRInput) as %pkg.isc.changecontrol.rest.CommitCCRResponse
Bundles changes into an ItemSet and Uploads to a CCR Record
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()
- GetModelFromResultRow()
- GetModelInstance()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()
- ModifyOpenAPIInfo()
- OnAfterSaveModel()
- OnBeforeSaveModel()
- OnGetProxyColumnList()
- RestFilterParams()
- RestUndoCheckout()
- RestView()
- SaveModelInstance()
- SupportsDefault()