Uses of Class
com.xpn.xwiki.api.Api
-
-
Uses of Api in com.xpn.xwiki
Methods in com.xpn.xwiki that return Api Modifier and Type Method Description Api
XWiki. getPluginApi(String name, XWikiContext context)
Deprecated. -
Uses of Api in com.xpn.xwiki.api
Subclasses of Api in com.xpn.xwiki.api Modifier and Type Class Description class
Attachment
class
Class
class
Collection
class
Context
Provides a secure proxy for the internalXWikiContext
class, that can be used safely in scripts.class
CriteriaService
Criteria service api.class
DeletedAttachment
Information about a deleted attachment in the recycle bin.class
DeletedDocument
Information about a deleted document in the recycle bin.class
DeprecatedContext
Deprecated.useContext
insteadclass
Document
This class represents a document or page in the wiki.class
Element
Element is a superclass for any XWiki Class, Object, or Property which might be stored in the database.class
Object
class
Property
Property is a single attribute of an XWikiObject
.class
PropertyClass
XProperty definition API.class
RevisionInfo
API object for get info about some version of Document.class
StatsService
Statistics api.class
User
Scriptable API for easy handling of users.class
Util
Utility APIs, available to scripting environments under theutil
variable.class
XWiki
Methods in com.xpn.xwiki.api that return Api Modifier and Type Method Description Api
XWiki. get(String name)
Returns a plugin from the plugin API.Api
XWiki. getPlugin(String name)
Returns a plugin from the plugin API. -
Uses of Api in com.xpn.xwiki.plugin
Subclasses of Api in com.xpn.xwiki.plugin Modifier and Type Class Description class
PluginApi<T extends XWikiPluginInterface>
Deprecated.the plugin technology is deprecated, consider rewriting as componentsMethods in com.xpn.xwiki.plugin that return Api Modifier and Type Method Description Api
XWikiDefaultPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated.Api
XWikiPluginInterface. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated.Get a public scriptable API that can be used to call methods of the (privileged) plugin. -
Uses of Api in com.xpn.xwiki.plugin.fileupload
Subclasses of Api in com.xpn.xwiki.plugin.fileupload Modifier and Type Class Description class
FileUploadPluginApi
Plugin that offers access to uploaded files.Methods in com.xpn.xwiki.plugin.fileupload that return Api Modifier and Type Method Description Api
FileUploadPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of Api in com.xpn.xwiki.plugin.mail
Subclasses of Api in com.xpn.xwiki.plugin.mail Modifier and Type Class Description class
MailPluginApi
Methods in com.xpn.xwiki.plugin.mail that return Api Modifier and Type Method Description Api
MailPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of Api in com.xpn.xwiki.plugin.packaging
Subclasses of Api in com.xpn.xwiki.plugin.packaging Modifier and Type Class Description class
DocumentInfoAPI
Deprecated.since 5.2, use Filter framework insteadclass
PackageAPI
Deprecated.since 5.2, use Filter framework insteadMethods in com.xpn.xwiki.plugin.packaging that return Api Modifier and Type Method Description Api
PackagePlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
Deprecated. -
Uses of Api in com.xpn.xwiki.plugin.rightsmanager
Subclasses of Api in com.xpn.xwiki.plugin.rightsmanager Modifier and Type Class Description class
RightsManagerGroupsApi
API for managing groups.class
RightsManagerPluginApi
API for managing rights, users and groups.class
RightsManagerRightsApi
API for managing rights and inheritance.class
RightsManagerUsersApi
API for managing users.Methods in com.xpn.xwiki.plugin.rightsmanager that return Api Modifier and Type Method Description Api
RightsManagerPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-
Uses of Api in com.xpn.xwiki.plugin.svg
Subclasses of Api in com.xpn.xwiki.plugin.svg Modifier and Type Class Description class
SVGPluginApi
Methods in com.xpn.xwiki.plugin.svg that return Api Modifier and Type Method Description Api
SVGPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-