Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This is the Suspended Messages page of the ZEN application.
|
|
|
Displayed name of this page.
User needs USE permissions on the %Ens_MessageHeader resource to view this page.
|
Flag to indicate whether a user may discard or delete messages.
Flag to indicate whether a user may edit and resend messages.
Flag to indicate whether a user may resend messages.
Flag to indicate whether a user may access the Visual Trace pages.
|
Get the (localized) name of the page.
Adapted from the old CSP page
Adapted from the old CSP page
Callback to return a list of resources required for a specific HyperEvent. The user must have sufficient privileges on one of the resource/permission pairs to be permitted to execute the hyperevent. An empty string implies the user already has sufficient privileges for the ZenMethod specified in pMethod.
Get information to display in the ribbon bar.
Adapted from the old CSP page
User selected a new row in the table
User selected a new row in the table
User selected a new row in the table
User selected a new row in the table
The layout for this page is different from that for other list pages because of the iframe
show detailTable for a selected task
User clicked a link for Trace. Display the Visual Trace page in a popup, so user can click the arrows to go from session to session without losing his/her place in the Event Log.
|
Selects ID, TimeCreated, SessionId, Error, Source
Class query with filter added. Override this in order to add rowspec specific to the list being displayed
SQL Query :
SELECT TOP 2000 ID,TimeCreated,SessionId,
CASE IsError WHEN 1 THEN 'Yes'
ELSE 'No' END As Error,SourceConfigName As Source
FROM Ens.MessageHeader
WHERE Status = 'Suspended'