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

serial class %IPM.Storage.ModuleSetting.ProcessorDefault.Condition extends %SerialObject, %XML.Adaptor, %IPM.Utils.ComparisonAdaptor

Tested in the SatisfiesCondition method of %IPM.ResourceProcessor.Abstract

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3


Summary

Properties
Attribute Operator Value

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 OdbcToLogical XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter DEFAULTGLOBAL = "^IPM.Storage.ModSet.RP.Cond";
• 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 Attribute as %String(MAXLEN=100,XMLPROJECTION="attribute") [ Required ];
Name of other attribute to test
• property Operator as %String(VALUELIST=",eq,neq,gt,lt,gte,lte,contains",XMLPROJECTION="attribute");
Comparison operator; if empty, "eq" is assumed (although not the InitialExpression for sake of XML re-export).
• property Value as %String(MAXLEN="",XMLPROJECTION="attribute");
Value to compare to - may be empty.


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