Page 2 of 3. Showing 21 results (0.008 seconds)
Browse Tags
This code example is intended to be run within Gateway scope, and assumes that the GatewayContext object is available. To run from a Designer or client, see this guide to create an RPC object. private void browseTags() throws Exception { IgnitionGateway context = IgnitionGateway.get(); GatewayTagManagerCopy, Move and Rename Tags
This code example is intended to be run within Gateway scope, and assumes that the GatewayContext object is available. To run from a Designer or client, see this guide to create an RPC object. private void copyMoveRenameTag() throws Exception { IgnitionGateway context = IgnitionGateway.get(); GatewayTagManagerKey Design Concepts
the project management system (ProjectManager in the gateway context), which in turn uses the PersistentRecord system mentioned above. The project management system … it with the context on setup, and notify the manager of the state on startup and shutdown: public class AdvancedCalculationEngineGatewayHook extendsProgramming for the Gateway
, there are a few life cycle functions that must be implemented: setup(GatewayContext context) Gives the module a chance to register objects with the platformBeanInfo Classes
{ public void startup(DesignerContext context, LicenseState activationState) throws Exception { context.addBeanInfoSearchPath("com.example.mymodule.beaninfosStoring data with PersistentRecords
that the table can be created. This is done using the SchemaUpdater provided by the gateway context, and is normally done in the startup function of the module or class that uses the record: public void setup(GatewayContext context) { context.getSchemaUpdater().updatePersistentRecords(MySettingsRecord.METAWorking with Platform Services
for a specific task, though for most uses, the general execution manager provided by the gateway context should suffice. Registering Executable Tasks Anything … provides a single abstracted layer that hides the differences between them. The OPCManager, accessible through the gateway context, provides the ability to BrowseAdding Scripting Functions
, causes it not to be displayed in the context-sensitive help. @ScriptFunction(docBundlePrefix) Defines the root prefix for the externalized documentationSDK Example Modules
the Alarming System- The example shows how to use the context in a notification block to create a message and send a notification. Note that in order to logCreate Tags
This code example is intended to be run within Gateway scope, and assumes that the GatewayContext object is available. To run from a Designer or client, see this guide to create an RPC object. private void createTags() throws Exception { IgnitionGateway context = IgnitionGateway.get(); GatewayTagManager