Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%IPM] >  [Storage] >  [ModuleReference]
Private  Storage   

serial class %IPM.Storage.ModuleReference extends %SerialObject, %XML.Adaptor, %IPM.Utils.ComparisonAdaptor

@API.Object.Instantiable @Modifier Availability InterSystems

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 5 2


Summary

Properties
Name Scope Version VersionString

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%CompareTo %ConstructClone %Delete %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %GetSwizzleObject %IsA %IsModified
%IsNull %New %NormalizeObject %ObjectIsNull
%ObjectModified %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %RemoveFromSaveSet
%ResolveConcurrencyConflict %SerializeObject %SetModified %SyncObjectIn
%SyncTransport %ValidateObject CompareToSkipCondition FindAllSuperClasses
IgnoreKeywordList LogicalToOdbc NameSet OdbcToLogical
VersionStringSet XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter DEFAULTGLOBAL = "^IPM.Storage.ModuleReference";
• parameter NAMESPACE = "http://www.intersystems.com/PackageManager";
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.

Properties

• property Name as %String(MAXLEN=255) [ Required ];
• property Scope as %String(VALUELIST=",test,verify",XMLPROJECTION="ATTRIBUTE");
Restrict the scope in which this reference is relevant. Default is "all scopes"
• property Version as %IPM.General.SemanticVersionExpression(ForceCodeGenerate=0,XMLPROJECTION="NONE") [ Required ];
Does not need code generation for comparison because VersionString comparison is good enough
• property VersionString as %String(MAXLEN=100,XMLNAME="Version") [ Required ];

Methods

• method NameSet(val As %RawString) as %Status
This is a Set accessor method for the Name property.
• method VersionStringSet(tValue) as %Status
This is a Set accessor method for the VersionString property.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.