%pkg.isc.changecontrol.rest.ChangeControlSessionInfoResponse
class %pkg.isc.changecontrol.rest.ChangeControlSessionInfoResponse extends %pkg.isc.changecontrol.rest.ResponseModelBase [ Final ]
REST response format of info for a given change control session.Property Inventory
Parameters
parameter MEDIATYPE = application/vnd.intersystems.com.changecontrol.session-info-response.v1+json;
Properties
property environment as %pkg.isc.changecontrol.dataType.Environment [ Final , InitialExpression = $Get(^SYS("SourceControl", "ItemSetConfig", "Environment")) , ReadOnly ];
Change Control Environment name.
Property methods: environmentDisplayToLogical(), environmentGet(), environmentIsValid(), environmentLogicalToDisplay(), environmentLogicalToOdbc(), environmentNormalize()
property instance as %pkg.isc.changecontrol.dataType.Instance [ Final , InitialExpression = ##class(%SYS.System).GetInstanceName() , ReadOnly ];
Instance name.
Property methods: instanceDisplayToLogical(), instanceGet(), instanceIsValid(), instanceLogicalToDisplay(), instanceLogicalToOdbc(), instanceNormalize()
property namespace as %pkg.isc.changecontrol.dataType.Namespace [ Final , InitialExpression = $Namespace , ReadOnly ];
Namespace name.
Property methods: namespaceDisplayToLogical(), namespaceGet(), namespaceIsValid(), namespaceLogicalToDisplay(), namespaceLogicalToOdbc(), namespaceNormalize()
property server as %pkg.isc.changecontrol.dataType.Server [ Final , InitialExpression = ##class(%SYS.System).GetNodeName(1) , ReadOnly ];
Server that the instance is running on.
Property methods: serverDisplayToLogical(), serverGet(), serverIsValid(), serverLogicalToDisplay(), serverLogicalToOdbc(), serverNormalize()
property systemMode as %pkg.isc.changecontrol.dataType.SystemMode [ Final , InitialExpression = $System.Version.SystemMode() , ReadOnly ];
System mode configured in the System Management Portal.
Property methods: systemModeDisplayToLogical(), systemModeGet(), systemModeIsValid(), systemModeLogicalToDisplay(), systemModeLogicalToOdbc(), systemModeNormalize()
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()