Class QueryAlertStatusBinding
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.QueryAlertStatusBinding
- All Implemented Interfaces:
- BindingType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
QueryAlertStatusBindingpublic QueryAlertStatusBinding()
 
- 
- 
Method Details- 
executepublic Object execute(ClientContext context, GatewayInterface gi, Map<String, Object> params) throws BindingExceptionDescription copied from interface:BindingTypeExecute this binding.- Specified by:
- executein interface- BindingType
- Throws:
- BindingException
 
- 
getCategoryKeyDescription copied from interface:BindingTypeA resource bundle key used to group this binding into a category. If null, this binding will be put into the "other" category.- Specified by:
- getCategoryKeyin interface- BindingType
 
- 
getParametersDescription copied from interface:BindingTypeA list of the binding parameters that this binding expects upon#execute(Map)- Specified by:
- getParametersin interface- BindingType
 
- 
getReturnTypeDescription copied from interface:BindingTypeThe type that this binding returns. Should be a basic scalar type, orDataset.class- Specified by:
- getReturnTypein interface- BindingType
 
- 
getTitleKeyDescription copied from interface:BindingTypeA resource bundle key used to display this binding type in the binding types list- Specified by:
- getTitleKeyin interface- BindingType
 
- 
getTypeKeyDescription copied from interface:BindingTypeA string that uniquely identifies this binding type. Common convention is to have this string start with "moduleid." to avoid conflict between modules.- Specified by:
- getTypeKeyin interface- BindingType
 
 
-