Skip to main content

%Api.InteropEditors.v4.impl

Interoperability Editor API for InterSystems IRIS
Business logic class defined by OpenAPI in %Api.InteropEditors.v4.spec
Updated Nov 13, 2025 12:52:19

Method Inventory

Parameters

parameter ExposeServerExceptions = 0;
If ExposeServerExceptions is true, then details of internal errors will be exposed.

Methods

classmethod CompileBPL(namespace As %String, bplClass As %String) as %DynamicObject
Compile this BPL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
bplClass, Name of the ObjectScript class in which this BPL is defined.
classmethod CompileDTL(namespace As %String, dtlClass As %String) as %DynamicObject
Compile this DTL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
classmethod CompileRule(namespace As %String, ruleClass As %String) as %DynamicObject
Compile this rule class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
classmethod DispatchPlugin(namespace As %String, pluginPath As %String) as %Stream.Object
Dispatch to plugin endpoint.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
pluginPath, Path of the plugin endpoint to hit.
classmethod GetAllConnections(namespace As %String, productionClass As %String) as %DynamicObject
Get a list of all connections for this production
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
classmethod GetAllConnectionsById(namespace As %String, productionClass As %String, hostID As %String, hostName As %String) as %DynamicObject
Get a list of connections for this production and host id.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
hostID, Id of the host of production
hostName, Host name to get connections for.
classmethod GetBPL(namespace As %String, bplClass As %String) as %DynamicObject
Get this BPL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
bplClass, Name of the ObjectScript class in which this BPL is defined.
classmethod GetBPLContextDataTypes(namespace As %String) as %DynamicObject
Get all the BPL context property data types grouped into local, persistent, system and dataType groups
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetBPLContextMetadata(namespace As %String, dataType As %String) as %DynamicObject
Get additional metadata on a specific context data type
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dataType, The data type whose meta data we want.
classmethod GetBPLContextSuperclasses(namespace As %String) as %DynamicObject
Get a list of all the BPL context superclasses available in a given namespace
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetBPLHosts(namespace As %String, productionClass As %String) as %DynamicObject
Get all the operations, processes and components of a given production
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
classmethod GetBPLMessageClasses(namespace As %String, production As %String, host As %String) as %DynamicObject
Get a list of all the message classes available in a given namespace or for a particular host in a production
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
production, The production that contains the host in question
host, The host whose message classes we want to find
classmethod GetBPLPreferences(namespace As %String) as %DynamicObject
Get the current user's BPL preferences
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetBPLSegments(namespace As %String, modes As %String, classes As %String, docTypes As %String) as %DynamicObject
Get all the segments and fields for a list of field names
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
modes, A comma-delimited list of the top field names
classes, A comma-delimited list of the class names of each top field name
docTypes, A comma-delimited list of the doc types of each class
classmethod GetBusinessClassList(namespace As %String, classNameType As %String) as %DynamicObject
Get a list of business classes by type
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classNameType, Business classname type.
classmethod GetBusinessPartners(namespace As %String) as %DynamicObject
Get a list of business partners.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetCategories(namespace As %String, productionClass As %String) as %DynamicObject
Get a list of user-defined categories for this production.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
classmethod GetClassPackages(namespace As %String) as %DynamicObject
Get a list of all class packages in the hierarchy
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetClassSummaries(namespace As %String) as %DynamicObject
Get summaries of non-hidden classes in this namespace.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetConstraintOptions(namespace As %String, assistClass As %String, constraints As %DynamicArray) as %DynamicObject
Get a list of constraint options for this rule type.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
assistClass, Rule type, in the form of an assist class.
constraints, Constraints to get options for.
classmethod GetContextInputs(namespace As %String, contextClass As %String) as %DynamicObject
Get information on this context class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
contextClass, Name of the ObjectScript class used as a context class for a rule.
classmethod GetContextSearchOptions(namespace As %String, option As %String, searchParameters As %DynamicObject) as %DynamicObject
Get a list of all options by context search function
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
option, The function for context search to return options.
searchParameters, Parameters for context search function.
classmethod GetContextTypes(namespace As %String, contextClass As %String) as %DynamicObject
Get list of context types
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
contextClass, Name of the ObjectScript class used as a context class for a rule.
classmethod GetDTL(namespace As %String, dtlClass As %String) as %DynamicObject
Get this DTL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
classmethod GetDTLFunctions(namespace As %String) as %DynamicObject
Get the DTL functions
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetDTLSegments(namespace As %String) as %DynamicObject
Get all the segments and fields for source and target classes
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetDTLSourceTargetClasses(namespace As %String) as %DynamicObject
Get a list of all classes that could be used as DTL source/target in the groups Message, Virtual Documents, Persistent, Non-System
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetDTLSubSegments(namespace As %String) as %DynamicObject
Get the sub segments
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetDTLTestInfo(namespace As %String, dtlClass As %String) as %DynamicObject
Get test-related information for this user on this DTL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
classmethod GetDocTypes(namespace As %String, assistClassName As %String) as %DynamicObject
Get a list of doctype names and categories for specified assist class
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
assistClassName, Rule type in the form of an assist class name.
classmethod GetDocTypesForClass(namespace As %String, messageClass As %String) as %DynamicObject
Get a list of all the document types that are available for a given message class grouped by version/type
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
messageClass, Name of a message class
classmethod GetExpiry() as %DynamicObject
Get the expiry of the current session
classmethod GetHostSettings(namespace As %String, productionClass As %String, hostType As %String, className As %String, hostName As %String) as %DynamicObject
Get a list of settings for this host includng defaults.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
hostType, Type of host, Service Process Operation
className, Classname of host
hostName, Optional host name.
classmethod GetHostSettingsOptions(namespace As %String, hostName As %String) as %DynamicObject
Get a list of host settings for specific host.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
hostName, Host name.
classmethod GetInputPluginsList(namespace As %String) as %DynamicObject
Get list of input plugins.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetLanguage() as %DynamicObject
Get the language for this session
classmethod GetLookupTables(namespace As %String) as %DynamicObject
Get a list of lookup tables in this namespace.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetMgmtUrl(namespace As %String) as %DynamicObject
Get the 'path' portion of the Interoperability management URL for a given namespace.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetPackages(namespace As %String) as %DynamicObject
Get a list of defined packages.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetPermissions(type As %ListOfDataTypes(ELEMENTTYPE="%String")) as %DynamicObject
Get a list of permissions for the current user and namespaces they can access eg /%SYS/permissions?type=dtl&type=rule
The method arguments hold values for:
type, The kind of permissions (optional) eg dtl, rule
classmethod GetProcesses(namespace As %String, mode As %String) as %DynamicObject
Get a list of business processes in the namespace
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
mode, The mode of processes to fetch (optional).Supported value is bpl
classmethod GetProduction(namespace As %String, productionClass As %String) as %DynamicObject
Get this production class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
classmethod GetProductionConfigItems(namespace As %String, production As %String, targets As %Boolean) as %DynamicObject
Get a list of production configuration items.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
production, Get the configuration items for only this production.
targets, Only get the configuration items of type 'target'.
classmethod GetProductionItems(namespace As %String) as %DynamicObject
Get a list of production items in rule.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetProductionStatus(namespace As %String) as %DynamicObject
Get production status.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetProductions(namespace As %String) as %DynamicObject
Get a list of productions.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetPropertyList(namespace As %String, assistClassName As %String, searchProperties As %DynamicArray) as %DynamicObject
Get the property list for this rule type.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
assistClassName, Rule type in the form of an assist class name.
searchProperties, Search context and key for property list
classmethod GetRule(namespace As %String, ruleClass As %String) as %DynamicObject
Get this rule class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
classmethod GetRuleTypeSchema(namespace As %String, assistClassName As %String) as %DynamicObject
Get the schema for this rule type.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
assistClassName, Rule type in the form of an assist class name.
classmethod GetRuleTypes(namespace As %String) as %DynamicObject
Get a list of rule types available on the server.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetRules(namespace As %String) as %DynamicObject
Get a list of rule classes available on the server.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod GetSettingsOptions(namespace As %String, productionClass As %String) as %DynamicObject
Get a list of settings options.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
classmethod GetSystemMode() as %DynamicObject
Get the system mode of this instance.
classmethod GetTargetRequestTypes(namespace As %String, productionClass As %String, target As %String) as %DynamicObject
Get list of request types for production and target.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
target, Name or classname of host.
classmethod GetTestingInputs(namespace As %String, ruleClass As %String) as %DynamicObject
Get information on this class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
classmethod GetTransforms(namespace As %String, mode As %String) as %DynamicObject
Get a list of data transforms.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
mode, The mode of transforms to fetch (optional).Supported value is dtl
classmethod Logout() as %Stream.Object
Terminate CSP Session.
classmethod PostBPL(namespace As %String, bplClass As %String, BPL As %DynamicObject, ignoreErrors As %Boolean) as %DynamicObject
Create a new BPL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
bplClass, Name of the ObjectScript class in which this BPL is defined.
BPL, JSON object representation of the BPL class.
ignoreErrors, Whether to proceed despite errors
classmethod PostBPLPreferences(namespace As %String, bplPreferences As %DynamicObject) as %DynamicObject
Create/update the current user's BPL preferences
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
bplPreferences, Object containing gridlines, showAnnotations, autoArrange preferences and lastBPL for a user
classmethod PostDTL(namespace As %String, dtlClass As %String, DTL As %DynamicObject) as %DynamicObject
Create a new DTL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
DTL, JSON object representation of the DTL class.
classmethod PostProduction(namespace As %String, productionClass As %String, productionDetails As %DynamicObject) as %DynamicObject
Create new production class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
productionDetails, Fields to create production.
classmethod PostRule(namespace As %String, ruleClass As %String, ruleDefinition As %DynamicObject) as %DynamicObject
Create a new rule class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
ruleDefinition, Definition which defines the contents of a rule class.
classmethod PutBPL(namespace As %String, bplClass As %String, BPL As %DynamicObject, ignoreConflict As %Boolean, ignoreErrors As %Boolean) as %DynamicObject
Overwrite this BPL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
bplClass, Name of the ObjectScript class in which this BPL is defined.
BPL, JSON object representation of the BPL class.
ignoreConflict, Overwrite this class if it exists, ignoring conflicts.
ignoreErrors, Whether to proceed despite errors
classmethod PutDTL(namespace As %String, dtlClass As %String, DTL As %DynamicObject, ignoreConflict As %Boolean) as %DynamicObject
Overwrite this DTL class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
DTL, JSON object representation of the DTL class.
ignoreConflict, Overwrite this class if it exists, ignoring conflicts.
classmethod PutRule(namespace As %String, ruleClass As %String, ruleDefinition As %DynamicObject, ignoreConflict As %Boolean) as %DynamicObject
Overwrite this rule class.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
ruleDefinition, Definition which defines the contents of a rule class.
ignoreConflict, Overwrite this class if it exists, ignoring conflicts.
classmethod SaveProductionHost(namespace As %String, productionClass As %String, hostName As %String, itemSettings As %DynamicObject) as %DynamicObject
Create new host for production.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
hostName, New host name
itemSettings, Settings for host or production
classmethod SaveProductionHostSettings(namespace As %String, productionClass As %String, hostID As %String, itemSettings As %DynamicObject) as %DynamicObject
Update settings for host or production.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
hostID, Current Host ID
itemSettings, Setting updates for host or production
classmethod SetLanguage(language As %String) as %DynamicObject
Set the language for this session
The method arguments hold values for:
language, Language code to set for this session.
classmethod SourceControlAfterUserAction(namespace As %String, sourceControlRequestBody As %DynamicObject) as %DynamicObject
Requests Source Control After User Action for the given parameters
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
sourceControlRequestBody, The parameters for the requested Source Control function
classmethod SourceControlEnabled(namespace As %String) as %DynamicObject
Returns enabled true or false if Source Control Enabled for the namespace
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
classmethod SourceControlGetMenus(namespace As %String, sourceControlRequestBody As %DynamicObject) as %DynamicObject
Returns Source Control Menu for the given parameters
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
sourceControlRequestBody, The parameters for the requested Source Control function
classmethod SourceControlGetStatus(namespace As %String, sourceControlRequestBody As %DynamicObject) as %DynamicObject
Requests Source Control GetStatus for the given parameters
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
sourceControlRequestBody, The parameters for the requested Source Control function
classmethod SourceControlUserAction(namespace As %String, sourceControlRequestBody As %DynamicObject) as %DynamicObject
Requests Source Control User Action for the given parameters
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
sourceControlRequestBody, The parameters for the requested Source Control function
classmethod TestDTL(namespace As %String, dtlClass As %String) as %DynamicObject
Run DTL and return logs
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
dtlClass, Name of the ObjectScript class in which this DTL is defined.
classmethod TestProductionTarget(namespace As %String, productionClass As %String, target As %String, hostTestMessage As %DynamicObject) as %DynamicObject
Run test for production target and return logs
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
target, Target name.
hostTestMessage, Defines test parameters for production host target.
classmethod TestRule(namespace As %String, ruleClass As %String, ruleTestMessage As %DynamicObject) as %DynamicObject
Run rule and return logs
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
ruleClass, Name of the ObjectScript class in which this rule definition is defined.
ruleTestMessage, Defines test parameters for rule class
classmethod UpdateProduction(namespace As %String, productionClass As %String, hostName As %String, action As %String, newHostName As %String) as %DynamicObject
Copy or delete host in production.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
hostName, Host name to copy or delete
action, Copy or delete
newHostName, New host name if copy
classmethod UpdateProductionHostStatus(namespace As %String, productionClass As %String, state As %String, hostID As %String) as %DynamicObject
Update state for production or host.
The method arguments hold values for:
namespace, InterSystems IRIS namespace this operation will be performed in.
productionClass, Name of the ObjectScript class in which this production definition is defined.
state, Start or Stop item
hostID, Host ID

Inherited Members

Inherited Methods

Subclasses

FeedbackOpens in a new tab