Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%EM.Version

class %EM.Version extends %Library.RegisteredObject, %XML.Adaptor

The %EM.Version class represents an Enterprise Manager version of service data for the remote API

Property Inventory

Properties

property Created as %TimeStamp;
Date and time when this version was created
Property methods: CreatedDisplayToLogical(), CreatedGet(), CreatedIsValid(), CreatedLogicalToDisplay(), CreatedLogicalToXSD(), CreatedNormalize(), CreatedOdbcToLogical(), CreatedSet(), CreatedXSDToLogical()
property Description as %String (MAXLEN = 16000);
Description of this version
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property GroupName as %String;
Name of the group
Property methods: GroupNameDisplayToLogical(), GroupNameGet(), GroupNameIsValid(), GroupNameLogicalToDisplay(), GroupNameLogicalToOdbc(), GroupNameNormalize(), GroupNameSet()
property ServiceName as %String;
Name of the service
Property methods: ServiceNameDisplayToLogical(), ServiceNameGet(), ServiceNameIsValid(), ServiceNameLogicalToDisplay(), ServiceNameLogicalToOdbc(), ServiceNameNormalize(), ServiceNameSet()
property UpdateID as %String (MAXLEN = 128);
String used to identify a group of versions as a single "update", i.e. changes for a new version of an application. Allows tracking of a set of changes, especially when exporting those changes to other Groups (moving from 'test' to 'production')
Property methods: UpdateIDDisplayToLogical(), UpdateIDGet(), UpdateIDIsValid(), UpdateIDLogicalToDisplay(), UpdateIDLogicalToOdbc(), UpdateIDNormalize(), UpdateIDSet()
property VersionNumber as %String;
Version number of this version. "Active" indicates the current active version and "Workspace" any current edits. Otherwise this is a sequential integer indicating previous edits to the service.
Property methods: VersionNumberDisplayToLogical(), VersionNumberGet(), VersionNumberIsValid(), VersionNumberLogicalToDisplay(), VersionNumberLogicalToOdbc(), VersionNumberNormalize(), VersionNumberSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab