Class RunUpdateQueryMessage
java.lang.Object
com.inductiveautomation.ignition.client.gateway_interface.messages.MessageBuilder
com.inductiveautomation.ignition.client.gateway_interface.messages.RunUpdateQueryMessage
- All Implemented Interfaces:
GatewayInterface.MessagePrinter
Builds the proper message to invoke the RunUpdateQuery function
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIds
(boolean getIds) int
Minimum connection mode needed to run, or zero to always run.A stat metric to update when this message finishes.static StatMetric
skipAudit
(boolean skipAudit) transactionId
(String txId) Methods inherited from class com.inductiveautomation.ignition.client.gateway_interface.messages.MessageBuilder
arg, arg, build, printMessage
-
Constructor Details
-
RunUpdateQueryMessage
-
-
Method Details
-
getStatMetric
Description copied from interface:GatewayInterface.MessagePrinter
A stat metric to update when this message finishes. Optional, may be null.- Specified by:
getStatMetric
in interfaceGatewayInterface.MessagePrinter
- Overrides:
getStatMetric
in classMessageBuilder
-
getUpdateQueryMetric
-
database
-
transactionId
-
getIds
-
skipAudit
-
getMinConnectionMode
public int getMinConnectionMode()Description copied from interface:GatewayInterface.MessagePrinter
Minimum connection mode needed to run, or zero to always run.- Specified by:
getMinConnectionMode
in interfaceGatewayInterface.MessagePrinter
- Overrides:
getMinConnectionMode
in classMessageBuilder
-