Class QueryAlertHistoryBinding
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.QueryAlertHistoryBinding
 
- 
- All Implemented Interfaces:
- BindingType
 
 public class QueryAlertHistoryBinding extends java.lang.Object implements BindingType 
- 
- 
Constructor SummaryConstructors Constructor Description QueryAlertHistoryBinding()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(ClientContext context, GatewayInterface gi, java.util.Map<java.lang.String,java.lang.Object> params)Execute this binding.java.lang.StringgetCategoryKey()A resource bundle key used to group this binding into a category.java.util.List<BindingParameter<?>>getParameters()A list of the binding parameters that this binding expects upon#execute(Map)java.lang.Class<?>getReturnType()The type that this binding returns.java.lang.StringgetTitleKey()A resource bundle key used to display this binding type in the binding types listjava.lang.StringgetTypeKey()A string that uniquely identifies this binding type.
 
- 
- 
- 
Method Detail- 
executepublic java.lang.Object execute(ClientContext context, GatewayInterface gi, java.util.Map<java.lang.String,java.lang.Object> params) throws BindingException Description copied from interface:BindingTypeExecute this binding.- Specified by:
- executein interface- BindingType
- Throws:
- BindingException
 
 - 
getCategoryKeypublic java.lang.String getCategoryKey() Description 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
 
 - 
getParameterspublic java.util.List<BindingParameter<?>> getParameters() Description copied from interface:BindingTypeA list of the binding parameters that this binding expects upon#execute(Map)- Specified by:
- getParametersin interface- BindingType
 
 - 
getReturnTypepublic java.lang.Class<?> getReturnType() Description copied from interface:BindingTypeThe type that this binding returns. Should be a basic scalar type, orDataset.class- Specified by:
- getReturnTypein interface- BindingType
 
 - 
getTitleKeypublic java.lang.String getTitleKey() Description copied from interface:BindingTypeA resource bundle key used to display this binding type in the binding types list- Specified by:
- getTitleKeyin interface- BindingType
 
 - 
getTypeKeypublic java.lang.String getTypeKey() Description 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
 
 
- 
 
-