Package com.inductiveautomation.sfc.api
Class SfcGatewayHook
java.lang.Object
com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHook
com.inductiveautomation.sfc.api.SfcGatewayHook
- All Implemented Interfaces:
GatewayModuleHook
This is the entry-point to the Gateway scope section of the SFC module's API.
To register a new step, see getStepRegistry().
To register a new transition, see getTransitionRegistry().
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SfcGatewayHookget(GatewayContext context) abstract GatewayStepRegistryabstract GatewayTransitionRegistryMethods inherited from class com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHook
configureDeserializer, configureFunctionFactory, configureSerializer, getHomepagePanels, getRPCHandler, getStatusPanels, initializeScriptManager, notifyLicenseStateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.model.GatewayModuleHook
getConfigCategories, getConfigOverviewContributor, getConfigPanels, getMountedResourceFolder, getMountPathAlias, getStatusOverviewContributor, initializeResourceTypeAdapterRegistry, isFreeModule, isMakerEditionCompatible, mountRouteHandlers, onMountedResourceRequest, setup, shutdown, startup, updateSystemMap
-
Constructor Details
-
SfcGatewayHook
public SfcGatewayHook()
-
-
Method Details
-
get
- Parameters:
context- theGatewayContext.- Returns:
- the
SfcGatewayHookinstance.
-
getStepRegistry
- Returns:
- the
GatewayStepRegistryto register newStepFactorys with.
-
getTransitionRegistry
- Returns:
- the
GatewayTransitionRegistryto register newTransitionFactorys with.
-