%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
- %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()
- WithOutput()