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 ApiXWiki. 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 classAttachmentclassClassclassCollectionclassContextProvides a secure proxy for the internalXWikiContextclass, that can be used safely in scripts.classCriteriaServiceCriteria service api.classDeletedAttachmentInformation about a deleted attachment in the recycle bin.classDeletedDocumentInformation about a deleted document in the recycle bin.classDeprecatedContextDeprecated.useContextinsteadclassDocumentThis class represents a document or page in the wiki.classElementElement is a superclass for any XWiki Class, Object, or Property which might be stored in the database.classObjectclassPropertyProperty is a single attribute of an XWikiObject.classPropertyClassXProperty definition API.classRevisionInfoAPI object for get info about some version of Document.classStatsServiceStatistics api.classUserScriptable API for easy handling of users.classUtilUtility APIs, available to scripting environments under theutilvariable.classXWikiMethods in com.xpn.xwiki.api that return Api Modifier and Type Method Description ApiXWiki. get(String name)Returns a plugin from the plugin API.ApiXWiki. 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 classPluginApi<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 ApiXWikiDefaultPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)Deprecated.ApiXWikiPluginInterface. 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 classFileUploadPluginApiPlugin that offers access to uploaded files.Methods in com.xpn.xwiki.plugin.fileupload that return Api Modifier and Type Method Description ApiFileUploadPlugin. 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 classMailPluginApiMethods in com.xpn.xwiki.plugin.mail that return Api Modifier and Type Method Description ApiMailPlugin. 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 classDocumentInfoAPIDeprecated.since 5.2, use Filter framework insteadclassPackageAPIDeprecated.since 5.2, use Filter framework insteadMethods in com.xpn.xwiki.plugin.packaging that return Api Modifier and Type Method Description ApiPackagePlugin. 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 classRightsManagerGroupsApiAPI for managing groups.classRightsManagerPluginApiAPI for managing rights, users and groups.classRightsManagerRightsApiAPI for managing rights and inheritance.classRightsManagerUsersApiAPI for managing users.Methods in com.xpn.xwiki.plugin.rightsmanager that return Api Modifier and Type Method Description ApiRightsManagerPlugin. 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 classSVGPluginApiMethods in com.xpn.xwiki.plugin.svg that return Api Modifier and Type Method Description ApiSVGPlugin. getPluginApi(XWikiPluginInterface plugin, XWikiContext context)
-