Class TagHistoryQuery
- java.lang.Object
-
- com.inductiveautomation.factorypmi.application.gateway.TagHistoryQuery
-
-
Constructor Summary
Constructors Constructor Description TagHistoryQuery(TagHistoryQueryParams params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dataset
execute(GatewayInterface ifc)
Execute the query against the gateway.java.lang.String
toString()
-
-
-
Constructor Detail
-
TagHistoryQuery
public TagHistoryQuery(TagHistoryQueryParams params)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
execute
public Dataset execute(GatewayInterface ifc) throws GatewayException
Description copied from interface:IQuery
Execute the query against the gateway.- Specified by:
execute
in interfaceIQuery
- Throws:
GatewayException
-
-