org.xwiki.query.xwql.internal
Class QueryContext.DocumentInfo

java.lang.Object
  extended by org.xwiki.query.xwql.internal.QueryContext.DocumentInfo
Enclosing class:
QueryContext

public class QueryContext.DocumentInfo
extends java.lang.Object


Field Summary
 java.lang.String alias
           
 java.util.Map<java.lang.String,QueryContext.ObjectInfo> unnamedObjects
          Map from unnamed object's class name to description.
 
Constructor Summary
QueryContext.DocumentInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

public java.lang.String alias

unnamedObjects

public java.util.Map<java.lang.String,QueryContext.ObjectInfo> unnamedObjects
Map from unnamed object's class name to description. unnamed object is object declaration in where clause: "where doc.object('Class').prop=1"

Constructor Detail

QueryContext.DocumentInfo

public QueryContext.DocumentInfo()


Copyright © 2004-2011 XWiki. All Rights Reserved.