Class QueryAlertHistoryBinding
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.QueryAlertHistoryBinding
- All Implemented Interfaces:
BindingType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(ClientContext context, GatewayInterface gi, Map<String, Object> params) Execute this binding.A resource bundle key used to group this binding into a category.List<BindingParameter<?>>
A list of the binding parameters that this binding expects upon#execute(Map)
Class<?>
The type that this binding returns.A resource bundle key used to display this binding type in the binding types listA string that uniquely identifies this binding type.
-
Constructor Details
-
QueryAlertHistoryBinding
public QueryAlertHistoryBinding()
-
-
Method Details
-
execute
public Object execute(ClientContext context, GatewayInterface gi, Map<String, Object> params) throws BindingExceptionDescription copied from interface:BindingType
Execute this binding.- Specified by:
execute
in interfaceBindingType
- Throws:
BindingException
-
getCategoryKey
Description copied from interface:BindingType
A resource bundle key used to group this binding into a category. If null, this binding will be put into the "other" category.- Specified by:
getCategoryKey
in interfaceBindingType
-
getParameters
Description copied from interface:BindingType
A list of the binding parameters that this binding expects upon#execute(Map)
- Specified by:
getParameters
in interfaceBindingType
-
getReturnType
Description copied from interface:BindingType
The type that this binding returns. Should be a basic scalar type, orDataset
.class- Specified by:
getReturnType
in interfaceBindingType
-
getTitleKey
Description copied from interface:BindingType
A resource bundle key used to display this binding type in the binding types list- Specified by:
getTitleKey
in interfaceBindingType
-
getTypeKey
Description copied from interface:BindingType
A string that uniquely identifies this binding type. Common convention is to have this string start with "moduleid." to avoid conflict between modules.- Specified by:
getTypeKey
in interfaceBindingType
-