%pkg.isc.changecontrol.rest.CommitCCRInput
class %pkg.isc.changecontrol.rest.CommitCCRInput extends %pkg.isc.changecontrol.rest.InputModelBase
REST input format of a commit of the Uncommitted Queue specific to a client using CCR. Structure consists of the change session key and the row IDs of items in the Uncommitted Queue (%Studio.SourceControl.Change table) to be committed.Property Inventory
Parameters
parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.commit-ccr-input.v1+json;
Properties
property ids as list of %pkg.isc.changecontrol.dataType.AnyString [ Final ];
Row IDs from %Studio.SourceControl.Change table
Property methods: idsBuildValueArray(), idsCollectionToDisplay(), idsCollectionToOdbc(), idsDisplayToCollection(), idsDisplayToLogical(), idsGet(), idsGetObject(), idsGetObjectId(), idsGetSwizzled(), idsIsValid(), idsLogicalToDisplay(), idsLogicalToOdbc(), idsNormalize(), idsOdbcToCollection(), idsSet(), idsSetObject(), idsSetObjectId()
property token as %pkg.isc.changecontrol.dataType.CCRToken [ Final ];
Token received from CCR Server
Property methods: tokenDisplayToLogical(), tokenGet(), tokenIsValid(), tokenLogicalToDisplay(), tokenLogicalToOdbc(), tokenNormalize(), tokenSet()
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()
- JSONExport()
- JSONExportToStream()
- JSONExportToString()
- JSONImport()