Skip to main content

%Installer.Namespace

class %Installer.Namespace extends %Installer.Sequence

This is a "namespace" activity within a Manifest document

Property Inventory

Properties

property Code as %String;
Code Database
Property methods: CodeDisplayToLogical(), CodeGet(), CodeIsValid(), CodeLogicalToDisplay(), CodeLogicalToOdbc(), CodeNormalize(), CodeSet()
property Create as %String (VALUELIST = ",yes,no,overwrite") [ InitialExpression = "yes" ];
Create flags
Property methods: CreateDisplayToLogical(), CreateGet(), CreateIsValid(), CreateLogicalToDisplay(), CreateLogicalToOdbc(), CreateNormalize(), CreateSet()
property Data as %String;
Data Database
Property methods: DataDisplayToLogical(), DataGet(), DataIsValid(), DataLogicalToDisplay(), DataLogicalToOdbc(), DataNormalize(), DataSet()
property Ensemble as %String;
Ensemble flag

The Ensemble property determines if the namespace will be enabled for Ensemble. If you plan on using a namespace for an Ensemble production, you must enable it for Ensemble.

If the instance is running a product that includes Ensemble, the property defaults to 1 and the new namespace is enabled for Ensemble. If you set the property to 0, then the installer does not run EnableNamespace() and the new namespace is not enabled for Ensemble.

If the instance is running Cache and does not include Ensemble, the property defaults to 0 and no action is needed.

Property methods: EnsembleDisplayToLogical(), EnsembleGet(), EnsembleIsValid(), EnsembleLogicalToDisplay(), EnsembleLogicalToOdbc(), EnsembleNormalize(), EnsembleSet()
property EnsemblePortalAuthMethods as %String [ InitialExpression = "36" ];
Authentication flags (4=Kerberos, 32=Password, 64=Unauthenticated)
Property methods: EnsemblePortalAuthMethodsDisplayToLogical(), EnsemblePortalAuthMethodsGet(), EnsemblePortalAuthMethodsIsValid(), EnsemblePortalAuthMethodsLogicalToDisplay(), EnsemblePortalAuthMethodsLogicalToOdbc(), EnsemblePortalAuthMethodsNormalize(), EnsemblePortalAuthMethodsSet()
property EnsemblePortalCookiePath as %String (MAXLEN = 256);
Ensemble portal cookie path
Property methods: EnsemblePortalCookiePathDisplayToLogical(), EnsemblePortalCookiePathGet(), EnsemblePortalCookiePathIsValid(), EnsemblePortalCookiePathLogicalToDisplay(), EnsemblePortalCookiePathLogicalToOdbc(), EnsemblePortalCookiePathNormalize(), EnsemblePortalCookiePathSet()
property EnsemblePortalGrant as %String (MAXLEN = 512);
Resource(s) granted when logged in
Property methods: EnsemblePortalGrantDisplayToLogical(), EnsemblePortalGrantGet(), EnsemblePortalGrantIsValid(), EnsemblePortalGrantLogicalToDisplay(), EnsemblePortalGrantLogicalToOdbc(), EnsemblePortalGrantNormalize(), EnsemblePortalGrantSet()
property EnsemblePortalPrefix as %String (MAXLEN = 256);
Ensemble portal prefix
Property methods: EnsemblePortalPrefixDisplayToLogical(), EnsemblePortalPrefixGet(), EnsemblePortalPrefixIsValid(), EnsemblePortalPrefixLogicalToDisplay(), EnsemblePortalPrefixLogicalToOdbc(), EnsemblePortalPrefixNormalize(), EnsemblePortalPrefixSet()
property EnsemblePortalSuffix as %String (MAXLEN = 256);
Ensemble portal suffix
Property methods: EnsemblePortalSuffixDisplayToLogical(), EnsemblePortalSuffixGet(), EnsemblePortalSuffixIsValid(), EnsemblePortalSuffixLogicalToDisplay(), EnsemblePortalSuffixLogicalToOdbc(), EnsemblePortalSuffixNormalize(), EnsemblePortalSuffixSet()
property Target as %String (XMLNAME = "Name") [ Required ];
Namespace name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab