Skip to main content

HS.HC.ClientAPI.InstanceConfig.NamespaceInfo.ProductionInfo

class HS.HC.ClientAPI.InstanceConfig.NamespaceInfo.ProductionInfo extends HS.REST.Model.ISerializable

Model to represent Interoperability production info for a given namespace.

Property Inventory

Properties

property Class as %Dictionary.Classname;
Production class name.
Property methods: ClassGet(), ClassIsValid(), ClassSet()
property IsAutoStart as %Boolean;
Whether this production is configured for auto-start.
Property methods: IsAutoStartDisplayToLogical(), IsAutoStartGet(), IsAutoStartIsValid(), IsAutoStartLogicalToDisplay(), IsAutoStartNormalize(), IsAutoStartSet()
property LastStarted as %TimeStamp;
Last time the production was started.
Property methods: LastStartedDisplayToLogical(), LastStartedGet(), LastStartedIsValid(), LastStartedLogicalToDisplay(), LastStartedLogicalToXSD(), LastStartedNormalize(), LastStartedOdbcToLogical(), LastStartedSet(), LastStartedXSDToLogical()
property LastStopped as %TimeStamp;
Last time the production was stopped.
Property methods: LastStoppedDisplayToLogical(), LastStoppedGet(), LastStoppedIsValid(), LastStoppedLogicalToDisplay(), LastStoppedLogicalToXSD(), LastStoppedNormalize(), LastStoppedOdbcToLogical(), LastStoppedSet(), LastStoppedXSDToLogical()
property State as %String);
Currently running state of the production (running, stopped, suspended etc.).
Property methods: StateDisplayToLogical(), StateGet(), StateIsValid(), StateLogicalToDisplay(), StateLogicalToOdbc(), StateNormalize(), StateSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab