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

persistent class %IPM.Repo.Remote.Definition extends %IPM.Repo.Definition

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 6 7 1 2


Summary

Properties
%id %seriesCount %seriesNames %source
DeploymentEnabled Details Enabled Name
Password Prereleases ReadOnly Snapshots
Token URL Username

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %CreateModelInstance %Delete %DeleteExtent
%DeleteId %DeleteModel %DispatchClassMethod %DispatchGetModified
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetCommandStructure %GetJSValidationCode %GetLock %GetOneCommandStructure
%GetParameter %GetPropertyInfo %GetSwizzleObject %Id
%InsertBatch %InvokeAction %IsA %IsModified
%IsNull %IsReadOnly %KillExtent %KillExtentData
%LoadFromMemory %LockExtent %LockId %New
%NormalizeObject %ObjectIsNull %ObjectModified %Oid
%OnBeforeAddToSync %OnCopyDataFromModel %OnCopyDataToModel %OnDeleteFinally
%OnDeleteModel %OnDeleteSource %OnDetermineClass %OnGetPropertyInfo
%OnInvokeAction %OnLoadModel %OnNewSource %OnOpenFinally
%OnOpenSource %OnSaveFinally %OnSaveSource %OnStoreModel
%OnSubmit %Open %OpenId %OpenModel
%OriginalNamespace %PackageName %PhysicalAddress %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SaveIndices %SaveModel
%SerializeObject %SetModified %SortBegin %SortEnd
%SubmitHandler %SyncObjectIn %SyncTransport %UnlockExtent
%UnlockId %ValidateIndices %ValidateObject %ValidateTable
CatalogClose CatalogExecute CatalogFetch CollectServerTypes
Configure Display GetPackageService GetPublishService
OnConfigure SortOrder


Parameters

• parameter DISPLAYNAME = "Remote Repository";
Display name for this type of repository, shown in the UI and package manager shell.
• parameter MONIKER = "registry";
Short/logical name for this type of repository, used in the package manager shell as an alternative to the full class name.
• parameter MONIKERALIAS = "remote";
• parameter URLPromptString;

Properties

• property DeploymentEnabled as %Boolean [ InitialExpression = 0 ];
• property Details as %String(MAXLEN="");
• property Password as %String(MAXLEN="");
• property Token as %String(MAXLEN="");
• property URL as %String(MAXLEN=2048) [ Required ];
• property Username as %String(MAXLEN="");

Methods

• method Display()
Outputs information about this server to the current device. Subclasses may override to show additional information.
• method GetPackageService() as %IPM.Repo.IPackageService
Returns a REST client to interact with this server.
• method GetPublishService() as %IPM.Repo.IPublishService
Returns a REST client to publish modules/applications to this server.
• classmethod OnConfigure(pInstance As %IPM.Repo.Definition, pInteractive As %Boolean = 1, ByRef pModifiers, ByRef pData) as %Status
Handles modifiers/data attributes provided from the package manager shell.

Queries

• query PublishingServer()
SQL Query :
SELECT
CASE
WHEN DeploymentEnabled = 1 THEN 1
WHEN Token IS NOT NULL THEN 2
WHEN Username IS NOT NULL AND Password IS NOT NULL THEN 3
ELSE 999
END PublishOrder,
ID, Name, URL
FROM %IPM_Repo_Remote.Definition
WHERE Enabled = 1
ORDER BY PublishOrder, ID

Indices

•index (DeploymentServer on DeploymentEnabled) [Unique];
•index (URL on URL) [Unique];


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