%Installer.Namespace
class %Installer.Namespace extends %Installer.Sequence
This is a "namespace" activity within a Manifest documentProperty Inventory
- Code
- Create
- Data
- Ensemble
- EnsemblePortalAuthMethods
- EnsemblePortalCookiePath
- EnsemblePortalGrant
- EnsemblePortalPrefix
- EnsemblePortalSuffix
- Target
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;
Production-enabled flag
This property determines if the namespace will be production-enabled. If you plan on using a namespace for a production, you must enable it for productions.
the new namespace is production-enabled. If you set the property to 0, then the installer does not run EnableNamespace() and the new namespace is not production-enabled.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);
InterSystems IRIS 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);
InterSystems IRIS portal prefix
Property methods: EnsemblePortalPrefixDisplayToLogical(), EnsemblePortalPrefixGet(), EnsemblePortalPrefixIsValid(), EnsemblePortalPrefixLogicalToDisplay(), EnsemblePortalPrefixLogicalToOdbc(), EnsemblePortalPrefixNormalize(), EnsemblePortalPrefixSet()
property EnsemblePortalSuffix as %String (MAXLEN = 256);
InterSystems IRIS 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GenerateCode()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnGenerateCode()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()