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

persistent class %Report.ServerDefinition extends %Persistent

This class defines the storage for a Report Server Definition.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 2 1 3


Summary

Properties
Host Name Port SSOEnabled

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable


Properties

• property Host as %String(MAXLEN=256,PATTERN="") [ Required ];
The host where the Logi Report server is running. Can be specified as an IPv4 or IPv6 address, or as a hostname
• property Name as %String(MAXLEN=128) [ Required ];
The name of the report server definition
• property Port as %Integer(MAXVAL=65535,MINVAL=1) [ InitialExpression = 8888,Required ];
The port on the Host for the Report Server.
• property SSOEnabled as %Boolean [ Required ];

Queries

• query ByName(name As %String = "")
Selects ID, Name, Host, Port
SQL Query :
Select %ID,Name,Host,Port
From %Report.ServerDefinition
Order By Name
Return the set of Report Server Definitions.
• query WhereID(id As %String = "")
Selects Name
SQL Query :
Select Name
From %Report.ServerDefinition
WHERE %ID=:id
Return the Report Server Definition by specified id

Indices

•index (NameIdx on Name) [Unique];

Triggers

•trigger CreateDefaultRoles (AFTER event INSERT/UPDATE)
Creates the "admin" and "guest" roles for this report server
•trigger DeleteRoles (BEFORE event DELETE)
Deletes all roles for this %Report.ServerDefinition object
•trigger UpdateRoles (BEFORE event UPDATE)
Updates all roles for %Report.ServerDefinition objects after report server rename Renames each role from <{Name*O}>_ to <..Name>_ Replaces all instances of <{Name*O}> in role description with ..Name


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