Skip to main content

EnsPortal.ServiceRegistry.External

Method Inventory

Parameters

parameter EDITRESOURCE = %Ens_ProductionConfig:WRITE;
User needs WRITE permissions on the %Ens_ProductionConfig resource to make changes to the Production configuration. Other actions require alternate privileges.
parameter PAGENAME = External-Service Registry;
Displayed name of this page.
parameter RESOURCE = %Ens_ProductionConfig:READ;
User needs READ permissions on the %Ens_ProductionConfig resource to view this page.
parameter RegistryType = External;
Inherited description: Is this this Public or External Registry?

Methods

method %OnGetPageName() as %String
Get the (localized) name of the page.
method DeleteItem(pID As %String) as %ZEN.Datatype.string [ ZenMethod ]
method DoDeleteAction(pID) as %String [ ZenMethod ]
method DoDeleteAttribute(pID) as %String [ ZenMethod ]
method DoDeleteContact(pID) as %String [ ZenMethod ]
method DoDeleteFile(pID) as %String [ ZenMethod ]
method GetAction(pID As %String) as %ZEN.proxyObject [ ZenMethod ]
method GetAttribute(pID As %String) as %ZEN.proxyObject [ ZenMethod ]
method GetContact(pID As %String) as %ZEN.proxyObject [ ZenMethod ]
method GetDisplayTime(pID, pUTC) as %TimeStamp [ ZenMethod ]
method GetFile(pSvc As %String, pID As %String) as %ZEN.proxyObject [ ZenMethod ]
method GetRegItem(ByRef pParms, Output pObject As %RegisteredObject) as %Status
method GetResultSet(Output pSC As %Status, pInfo As %ZEN.Auxiliary.QueryInfo) as %ResultSet
Callback that is executed to create the resultset for the main table.
method GetTotalCount() as %Integer [ ZenMethod ]
classmethod SubmitRegItem(pCommand As %String, pProvider As %ZEN.Auxiliary.jsonProvider, pSubmitObject As %ZEN.proxyObject, Output pResponseObject As %RegisteredObject) as %Status
Object submit handler JSON provider. This is called when the client submits the Current Item definition.
clientmethod applyChanges() [ Language = javascript ]
clientmethod onloadHandler() [ Language = javascript ]
This client event, if present, is fired when the page is loaded.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab