|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xpn.xwiki.api
Class Api

java.lang.Objectcom.xpn.xwiki.api.Api
- public class Api
- extends java.lang.Object
| Field Summary | |
protected com.xpn.xwiki.XWikiContext |
context
|
| Constructor Summary | |
Api(com.xpn.xwiki.XWikiContext context)
|
|
| Method Summary | |
boolean |
checkProgrammingRights()
|
boolean |
hasAccessLevel(java.lang.String right,
java.lang.String docname)
|
boolean |
hasAdminRights()
|
boolean |
hasProgrammingRights()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
context
protected com.xpn.xwiki.XWikiContext context
| Constructor Detail |
Api
public Api(com.xpn.xwiki.XWikiContext context)
| Method Detail |
checkProgrammingRights
public boolean checkProgrammingRights()
hasProgrammingRights
public boolean hasProgrammingRights()
hasAdminRights
public boolean hasAdminRights()
hasAccessLevel
public boolean hasAccessLevel(java.lang.String right, java.lang.String docname) throws com.xpn.xwiki.XWikiException
|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> [ api overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.xpn.xwiki.api.Api