A C D F G H L N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addTagsToDocument(String, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Add a list of tags to a document.
- addTagsToDocument(String, String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Add a list of tags to a document.
- addTagsToDocument(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Add a list of tags to a document.
- addTagToDocument(String, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Add a tag to a document.
- addTagToDocument(String, String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Add a tag to a document.
- addTagToDocument(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Add a tag to a document.
C
- com.xpn.xwiki.plugin.tag - package com.xpn.xwiki.plugin.tag
D
- deleteTag(String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Delete a tag from all the documents that contains it.
- deleteTag(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Delete a tag.
- DOC_COMMENT_TAG_ADDED - Static variable in class com.xpn.xwiki.plugin.tag.TagPlugin
-
L10N key for the "tag added" document edit comment.
F
- FAILED - com.xpn.xwiki.plugin.tag.TagOperationResult
-
The operation failed with an exception.
G
- getAllTags() - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get tags within the wiki.
- getAllTags(XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get all tags within the wiki.
- getAllTags(XWikiContext) - Static method in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Get all tags within the wiki.
- getDocumentsWithTag(String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get all the documents containing the given tag.
- getDocumentsWithTag(String, boolean, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get documents with the given tags.
- getDocumentsWithTag(String, boolean, XWikiContext) - Static method in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Get documents with the passed tags with the result depending on whether the caller decides to include hidden documents or not.
- getDocumentsWithTag(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get non-hidden documents with the given tags.
- getDocumentsWithTag(String, XWikiContext) - Static method in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Get non-hidden documents with the passed tags.
- getPluginApi(XWikiPluginInterface, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
- getTagCount() - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags within the wiki.
- getTagCount(XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags within the wiki.
- getTagCount(String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags for a specific wiki space.
- getTagCount(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags for a specific wiki space (including sub spaces).
- getTagCountForQuery(String, String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags matching an hql query.
- getTagCountForQuery(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags matching a hql query.
- getTagCountForQuery(String, String, List<?>) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags matching an hql query (parameterized version).
- getTagCountForQuery(String, String, List<?>, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags matching a parameterized hql query.
- getTagCountForQuery(String, String, List<?>, XWikiContext) - Static method in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Get cardinality map of tags matching a parameterized hql query.
- getTagCountForQuery(String, String, Map<String, ?>) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags matching an hql query (parameterized version).
- getTagCountForQuery(String, String, Map<String, ?>, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags matching a parameterized hql query.
- getTagCountForQuery(String, String, Map<String, ?>, XWikiContext) - Static method in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Get cardinality map of tags matching a parameterized hql query.
- getTagCountForSpaces(String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get cardinality map of tags for list wiki spaces.
- getTagCountForSpaces(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get cardinality map of tags for a list of wiki spaces (including sub spaces).
- getTagsFromDocument(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get tags from a document.
- getTagsFromDocument(String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Get tags from a document.
- getTagsFromDocument(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Get tags from a document.
H
- HIDDEN_QUERYFILTER_HINT - Static variable in class com.xpn.xwiki.plugin.tag.TagQueryUtils
-
Hint of the "hidden" QueryFilter.
L
N
- NO_EFFECT - com.xpn.xwiki.plugin.tag.TagOperationResult
-
The operation did not change any data.
- NOT_ALLOWED - com.xpn.xwiki.plugin.tag.TagOperationResult
-
The current user does not have permission to perform the operation.
O
- OK - com.xpn.xwiki.plugin.tag.TagOperationResult
-
The operation was successful, and data changes occurred.
P
- PLUGIN_NAME - Static variable in class com.xpn.xwiki.plugin.tag.TagPlugin
-
The identifier for this plugin; used for accessing the plugin from velocity, and as the action returning the extension content.
R
- removeTagFromDocument(String, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Remove a tag from a document.
- removeTagFromDocument(String, String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Remove a tag from a document.
- removeTagFromDocument(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Remove a tag from a document.
- renameTag(String, String) - Method in class com.xpn.xwiki.plugin.tag.TagPluginApi
-
Rename a tag in all the documents that contains it.
- renameTag(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.tag.TagPlugin
-
Rename a tag.
S
- spacesParameterToList(String) - Static method in class com.xpn.xwiki.plugin.tag.TagParamUtils
-
Convert a single string, describing a list of comma separated space references, each single quoted, to a list of space references (without quotes).
T
- TAG_CLASS - Static variable in class com.xpn.xwiki.plugin.tag.TagPlugin
-
XWiki class defining tags.
- TAG_PROPERTY - Static variable in class com.xpn.xwiki.plugin.tag.TagPlugin
-
XWiki property of XWiki.TagClass storing tags.
- TagOperationResult - Enum in com.xpn.xwiki.plugin.tag
-
The result of a
TagPlugin
operation. - TagParamUtils - Class in com.xpn.xwiki.plugin.tag
-
TagParamUtils handles queries allowing to search and count tags within the wiki.
- TagPlugin - Class in com.xpn.xwiki.plugin.tag
-
TagPlugin is a plugin that allows to manipulate tags easily.
- TagPlugin(String, String, XWikiContext) - Constructor for class com.xpn.xwiki.plugin.tag.TagPlugin
-
Tag plugin constructor.
- TagPluginApi - Class in com.xpn.xwiki.plugin.tag
-
API for the TagPlugin.
- TagPluginApi(TagPlugin, XWikiContext) - Constructor for class com.xpn.xwiki.plugin.tag.TagPluginApi
-
XWiki Plugin API constructor.
- TagQueryUtils - Class in com.xpn.xwiki.plugin.tag
-
TagQueryUtils handles queries allowing to search and count tags within the wiki.
V
- valueOf(String) - Static method in enum com.xpn.xwiki.plugin.tag.TagOperationResult
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.xpn.xwiki.plugin.tag.TagOperationResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages