inetsoft.uql.object
Class ObjectQuery
java.lang.Object
inetsoft.uql.XQuery
inetsoft.uql.util.HierQuery
inetsoft.uql.object.ObjectQuery
- All Implemented Interfaces:
- inetsoft.util.XMLSerializable, Serializable, Cloneable
public class ObjectQuery
- extends HierQuery
Object query object. It contains query parameter definition, and query
selection criteria.
- See Also:
- Serialized Form
|
Constructor Summary |
ObjectQuery()
Create a Object query. |
|
Method Summary |
void |
parseXML(Element root)
Parse the XML element that contains information on this query. |
void |
writeXML(PrintWriter writer)
Generate the XML segment to represent this query. |
| Methods inherited from class inetsoft.uql.util.HierQuery |
clone, deepClone, findVariables, getAttribute, getCustomParameters, getNodePath, getOutputType, getRequest, getRequestParameters, getSelection, getSelectionAsString, getSourceType, getSourceType, isDistinct, isShowFlds, setAttribute, setCustomParameters, setDistinct, setNodePath, setRequest, setSelection, setSelectionAsString, setShowFlds |
| Methods inherited from class inetsoft.uql.XQuery |
addVariable, equals, findVariables, findVariables, findVariables, findVariables, getAllDefinedVariables, getDataSource, getDefinedVariables, getDescription, getEstimatedTime, getFolder, getMaxRows, getName, getOutputType, getPartition, getProperty, getTimeout, getType, getVariable, getVariableNames, hashCode, isOutputTypeAvailable, isVisible, removeVariable, revalidate, setDataSource, setDescription, setEstimatedTime, setFolder, setMaxRows, setName, setPartition, setProperty, setTimeout, setVisible, toString, updateQueryVariable |
ObjectQuery
public ObjectQuery()
- Create a Object query.
parseXML
public void parseXML(Element root)
throws Exception
- Parse the XML element that contains information on this query.
- Specified by:
parseXML in interface inetsoft.util.XMLSerializable- Overrides:
parseXML in class HierQuery
- Throws:
Exception
writeXML
public void writeXML(PrintWriter writer)
- Generate the XML segment to represent this query.
- Specified by:
writeXML in interface inetsoft.util.XMLSerializable- Overrides:
writeXML in class HierQuery