Uses of Interface
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes.SuperDocument

Packages that use SuperDocument
com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes   
com.xpn.xwiki.plugin.applicationmanager.doc   
 

Uses of SuperDocument in com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes
 

Classes in com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes that implement SuperDocument
 class DefaultSuperDocument
          Default implementation of SuperDocument.
 

Methods in com.xpn.xwiki.plugin.applicationmanager.core.doc.objects.classes that return SuperDocument
 SuperDocument AbstractSuperClass.getSuperDocument(java.lang.String itemName, int objectId, boolean validate, com.xpn.xwiki.XWikiContext context)
          Get document by full name from item name itemName.
 SuperDocument SuperClass.getSuperDocument(java.lang.String itemName, int objectId, boolean validate, com.xpn.xwiki.XWikiContext context)
          Get document by full name from item name itemName.
 SuperDocument AbstractSuperClass.newSuperDocument(java.lang.String docFullName, int objId, com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 SuperDocument SuperClass.newSuperDocument(java.lang.String docFullName, int objId, com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 SuperDocument AbstractSuperClass.newSuperDocument(com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 SuperDocument SuperClass.newSuperDocument(com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 SuperDocument AbstractSuperClass.newSuperDocument(com.xpn.xwiki.doc.XWikiDocument doc, int objId, com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 SuperDocument SuperClass.newSuperDocument(com.xpn.xwiki.doc.XWikiDocument doc, int objId, com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 

Uses of SuperDocument in com.xpn.xwiki.plugin.applicationmanager.doc
 

Classes in com.xpn.xwiki.plugin.applicationmanager.doc that implement SuperDocument
 class XWikiApplication
          This class manage an XWiki document containing XApp.XWikiApplicationClass object.
 

Methods in com.xpn.xwiki.plugin.applicationmanager.doc that return SuperDocument
 SuperDocument XWikiApplicationClass.newSuperDocument(com.xpn.xwiki.doc.XWikiDocument doc, int objId, com.xpn.xwiki.XWikiContext context)
          Create new super document containing object of class SuperClass.getClassFullName().
 



Copyright ? 2004-2008 XWiki. All Rights Reserved.