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

class %IPM.ResourceProcessor.Default.Interoperability extends %IPM.ResourceProcessor.Default.Document

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1


Summary

Properties
Compile CompileAfter Directory DirectoryDefined
ExportFlags FilenameExtension FilenameTranslateAssociator FilenameTranslateIdentifier
Flags Format LoadAsDirectory Params

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
ApplyDefaults DirectoryGet DirectorySet GetAttributeMetadata
GetDescription GetSourceControlInfo OnAfterPhase OnBeforeArtifact
OnBeforePhase OnConfigureMappings OnExportDeployedItem OnExportItem
OnGetStudioProject OnGetUniqueName OnItemRelativePath OnLoad
OnLoadDeployed OnPhase OnResolveChildren ResourceIsMappedToDefaultDB
SatisfiesCondition SetParams


Properties

• property Directory as %String(MAXLEN="") [ InitialExpression = "i14y/" ];
Directory relative to module root containing the exported resource. Defaults to the resource's extension (lower-case) if unspecified.
• property FilenameExtension as %String [ InitialExpression = "xml" ];
Extension for individual filename(s) that comprise this resource
• property FilenameTranslateAssociator as %String [ InitialExpression = "/___" ];
Characters in the filename to use as the associator in $translate when determining the resource's filename on disk The default behavior is to replace "." with "/" and ignore "%"
• property FilenameTranslateIdentifier as %String [ InitialExpression = "-,("")" ];
Characters in the filename to use as the identifier in $translate when determining the resource's filename on disk The default behavior is to replace "." with "/" and ignore "%"

Methods

• method DirectoryGet() as %String
This is a Get accessor method for the Directory property.


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