Class OpcBrowseExecutor
java.lang.Object
com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OpcBrowseExecutor
- Direct Known Subclasses:
OpcBrowseExecutor.ProviderBrowseExecutor
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<BrowseElement>
browse
(BrowseElement root) static OpcBrowseExecutor
newLocalGatewayExecutor
(DesignerContext context) Returns an opc browser that goes through the local gateway.static OpcBrowseExecutor
newProviderExecutor
(DesignerContext context, String provider) Returns an opc browser that goes through a specific tag provider.
-
Constructor Details
-
OpcBrowseExecutor
public OpcBrowseExecutor()
-
-
Method Details
-
newProviderExecutor
Returns an opc browser that goes through a specific tag provider. -
newLocalGatewayExecutor
Returns an opc browser that goes through the local gateway. -
browse
-