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.Group

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

The %EM.Group class represents an Enterprise Manager group for the remote API

Property Inventory

Properties

property Description as %String (MAXLEN = 128);
Description of the group
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Name as %String;
The name of the group
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property ServiceList as %String (MAXLEN = 1024);
Comma separated list of service names for services assigned to group.
Property methods: ServiceListDisplayToLogical(), ServiceListGet(), ServiceListIsValid(), ServiceListLogicalToDisplay(), ServiceListLogicalToOdbc(), ServiceListNormalize(), ServiceListSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab