Skip to main content

%pkg.isc.changecontrol.rest.ListUserSessionsResponse

class %pkg.isc.changecontrol.rest.ListUserSessionsResponse extends %pkg.isc.changecontrol.rest.ResponseModelBase

REST response structure that contains a list of change session keys that include changes by the current IRIS user. This is constructed by querying the %Studio.SourceControl.Change table (also referred to as the Uncommitted Queue) for a list of all "CCR" values of changes made by the user. The CCR property of the Uncommitted Queue is just the change session key and not necessarily a Record ID.

Property Inventory

Parameters

parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.list-user-sessions-response.v1+json;

Properties

property sessions as list of %String);
List of Change Session Keys
Property methods: sessionsBuildValueArray(), sessionsCollectionToDisplay(), sessionsCollectionToOdbc(), sessionsDisplayToCollection(), sessionsDisplayToLogical(), sessionsGet(), sessionsGetObject(), sessionsGetObjectId(), sessionsGetSwizzled(), sessionsIsValid(), sessionsLogicalToDisplay(), sessionsLogicalToOdbc(), sessionsNormalize(), sessionsOdbcToCollection(), sessionsSet(), sessionsSetObject(), sessionsSetObjectId()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab