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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic SfcGatewayHookget(GatewayContext context) abstract GatewayStepRegistryabstract GatewayTransitionRegistryMethods inherited from class com.inductiveautomation.ignition.gateway.model.AbstractGatewayModuleHookconfigureDeserializer, configureFunctionFactory, configureSerializer, getHomepagePanels, getRPCHandler, getStatusPanels, initializeScriptManager, notifyLicenseStateChangedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.gateway.model.GatewayModuleHookgetConfigCategories, getConfigOverviewContributor, getConfigPanels, getMountedResourceFolder, getMountPathAlias, getStatusOverviewContributor, initializeResourceTypeAdapterRegistry, isFreeModule, isMakerEditionCompatible, mountRouteHandlers, onMountedResourceRequest, setup, shutdown, startup, updateSystemMap
- 
Constructor Details- 
SfcGatewayHookpublic SfcGatewayHook()
 
- 
- 
Method Details- 
get- Parameters:
- context- the- GatewayContext.
- Returns:
- the SfcGatewayHookinstance.
 
- 
getStepRegistry- Returns:
- the GatewayStepRegistryto register newStepFactorys with.
 
- 
getTransitionRegistry- Returns:
- the GatewayTransitionRegistryto register newTransitionFactorys with.
 
 
-