Modifier and Type | Method and Description |
---|---|
Api |
XWiki.getPluginApi(String name,
XWikiContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
Attachment |
class |
Class |
class |
Collection |
class |
Context
Provides a secure proxy for the internal
XWikiContext 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.
use
Context instead |
class |
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 XWiki
Object . |
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 the
util variable. |
class |
XWiki |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginApi<T extends XWikiPluginInterface>
Deprecated.
the plugin technology is deprecated, consider rewriting as components
|
Modifier and Type | Method and Description |
---|---|
Api |
XWikiPluginInterface.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
Get a public scriptable API that can be used to call methods of the (privileged) plugin.
|
Api |
XWikiDefaultPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
FileUploadPluginApi
Plugin that offers access to uploaded files.
|
Modifier and Type | Method and Description |
---|---|
Api |
FileUploadPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MailPluginApi |
Modifier and Type | Method and Description |
---|---|
Api |
MailPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentInfoAPI
Deprecated.
since 5.2, use Filter framework instead
|
class |
PackageAPI
Deprecated.
since 5.2, use Filter framework instead
|
Modifier and Type | Method and Description |
---|---|
Api |
PackagePlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context)
Deprecated.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Api |
RightsManagerPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Modifier and Type | Class and Description |
---|---|
class |
SVGPluginApi |
Modifier and Type | Method and Description |
---|---|
Api |
SVGPlugin.getPluginApi(XWikiPluginInterface plugin,
XWikiContext context) |
Copyright © 2004–2021 XWiki. All rights reserved.