Class SubSystemIdentifiers
java.lang.Object
com.inductiveautomation.ignition.gateway.storeforward.SubSystemIdentifiers
The SubSystemIdentifiers class contains constants for all known subsystems
that store data through the store and forward system.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SystemIdentifier
The identifier for the Alarming subsystem.static final SystemIdentifier
The identifier for the Auditing subsystem.static final SystemIdentifier
The identifier for the Datasource subsystem.static final SystemIdentifier
The identifier for the SecsGem subsystem.static final SystemIdentifier
The identifier for the TagHistory subsystem.static final SystemIdentifier
The identifier for the TransactionGroups subsystem. -
Method Summary
-
Field Details
-
ALARMING
The identifier for the Alarming subsystem. -
AUDITING
The identifier for the Auditing subsystem. -
DATASOURCE
The identifier for the Datasource subsystem. -
SECS_GEM
The identifier for the SecsGem subsystem. -
TAG_HISTORY
The identifier for the TagHistory subsystem. -
TRANSACTION_GROUPS
The identifier for the TransactionGroups subsystem.
-