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) intMinimum connection mode needed to run, or zero to always run.A stat metric to update when this message finishes.static StatMetricskipAudit(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.MessagePrinterA stat metric to update when this message finishes. Optional, may be null.- Specified by:
getStatMetricin interfaceGatewayInterface.MessagePrinter- Overrides:
getStatMetricin classMessageBuilder
-
getUpdateQueryMetric
-
database
-
transactionId
-
getIds
-
skipAudit
-
getMinConnectionMode
public int getMinConnectionMode()Description copied from interface:GatewayInterface.MessagePrinterMinimum connection mode needed to run, or zero to always run.- Specified by:
getMinConnectionModein interfaceGatewayInterface.MessagePrinter- Overrides:
getMinConnectionModein classMessageBuilder
-