Style Intelligence v12.0

inetsoft.uql.object
Class ObjectQuery

java.lang.Object
  extended by inetsoft.uql.XQuery
      extended by inetsoft.uql.util.HierQuery
          extended by 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

Field Summary
 
Fields inherited from class inetsoft.uql.util.HierQuery
attrmap, distinct, inparams, item, select, showFlds, xpath, xselect
 
Fields inherited from class inetsoft.uql.XQuery
DERIVED, HINT_DEFAULT_MAX_ROWS, HINT_IGNORE_MAX_ROWS, HINT_MAX_ROWS, HINT_TIMEOUT
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectQuery

public ObjectQuery()
Create a Object query.

Method Detail

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

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.