com.xpn.xwiki.api
Class Element

java.lang.Object
  extended bycom.xpn.xwiki.api.Api
      extended bycom.xpn.xwiki.api.Element
Direct Known Subclasses:
Collection, Property

public class Element
extends Api


Field Summary
protected  BaseElement element
           
 
Fields inherited from class com.xpn.xwiki.api.Api
context
 
Constructor Summary
Element(BaseElement element, XWikiContext context)
           
 
Method Summary
protected  BaseElement getBaseElement()
           
 java.lang.String getName()
           
 
Methods inherited from class com.xpn.xwiki.api.Api
checkProgrammingRights, hasAccessLevel, hasAdminRights, hasProgrammingRights
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

protected BaseElement element
Constructor Detail

Element

public Element(BaseElement element,
               XWikiContext context)
Method Detail

getBaseElement

protected BaseElement getBaseElement()

getName

public java.lang.String getName()


Copyright 2003 Ludovic Dubost