Class NamedQueryConfig
java.lang.Object
com.inductiveautomation.reporting.common.data.NamedQueryConfig
- All Implemented Interfaces:
 QueryConfig,Serializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetPath()The type ID for which factories/sources are registered in the designer/gateway registriesintbooleanvoidsetArguments(Map<String, Object> arguments) voidvoidsetSampleLimit(int sampleLimit) voidsetUseSampleLimit(boolean useSampleLimit) toString()For pleasant logging, implement toString() to describe this query 
- 
Field Details
- 
ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
NamedQueryConfig
public NamedQueryConfig() 
 - 
 - 
Method Details
- 
getQueryTypeId
Description copied from interface:QueryConfigThe type ID for which factories/sources are registered in the designer/gateway registries- Specified by:
 getQueryTypeIdin interfaceQueryConfig
 - 
toString
Description copied from interface:QueryConfigFor pleasant logging, implement toString() to describe this query- Specified by:
 toStringin interfaceQueryConfig- Overrides:
 toStringin classObject
 - 
getPath
 - 
setPath
 - 
getArguments
 - 
setArguments
 - 
getSampleLimit
public int getSampleLimit() - 
setSampleLimit
public void setSampleLimit(int sampleLimit)  - 
isUseSampleLimit
public boolean isUseSampleLimit() - 
setUseSampleLimit
public void setUseSampleLimit(boolean useSampleLimit)  
 -