Skip to main content

%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

FeedbackOpens in a new tab