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 SfcGatewayHook
get
(GatewayContext context) abstract GatewayStepRegistry
abstract GatewayTransitionRegistry
Methods inherited from class com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHook
configureDeserializer, configureFunctionFactory, configureSerializer, getHomepagePanels, getRPCHandler, getStatusPanels, initializeScriptManager, notifyLicenseStateChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
SfcGatewayHook
instance.
-
getStepRegistry
- Returns:
- the
GatewayStepRegistry
to register newStepFactory
s with.
-
getTransitionRegistry
- Returns:
- the
GatewayTransitionRegistry
to register newTransitionFactory
s with.
-