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 SummaryConstructors
- 
Method SummaryModifier 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.MessageBuilderarg, arg, build, printMessage
- 
Constructor Details- 
RunUpdateQueryMessage
 
- 
- 
Method Details- 
getStatMetricDescription copied from interface:GatewayInterface.MessagePrinterA stat metric to update when this message finishes. Optional, may be null.- Specified by:
- getStatMetricin interface- GatewayInterface.MessagePrinter
- Overrides:
- getStatMetricin class- MessageBuilder
 
- 
getUpdateQueryMetric
- 
database
- 
transactionId
- 
getIds
- 
skipAudit
- 
getMinConnectionModepublic int getMinConnectionMode()Description copied from interface:GatewayInterface.MessagePrinterMinimum connection mode needed to run, or zero to always run.- Specified by:
- getMinConnectionModein interface- GatewayInterface.MessagePrinter
- Overrides:
- getMinConnectionModein class- MessageBuilder
 
 
-