Skip to main content

EnsLib.ITK.UI.Reconcile

class EnsLib.ITK.UI.Reconcile extends EnsPortal.Dialog.standardDialog

CSP Page for reconciling an Ensemble production to the ITK Registry.

Method Inventory

Parameters

parameter DOMAIN = Ensemble;
Use our own domain for localization
parameter RESOURCE = %Ens_ITK:WRITE;
Inherited description: This is a comma-delimited list of system Resources and associated permissions. A user must hold the specified permissions on at least one of the specified resources in order to view this page or invoke any of its server-side methods from the client.
The format of each item in the list should be as follows:
Resource[:Permission]
Permission is optional, and defaults to USE if not supplied. If it is supplied, it should be one of USE, READ or WRITE.

Methods

classmethod %OnPreHTTP() as %Boolean
Inherited description: Zen page notification of an HTTP request. This method can be overwritten by subclasses.
This is called before the standard Zen pre-HTTP processing occurs.
classmethod GetITKMissingItems(production As %String, ByRef items As %ArrayOfDataTypes)
classmethod OnPage() as %Status
Inherited description: Render the contents of this Zen page.
classmethod ReconcileProduction(pName As %String) as %Status
Start a production

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab