Uses of Class
org.xwiki.query.xwql.internal.QueryContext.ObjectInfo

Packages that use QueryContext.ObjectInfo
org.xwiki.query.xwql.internal   
 

Uses of QueryContext.ObjectInfo in org.xwiki.query.xwql.internal
 

Fields in org.xwiki.query.xwql.internal declared as QueryContext.ObjectInfo
 QueryContext.ObjectInfo QueryContext.PropertyInfo.object
           
 

Fields in org.xwiki.query.xwql.internal with type parameters of type QueryContext.ObjectInfo
 java.util.Map<java.lang.String,QueryContext.ObjectInfo> QueryContext.DocumentInfo.unnamedObjects
          Map from unnamed object's class name to description.
 

Methods in org.xwiki.query.xwql.internal that return QueryContext.ObjectInfo
 QueryContext.ObjectInfo QueryContext.addObject(java.lang.String docAlias, java.lang.String className, java.lang.String objAlias, PXObjectDecl node)
           
 QueryContext.ObjectInfo QueryContext.getObject(PXObjectDecl node)
           
 QueryContext.ObjectInfo QueryContext.getObject(java.lang.String objAlias)
           
 

Methods in org.xwiki.query.xwql.internal that return types with arguments of type QueryContext.ObjectInfo
 java.util.Collection<QueryContext.ObjectInfo> QueryContext.getObjects()
           
 

Constructors in org.xwiki.query.xwql.internal with parameters of type QueryContext.ObjectInfo
QueryContext.PropertyInfo(java.lang.String name, QueryContext.ObjectInfo object)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.