- CACHE_VERSION - Static variable in class com.xpn.xwiki.XWiki
-
Query parameters used to control the browser cache version of a resource.
- cachedCustomDisplayer - Variable in class com.xpn.xwiki.objects.classes.PropertyClass
-
- callPrivateMethod(Object, String) - Static method in class com.xpn.xwiki.XWiki
-
- callPrivateMethod(Object, String, Class<?>[], Object[]) - Static method in class com.xpn.xwiki.XWiki
-
- CancelAction - Class in com.xpn.xwiki.web
-
- CancelAction() - Constructor for class com.xpn.xwiki.web.CancelAction
-
- canDelete() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Check if the current user has the right to permanently delete the attachment from the trash.
- canDelete() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- canRestore() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Check if the current user has the right to restore the attachment.
- canUndelete() - Method in class com.xpn.xwiki.api.DeletedDocument
-
Check if the current user has the right to restore the document.
- CFG_ENV_NAME - Static variable in class com.xpn.xwiki.XWiki
-
- changePropertyDefinition(BaseClass, String, XWikiContext) - Method in class com.xpn.xwiki.web.AbstractPropChangeAction
-
The method which does the actual modification of the property definition.
- changePropertyDefinition(BaseClass, String, XWikiContext) - Method in class com.xpn.xwiki.web.PropDeleteAction
-
- changePropertyDefinition(BaseClass, String, XWikiContext) - Method in class com.xpn.xwiki.web.PropDisableAction
-
- changePropertyDefinition(BaseClass, String, XWikiContext) - Method in class com.xpn.xwiki.web.PropEnableAction
-
- changeSessionId() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- changeSessionId() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- changeSpace(String) - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- checkAccess(String) - Method in class com.xpn.xwiki.api.Document
-
- checkAccess(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Verify the rights the current user has on a document.
- checkAccess(String, XWikiDocument, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiRightService
-
Checks if the wiki current user has the right to execute (@code action} on the document doc
, along with
redirecting to the login if it's not the case and there is no logged in user (the user is the guest user).
- checkAccess(String, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl
-
Deprecated.
- checkAccess(String, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- checkActive(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- checkActive(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- checkAllowed(Query) - Method in class com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor
-
- checkAuth() - Method in class com.xpn.xwiki.api.XWiki
-
Check authentication from request and set according persitent login information If it fails user is unlogged
- checkAuth(String, String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Check authentication from username and password and set according persitent login information If it fails user is
unlogged
- checkAuth(XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiAuthService
-
- checkAuth(String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiAuthService
-
Authenticates the user.
- checkAuth(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
-
- checkAuth(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
-
We cannot authenticate locally since we need to trust the app server for authentication.
- checkAuth(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedKerberosAuthServiceImpl
-
- checkAuth(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedKerberosAuthServiceImpl
-
- checkAuth(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.GroovyAuthServiceImpl
-
- checkAuth(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.GroovyAuthServiceImpl
-
- checkAuth(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
-
- checkAuth(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
-
Method to authenticate and set the cookie from a username and password passed as parameters
- checkAuth(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- checkDatabase() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- checkDatabase() - Method in interface com.xpn.xwiki.store.migration.DataMigrationManager
-
Check current database version and proceed to migrations.
- checkDeletingDocument(DocumentReference, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Check if the user is allowed to delete the document.
- checkHibernate(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
Initializes hibernate
- checkLogin(SecurityRequestWrapper, HttpServletResponse, XWikiContext) - Static method in class com.xpn.xwiki.user.impl.xwiki.MyBasicAuthenticator
-
- checkMail(String, String, String, String) - Method in class com.xpn.xwiki.plugin.mail.MailPluginApi
-
- checkPassword(String) - Method in class com.xpn.xwiki.api.User
-
Check if the password passed as argument is the user password.
- checkPassword(String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
-
- checkPermission(Permission) - Method in class com.xpn.xwiki.security.XWikiSecurityManager
-
- checkPermission(Permission, Object) - Method in class com.xpn.xwiki.security.XWikiSecurityManager
-
- checkRight(String, XWikiDocument, String, boolean, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl
-
Deprecated.
- checkSavingDocument(DocumentReference, XWikiDocument, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Check if the user is allowed to save the document.
- checkSavingDocument(DocumentReference, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Check if the user is allowed to save the document.
- checkSavingDocument(DocumentReference, XWikiDocument, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Check if the user is allowed to save the document.
- CKEY_BASESKIN - Static variable in class com.xpn.xwiki.XWiki
-
- CKEY_SDOC - Static variable in class com.xpn.xwiki.doc.XWikiDocument
-
The name of the key in the XWikiContext which contains the document used to check for programming rights.
- CKEY_SKIN - Static variable in class com.xpn.xwiki.XWiki
-
- Class - Class in com.xpn.xwiki.api
-
- Class(BaseClass, XWikiContext) - Constructor for class com.xpn.xwiki.api.Class
-
- ClassInterface - Interface in com.xpn.xwiki.objects.classes
-
- cleanFileList(XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Deletes all temporary files of the upload.
- cleanFileList() - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
Deletes all temporary files of the upload.
- cleanUp(XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiAttachmentStoreInterface
-
- cleanUp(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- cleanUp(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
Cleanup all sessions Used at the shutdown time
- cleanUp(XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- cleanupComponents() - Method in class com.xpn.xwiki.web.XWikiAction
-
- cleanupComponents() - Method in class com.xpn.xwiki.web.XWikiContextInitializationFilter
-
We must ensure we clean the ThreadLocal variables located in the Container and Execution components as otherwise
we will have a potential memory leak.
- cleanupExecutionContext() - Method in class com.xpn.xwiki.util.AbstractXWikiRunnable
-
- cleanValue(String) - Static method in class com.xpn.xwiki.util.Util
-
- CLEAR - Static variable in class com.xpn.xwiki.objects.meta.PasswordMetaClass
-
Indicates that the password should be stored in clean.
- clearAccents(String) - Method in class com.xpn.xwiki.api.Util
-
Replace all accented characters by their ASCII equivalent.
- clearAttachmentsToRemove() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Clear the list of attachments planned for removal.
- clearName(String) - Method in class com.xpn.xwiki.api.Util
-
Cleans up the passed text by removing all accents and special characters to make it a valid page name.
- clearName(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- clearName(String, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- clone() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeId
-
- clone() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- clone() - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
- clone() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- clone(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Use the document passed as parameter as the new identity for the current document.
- clone() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- clone(long, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- clone() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- clone() - Method in class com.xpn.xwiki.objects.BaseElement
-
- clone() - Method in class com.xpn.xwiki.objects.BaseObject
-
- clone() - Method in class com.xpn.xwiki.objects.BaseProperty
-
- clone() - Method in class com.xpn.xwiki.objects.BaseStringProperty
-
- clone() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- clone() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- clone() - Method in class com.xpn.xwiki.objects.DateProperty
-
- clone() - Method in class com.xpn.xwiki.objects.ListProperty
-
- clone() - Method in class com.xpn.xwiki.objects.meta.PropertyMetaClass
-
- clone() - Method in class com.xpn.xwiki.objects.NumberProperty
-
- clone() - Method in interface com.xpn.xwiki.objects.PropertyInterface
-
- clone() - Method in class com.xpn.xwiki.store.VoidAttachmentVersioningStore.VoidAttachmentArchive
-
- clone() - Method in class com.xpn.xwiki.XWikiContext
-
- cloneInternal(BaseProperty) - Method in class com.xpn.xwiki.objects.BaseProperty
-
Subclasses override this to copy values during cloning.
- cloneInternal(BaseProperty) - Method in class com.xpn.xwiki.objects.BaseStringProperty
-
- cloneInternal(BaseProperty) - Method in class com.xpn.xwiki.objects.DateProperty
-
- cloneInternal(BaseProperty) - Method in class com.xpn.xwiki.objects.ListProperty
-
- cloneInternal(BaseProperty) - Method in class com.xpn.xwiki.objects.NumberProperty
-
- cloneRename(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Clone a document and change its reference.
- cloneXObjects(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- close() - Method in class com.xpn.xwiki.store.DBCPConnectionProvider
-
- close() - Method in class com.xpn.xwiki.web.includeservletasstring.BufferOutputStream
-
- closeConnection(Connection) - Method in class com.xpn.xwiki.store.DBCPConnectionProvider
-
- Collection - Class in com.xpn.xwiki.api
-
- Collection(BaseCollection, XWikiContext) - Constructor for class com.xpn.xwiki.api.Collection
-
- com.xpn.xwiki - package com.xpn.xwiki
-
- com.xpn.xwiki.api - package com.xpn.xwiki.api
-
- com.xpn.xwiki.criteria.api - package com.xpn.xwiki.criteria.api
-
- com.xpn.xwiki.criteria.impl - package com.xpn.xwiki.criteria.impl
-
- com.xpn.xwiki.doc - package com.xpn.xwiki.doc
-
- com.xpn.xwiki.doc.rcs - package com.xpn.xwiki.doc.rcs
-
- com.xpn.xwiki.events - package com.xpn.xwiki.events
-
- com.xpn.xwiki.export.html - package com.xpn.xwiki.export.html
-
- com.xpn.xwiki.job - package com.xpn.xwiki.job
-
- com.xpn.xwiki.monitor.api - package com.xpn.xwiki.monitor.api
-
- com.xpn.xwiki.objects - package com.xpn.xwiki.objects
-
- com.xpn.xwiki.objects.classes - package com.xpn.xwiki.objects.classes
-
- com.xpn.xwiki.objects.meta - package com.xpn.xwiki.objects.meta
-
- com.xpn.xwiki.pdf.api - package com.xpn.xwiki.pdf.api
-
- com.xpn.xwiki.pdf.impl - package com.xpn.xwiki.pdf.impl
-
- com.xpn.xwiki.plugin - package com.xpn.xwiki.plugin
-
- com.xpn.xwiki.plugin.fileupload - package com.xpn.xwiki.plugin.fileupload
-
- com.xpn.xwiki.plugin.mail - package com.xpn.xwiki.plugin.mail
-
- com.xpn.xwiki.plugin.packaging - package com.xpn.xwiki.plugin.packaging
-
- com.xpn.xwiki.plugin.rightsmanager - package com.xpn.xwiki.plugin.rightsmanager
-
- com.xpn.xwiki.plugin.rightsmanager.utils - package com.xpn.xwiki.plugin.rightsmanager.utils
-
- com.xpn.xwiki.plugin.svg - package com.xpn.xwiki.plugin.svg
-
- com.xpn.xwiki.render - package com.xpn.xwiki.render
-
- com.xpn.xwiki.render.groovy - package com.xpn.xwiki.render.groovy
-
- com.xpn.xwiki.script.display - package com.xpn.xwiki.script.display
-
- com.xpn.xwiki.script.parentchild - package com.xpn.xwiki.script.parentchild
-
- com.xpn.xwiki.script.sheet - package com.xpn.xwiki.script.sheet
-
- com.xpn.xwiki.security - package com.xpn.xwiki.security
-
- com.xpn.xwiki.stats.api - package com.xpn.xwiki.stats.api
-
- com.xpn.xwiki.stats.impl - package com.xpn.xwiki.stats.impl
-
- com.xpn.xwiki.stats.impl.xwiki - package com.xpn.xwiki.stats.impl.xwiki
-
- com.xpn.xwiki.store - package com.xpn.xwiki.store
-
- com.xpn.xwiki.store.hibernate - package com.xpn.xwiki.store.hibernate
-
- com.xpn.xwiki.store.hibernate.query - package com.xpn.xwiki.store.hibernate.query
-
- com.xpn.xwiki.store.migration - package com.xpn.xwiki.store.migration
-
- com.xpn.xwiki.store.migration.hibernate - package com.xpn.xwiki.store.migration.hibernate
-
- com.xpn.xwiki.user.api - package com.xpn.xwiki.user.api
-
- com.xpn.xwiki.user.impl.xwiki - package com.xpn.xwiki.user.impl.xwiki
-
- com.xpn.xwiki.util - package com.xpn.xwiki.util
-
- com.xpn.xwiki.validation - package com.xpn.xwiki.validation
-
- com.xpn.xwiki.web - package com.xpn.xwiki.web
-
- com.xpn.xwiki.web.includeservletasstring - package com.xpn.xwiki.web.includeservletasstring
-
- CommentAddAction - Class in com.xpn.xwiki.web
-
Action used to post a comment on a page, adds a comment object to the document and saves it, requires comment right
but not edit right.
- CommentAddAction() - Constructor for class com.xpn.xwiki.web.CommentAddAction
-
- CommentSaveAction - Class in com.xpn.xwiki.web
-
Action used to edit+save an existing comment in a page, saves the comment object in the document, requires comment
right but not edit right.
- CommentSaveAction() - Constructor for class com.xpn.xwiki.web.CommentSaveAction
-
- COMMENTSCLASS_REFERENCE - Static variable in class com.xpn.xwiki.doc.XWikiDocument
-
- commonTagsHandler(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
-
Deprecated.
- commonTagsHandler(String, XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
-
Deprecated.
- commonTagsHandler(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
-
- compare(String, String) - Method in class com.xpn.xwiki.objects.classes.ListClass.MapComparator
-
- compare(Object, Object) - Method in class com.xpn.xwiki.objects.ElementComparator
-
Compares two objects (that implement ElementInterface) by name according to the rules for the compare method.
- compareTo(PropertyClass) - Method in class com.xpn.xwiki.api.PropertyClass
-
Compares two property definitions based on their index number.
- compareTo(XWikiRCSNodeContent) - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent
-
- compareTo(XWikiRCSNodeInfo) - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- compareTo(PropertyClass) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Compares two property definitions based on their index number.
- compareTo(XWikiDBVersion) - Method in class com.xpn.xwiki.store.migration.XWikiDBVersion
-
- completeShortFormStatement(String) - Method in class com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor
-
Append the required select clause to HQL short query statements.
- componentDescriptor - Variable in class com.xpn.xwiki.web.XWikiAction
-
- componentManager - Variable in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
Component manager used to access stores and data migrations.
- componentManager - Variable in class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
-
Component manager used to access stores.
- ComputedFieldClass - Class in com.xpn.xwiki.objects.classes
-
Computed Field Class allows to create a field without storage that will display computed values based on other data
in the object or wiki.
- ComputedFieldClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
Constructor for ComputedFieldClass.
- ComputedFieldClass() - Constructor for class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
Constructor for ComputedFieldClass.
- ComputedFieldMetaClass - Class in com.xpn.xwiki.objects.meta
-
Computed Field Class allows to create a field without storage that will display computed values based on other data
in the object or wiki.
- ComputedFieldMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.ComputedFieldMetaClass
-
Constructor for ComputerFieldMetaClass.
- configure(Map) - Method in class com.xpn.xwiki.store.DBCPConnectionProvider
-
- CONFIRM_PARAM - Static variable in class com.xpn.xwiki.web.DeleteAction
-
confirm parameter name.
- container - Variable in class com.xpn.xwiki.web.XWikiAction
-
- contains(String, String, String) - Static method in class com.xpn.xwiki.util.Util
-
- containsHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- containsHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- containsXMLWikiDocument(Document) - Static method in class com.xpn.xwiki.doc.XWikiDocument
-
Check if provided xml document is a wiki document.
- content(Document) - Method in class com.xpn.xwiki.script.display.DisplayScriptService
-
- content(Document, Map<String, Object>) - Method in class com.xpn.xwiki.script.display.DisplayScriptService
-
Displays the content of the given document.
- contentExists(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- context - Variable in class com.xpn.xwiki.api.Api
-
The current context, needed by the underlying protected object.
- Context - Class in com.xpn.xwiki.api
-
Provides a secure proxy for the internal XWikiContext
class, that can be used safely in scripts.
- Context(XWikiContext) - Constructor for class com.xpn.xwiki.api.Context
-
The Constructor.
- context - Variable in class com.xpn.xwiki.stats.impl.xwiki.AbstractStatsStoreItem
-
The XWiki context clone made when this statistics event occurred.
- context - Variable in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
- CONTEXT_LASTERRORCODE - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Field name of the last error code inserted in context.
- CONTEXT_LASTERRORCODE - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
Field name of the last error code inserted in context.
- CONTEXT_LASTERRORCODE - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerRightsApi
-
Field name of the last error code inserted in context.
- CONTEXT_LASTERRORCODE - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Field name of the last error code inserted in context.
- CONTEXT_LASTEXCEPTION - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Field name of the last api exception inserted in context.
- CONTEXT_LASTEXCEPTION - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
Field name of the last api exception inserted in context.
- CONTEXT_LASTEXCEPTION - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerRightsApi
-
Field name of the last api exception inserted in context.
- CONTEXT_LASTEXCEPTION - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Field name of the last api exception inserted in context.
- contextPath - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- convert(List<XWikiDocument>) - Method in class com.xpn.xwiki.api.Api
-
Convert a list of internal representation of documents to public api documents.
- convert(XWikiDocument) - Method in class com.xpn.xwiki.api.Api
-
Convert an internal representation of document to public api document.
- convert(XWikiAttachment) - Method in class com.xpn.xwiki.api.Api
-
Convert an internal representation of an attachment to the public api Attachment.
- convertAttachments(List<XWikiAttachment>) - Method in class com.xpn.xwiki.api.Api
-
Convert a list of attachments in their internal form to a list of public api Attachments.
- convertSyntax(String) - Method in class com.xpn.xwiki.api.Document
-
Convert the current document content from its current syntax to the new syntax passed as parameter.
- convertSyntax(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Convert the current document content from its current syntax to the new syntax passed as parameter.
- convertSyntax(Syntax, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Convert the current document content from its current syntax to the new syntax passed as parameter.
- convertToAlphaNumeric(String) - Method in class com.xpn.xwiki.api.Util
-
Removes all non alpha numerical characters from the passed text.
- convertToAlphaNumeric(String) - Static method in class com.xpn.xwiki.util.Util
-
Removes all non alpha numerical characters from the passed text.
- convertUsername(String) - Method in class com.xpn.xwiki.api.XWiki
-
API to convert the username depending on the configuration The username can be converted from email to a valid
XWiki page name hidding the email address The username can be then used to login and link to the right user page
- convertUsername(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- cookieDomains - Variable in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
-
The domain generalization for which the cookies are active.
- cookiePath - Variable in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
-
The path for which the cookies are active.
- cookiePrefix - Variable in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
-
The prefix that should be used for cookie names.
- copyAttachments(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Copy attachments from one document to another.
- copyDocument(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a document to another document in the same wiki
- copyDocument(String, String, String) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a translation of a document to another document in the same wiki
- copyDocument(String, String, String, String) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a translation of a document to another document of the same name in another wiki
- copyDocument(String, String, String, String, String, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a translation of a document to another document of the same name in another wiki additionally
resetting the version
- copyDocument(String, String, String, String, String, boolean, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a translation of a document to another document of the same name in another wiki additionally
resetting the version and overwriting the previous document
- copyDocument(DocumentReference, DocumentReference, String, boolean, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
API to copy a translation of a document to another document of the same name in another wiki additionally
resetting the version and overwriting the previous document
- copyDocument(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- copyDocument(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- copyDocument(DocumentReference, DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, boolean, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, String, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyDocument(DocumentReference, DocumentReference, String, boolean, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copySpaceBetweenWikis(String, String, String, String, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
Privileged API to copy a space to another wiki, optionally deleting all document of the target space
- copySpaceBetweenWikis(String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copySpaceBetweenWikis(String, String, String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyWiki(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- copyWiki(String, String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- CoreConfiguration - Interface in com.xpn.xwiki
-
Configuration properties for the Core module.
- countAllGlobalGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllGlobalUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllGlobalUsersOrGroups(boolean, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get the number of users or groups in the main wiki.
- countAllGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllGroupsNamesForMember(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- countAllGroupsNamesForMember(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- countAllGroupsNamesForMember(String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Return the number of groups containing provided member.
- countAllGroupsNamesForMember(String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- countAllLocalGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllLocalUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllLocalUsersOrGroups(boolean, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get the number of users or groups in the current wiki.
- countAllMatchedGlobalGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllMatchedGlobalUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllMatchedGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllMatchedGroups(Object[][], XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Return number of groups with provided constraints.
- countAllMatchedGroups(Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- countAllMatchedLocalGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
- countAllMatchedLocalUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllMatchedMembersNamesForGroup(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Filters the members of the specified group using the given text and counts the results.
- countAllMatchedMembersNamesForGroup(String, String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
Filters the members of the specified group using the given text and counts the results.
- countAllMatchedMembersNamesForGroup(String, String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Filters the members of the specified group using the given text and counts the results.
- countAllMatchedMembersNamesForGroup(String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- countAllMatchedUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllMatchedUsers(Object[][], XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Return number of users with provided constraints.
- countAllMatchedUsers(Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- countAllMatchedUsersOrGroups(boolean, Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
Return number of users or groups with provided constraints.
- countAllMatchedWikiGroups(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get the number of groups in the provided wiki.
- countAllMatchedWikiUsers(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get the number of users in the provided wiki.
- countAllMembersNamesForGroup(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- countAllMembersNamesForGroup(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- countAllMembersNamesForGroup(String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Return the number of members provided group contains.
- countAllMembersNamesForGroup(String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- countAllUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
- countAllUsersOrGroups(boolean, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get the number of users or groups in the main wiki and the current wiki.
- countAllWikiGroups(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get the number of groups in the provided wiki.
- countAllWikiUsers(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get the number of users in the provided wiki.
- countAllWikiUsersOrGroups(boolean, String, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get the number of users or groups in the provided wiki.
- countAttachments(String, List<?>) - Method in class com.xpn.xwiki.api.XWiki
-
Count attachments returned by a given parameterized query
- countAttachments(String, List<?>, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Count attachments returned by a given parameterized query
- countDocuments(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- countDocuments(String, List<?>, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- countDocuments(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- countDocuments(String, List<?>, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- countDocuments(String, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
API allowing to count the total number of documents that would be returned by a query.
- countDocuments(String, List<?>, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
API allowing to count the total number of documents that would be returned by a parameterized query.
- CreateAction - Class in com.xpn.xwiki.web
-
Create document action.
- CreateAction() - Constructor for class com.xpn.xwiki.web.CreateAction
-
Default constructor.
- CreateActionRequestHandler - Class in com.xpn.xwiki.web
-
Helper class used to handle one individual create action request.
- CreateActionRequestHandler(XWikiContext) - Constructor for class com.xpn.xwiki.web.CreateActionRequestHandler
-
- createAllRange() - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
Creates a new Range which matches all the elements of the list it is applied to.
- createAttachmentRevisionURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.FileSystemURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, long, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, long, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createAttachmentRevisionURL(String, String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createAttachmentURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.FileSystemURLFactory
-
- createAttachmentURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfURLFactory
-
- createAttachmentURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createAttachmentURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createAttachmentURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createAttachmentURL(String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createAttachmentURL(String, String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createClass(BaseClass) - Method in class com.xpn.xwiki.doc.AbstractMandatoryClassInitializer
-
- createClassFromConfig(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- createDayPeriod(long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the day that includes the specified time stamp.
- createDayPeriod(String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the day that includes the specified date.
- createDays(int) - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
Creates a new Duration instance having just the specified number of days.
- createDocument() - Method in class com.xpn.xwiki.api.XWiki
-
API to create an empty document
- createDocumentDisplayerParameters() - Method in class com.xpn.xwiki.script.display.DisplayScriptService
-
- createDuration(int, int, int, int) - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
- createEmptyUser(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Method allows to create an empty user with no password (he won't be able to login) This method is usefull for
authentication like LDAP or App Server trusted
- createExternalURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createExternalURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createExternalURL(String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createExternalURL(String, String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createHeadRange(int) - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
Creates a new Range starting from 0 and having the specified size.
- createHibernateQuery(Session, Query) - Method in class com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor
-
- createHibernateSequenceIfRequired(String[], String, Session) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- createHourPeriod(long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the hour that includes the specified time stamp.
- createHourPeriod(String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the hour that includes the specified date.
- createMatchGroupMembersWhereClause(String, String, Boolean, Map<String, Object>) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
Create a query to filter provided group members.
- createMatchUserOrGroupWhereClause(boolean, Object[][], Object[][], List<Object>) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
Create a "where clause" to use with
XWikiStoreInterface
searchDocuments and searchDocumentsNames methods.
- createMaximumPeriod() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that starts at the minimum value allowed by Date and ends at the maximum value
allowed by Date.
- createMonthPeriod(long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the month that includes the specified time stamp.
- createMonthPeriod(String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the month that includes the specified date.
- createMonths(int) - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
Creates a new Duration instance having just the specified number of months.
- createNewObject(String) - Method in class com.xpn.xwiki.api.Document
-
Creates a New XWiki Object of the given classname
- createNewObject(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- createNextVersion(Version, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- createPageScope(String) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
Creates a new scope associated with the specified page.
- createPeriod(long, long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- createPeriod(String, String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new custom period.
- createPlaceholder(String, XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
-
Create a placeholder key for a string that should be protected from further processing.
- createRange(int, int) - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
- createReference() - Method in class com.xpn.xwiki.objects.BaseElement
-
- createReference() - Method in class com.xpn.xwiki.objects.BaseObject
-
- createReference() - Method in class com.xpn.xwiki.objects.BaseProperty
-
- createReference() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- createResourceURL(String, boolean, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.FileSystemURLFactory
-
- createResourceURL(String, boolean, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createResourceURL(String, boolean, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createResourceURL(String, boolean, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createResourceURL(String, boolean, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createResourceURL(String, boolean, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the file resource.
- createResourceURL(String, boolean, XWikiContext, Map<String, Object>) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the file resource.
- createRevisionCriteria() - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a default RevisionCriteria, the default criteria matches the versions created by any author, from January
1, 1970, 00:00:00 GMT (epoch) to the current date, minor versions aren't included.
- createRevisionCriteria(String) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching all the revisions created by the given author.
- createRevisionCriteria(String, boolean) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching all the revisions created by the given author.
- createRevisionCriteria(Period) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching the revisions created by any author, during the given period.
- createRevisionCriteria(Period, boolean) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching the revisions created by any author, during the given period.
- createRevisionCriteria(String, Period) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching the revisions created by the given author, during the given period.
- createRevisionCriteria(String, Period, boolean) - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteriaFactory
-
Creates a revision criteria matching the revisions created by the given author, during the given period.
- createScope(int, String, boolean) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
- createSinceDaysPeriod(int) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches all the instants between N days before the instantiation and the
instantiation.
- createSinceHoursPeriod(int) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches all the instants between N hours before the instantiation and the
instantiation.
- createSinceMonthsPeriod(int) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches all the instants between N months before the instantiation and the
instantiation.
- createSinceWeeksPeriod(int) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches all the instants between N weeks before the instantiation and the
instantiation.
- createSinceYearsPeriod(int) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches all the instants between N years before the instantiation and the
instantiation.
- createSkinURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.FileSystemURLFactory
-
- createSkinURL(String, String, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, XWikiContext, boolean) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, String, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, String, XWikiContext, boolean) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createSkinURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createSkinURL(String, String, String, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createSkinURL(String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createSkinURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createSkinURL(String, String, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createSkinURL(String, String, String, String, XWikiContext, Map<String, Object>) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createSkinURL(String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create a skin URL for the given filename and skin directory.
- createSkinURL(String, String, XWikiContext, Map<String, Object>) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the given filename in the given skin directory.
- createSkinURL(String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the filename located in the spaces and with given repository.
- createSkinURL(String, String, String, XWikiContext, Map<String, Object>) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the filename located in the spaces and with given repository.
- createSkinURL(String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the filename located in the spaces and with given repository.
- createSkinURL(String, String, String, String, XWikiContext, Map<String, Object>) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
Create an URL for the filename located in the spaces and with given repository.
- createSpaceScope(String) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
Creates a new scope associated with the specified space and matching all its pages.
- createSpaceScope(String, boolean) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
Creates a new scope associated with the specified space.
- createSQLQuery(String, String) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- createStubContext() - Method in interface com.xpn.xwiki.util.XWikiStubContextProvider
-
- createTailRange(int) - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
Creates a new Range starting from the end of the list it is applied to and having the specified size.
- createTemplateURL(String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- createURL(String, String, String, String, String, XWikiContext, FilesystemExportContext) - Method in interface com.xpn.xwiki.web.ExportURLFactoryActionHandler
-
- createURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createURL(String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiDefaultURLFactory
-
- createURL(String, String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createURL(String, String, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- createURL(String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createURL(String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createURL(String, String, String, boolean, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createURL(String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createURL(String, String, String, String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactory
-
- createURLFactory(int, XWikiContext) - Method in interface com.xpn.xwiki.web.XWikiURLFactoryService
-
- createURLFactory(int, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiURLFactoryServiceImpl
-
- createUser() - Method in class com.xpn.xwiki.api.XWiki
-
Privileged API to create a new user from the request This API is used by RegisterNewUser wiki page
- createUser(boolean) - Method in class com.xpn.xwiki.api.XWiki
-
Privileged API to create a new user from the request This API is used by RegisterNewUser wiki page This version
sends a validation email to the user Configuration of validation email is in the XWiki Preferences
- createUser(boolean, String) - Method in class com.xpn.xwiki.api.XWiki
-
Privileged API to create a new user from the request.
- createUser(String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
-
- createUser(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- createUser(boolean, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- createUser(String, Map<String, ?>, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Create a new user.
- createUser(String, Map<String, ?>, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Create a new user.
- createUser(String, Map<String, ?>, String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- createUser(String, Map<String, ?>, EntityReference, String, Syntax, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Create a new user.
- createUser(String, Map<String, ?>, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- createWeekPeriod(long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the week that includes the specified time stamp.
- createWeekPeriod(String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the week that includes the specified date.
- createWeeks(int) - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
Creates a new Duration instance having just the specified number of weeks.
- createWiki(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- createWiki(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- createWiki(String, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
Allows to create a new wiki database and initialize the default tables.
- createWikiScope(String) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
Creates a new scope associated with the specified wiki and matching all its spaces.
- createWikiScope(String, boolean) - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
Creates a new scope associated with the specified wiki.
- createXObject(EntityReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Create and add a new object to the document with the provided class.
- createYearPeriod(long) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the year that includes the specified time stamp.
- createYearPeriod(String) - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
Creates a new Period instance that matches exactly the year that includes the specified date.
- createYears(int) - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
Creates a new Duration instance having just the specified number of years.
- CriteriaService - Class in com.xpn.xwiki.api
-
Criteria service api.
- CriteriaService(XWikiContext) - Constructor for class com.xpn.xwiki.api.CriteriaService
-
- CRYPT_IDENTIFIER - Static variable in class com.xpn.xwiki.objects.classes.PasswordClass
-
- csrfTokenCheck(XWikiContext) - Method in class com.xpn.xwiki.web.XWikiAction
-
Perform CSRF check and redirect to the resubmission page if needed.
- csrfTokenCheck(XWikiContext, boolean) - Method in class com.xpn.xwiki.web.XWikiAction
-
Perform CSRF check and redirect to the resubmission page if needed.
- currentObj - Variable in class com.xpn.xwiki.api.Document
-
Convenience object used by object related methods.
- currentReferenceDocumentReferenceResolver - Variable in class com.xpn.xwiki.objects.BaseCollection
-
Used to normalize references.
- daemon - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- DatabaseProduct - Class in com.xpn.xwiki.store
-
- dataMigration - Variable in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager.XWikiMigration
-
The data migration.
- DataMigration - Interface in com.xpn.xwiki.store.migration
-
Interface for data migration.
- DataMigrationException - Exception in com.xpn.xwiki.store.migration
-
Exception issued by the data migration components for an unexpected issue.
- DataMigrationException(String) - Constructor for exception com.xpn.xwiki.store.migration.DataMigrationException
-
Build a simple exception with a message.
- DataMigrationException(String, Throwable) - Constructor for exception com.xpn.xwiki.store.migration.DataMigrationException
-
Build an exception with a message and a root cause.
- DataMigrationManager - Interface in com.xpn.xwiki.store.migration
-
Interface for all migration managers.
- DataMigrationStatus - Interface in com.xpn.xwiki.store.migration
-
Common interface to report data migration status.
- date - Variable in class com.xpn.xwiki.doc.XWikiLock
-
- DateClass - Class in com.xpn.xwiki.objects.classes
-
Defines an XClass property type whose value is a Date.
- DateClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.DateClass
-
Creates a new Date property that is described by the given meta class.
- DateClass() - Constructor for class com.xpn.xwiki.objects.classes.DateClass
-
Default constructor.
- DateMetaClass - Class in com.xpn.xwiki.objects.meta
-
Defines the meta properties of a date XClass property.
- DateMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.DateMetaClass
-
Default constructor.
- DateProperty - Class in com.xpn.xwiki.objects
-
Represents a date property.
- DateProperty() - Constructor for class com.xpn.xwiki.objects.DateProperty
-
- DAY - Static variable in class com.xpn.xwiki.criteria.impl.DurationFactory
-
A duration of exactly one day.
- DB2 - Static variable in class com.xpn.xwiki.store.DatabaseProduct
-
The Product name and the JDBC scheme to recognize a DB2 DB.
- DB_SPACE_SEP - Static variable in class com.xpn.xwiki.doc.XWikiDocument
-
Separator string between database name and space name.
- DBCPConnectionProvider - Class in com.xpn.xwiki.store
-
A connection provider that uses an Apache commons DBCP connection pool.
- DBCPConnectionProvider() - Constructor for class com.xpn.xwiki.store.DBCPConnectionProvider
-
- DBListClass - Class in com.xpn.xwiki.objects.classes
-
- DBListClass(String, String, PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.DBListClass
-
- DBListClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.DBListClass
-
- DBListClass() - Constructor for class com.xpn.xwiki.objects.classes.DBListClass
-
- DBListMetaClass - Class in com.xpn.xwiki.objects.meta
-
Defines the meta properties of a database list XClass property.
- DBListMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.DBListMetaClass
-
Default constructor.
- DBStringListProperty - Class in com.xpn.xwiki.objects
-
- DBStringListProperty() - Constructor for class com.xpn.xwiki.objects.DBStringListProperty
-
- DBTreeListClass - Class in com.xpn.xwiki.objects.classes
-
- DBTreeListClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.DBTreeListClass
-
- DBTreeListClass() - Constructor for class com.xpn.xwiki.objects.classes.DBTreeListClass
-
- DBTreeListMetaClass - Class in com.xpn.xwiki.objects.meta
-
Defines the meta properties of a database tree list XClass property.
- DBTreeListMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.DBTreeListMetaClass
-
Default constructor.
- declareInExecutionContext(ExecutionContext) - Method in class com.xpn.xwiki.XWikiContext
-
There are several places where the XWiki context needs to be declared in the execution, so we add a common method
here.
- declareProperties(ExecutionContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService
-
- declareProperties(ExecutionContext) - Method in class com.xpn.xwiki.util.AbstractXWikiRunnable
-
Lets subclasses declare execution context properties.
- decode(String, XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
-
- decodeBasicAuthorizationString(String) - Static method in class com.xpn.xwiki.user.impl.xwiki.MyBasicAuthenticator
-
Decode the BASIC authorization string.
- decodeURI(String) - Method in class com.xpn.xwiki.api.Util
-
Decodes a application/x-www-form-urlencoded
string.
- decodeURI(String, XWikiContext) - Static method in class com.xpn.xwiki.util.Util
-
- DEFAULT_CRYPT_ALGORITHM - Static variable in class com.xpn.xwiki.objects.classes.PasswordClass
-
- DEFAULT_ENCODING - Static variable in class com.xpn.xwiki.XWiki
-
The default encoding, and the internally used encoding when dealing with byte representation of strings.
- DEFAULT_FILEEXT - Static variable in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- DEFAULT_HASH_ALGORITHM - Static variable in class com.xpn.xwiki.objects.classes.PasswordClass
-
- DEFAULT_HOME_SPACE - Static variable in class com.xpn.xwiki.XWiki
-
Name of the default home space.
- DEFAULT_MAIN_WIKI - Static variable in class com.xpn.xwiki.XWiki
-
Name of the default wiki.
- DEFAULT_PRIORITY - Static variable in interface com.xpn.xwiki.doc.MandatoryDocumentInitializer
-
Default priority with which a document initializer will be executed along side other document initializers.
- DEFAULT_QUERY - Static variable in class com.xpn.xwiki.objects.classes.DBListClass
-
- DEFAULT_SEPARATOR - Static variable in class com.xpn.xwiki.objects.classes.ListClass
-
Default separator/delimiter to use to split or join a list stored as a string.
- DEFAULT_SKIN - Static variable in class com.xpn.xwiki.XWiki
-
- DEFAULT_SPACE_HOMEPAGE - Static variable in class com.xpn.xwiki.XWiki
-
Name of the default space homepage.
- DEFAULT_STORAGE - Static variable in class com.xpn.xwiki.objects.classes.PasswordClass
-
- DEFAULT_USERORGROUP_SPACE - Static variable in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Name of the default space where users and groups are stored.
- DefaultDocumentAccessBridge - Class in com.xpn.xwiki.doc
-
Exposes methods for accessing Document data.
- DefaultDocumentAccessBridge() - Constructor for class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- DefaultHibernateSessionFactory - Class in com.xpn.xwiki.store.hibernate
-
- DefaultHibernateSessionFactory() - Constructor for class com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory
-
Deprecated.
- DefaultPackageFileName - Static variable in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- DefaultPluginName - Static variable in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- DefaultQueryExecutor - Class in com.xpn.xwiki.store.hibernate.query
-
The default QueryExecutor, this uses The HqlQueryExecutor since XWikiHibernateStore is the default store.
- DefaultQueryExecutor() - Constructor for class com.xpn.xwiki.store.hibernate.query.DefaultQueryExecutor
-
- DefaultSkinAccessBridge - Class in com.xpn.xwiki
-
- DefaultSkinAccessBridge() - Constructor for class com.xpn.xwiki.DefaultSkinAccessBridge
-
- defaultURL - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- defaultURLs - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
-
This is the URL which was requested by the user possibly with the host modified if x-forwarded-host header is set
or if xwiki.home parameter is set and we are viewing the main page.
- DefaultVelocityManager - Class in com.xpn.xwiki.render
-
Note: This class should be moved to the Velocity module.
- DefaultVelocityManager() - Constructor for class com.xpn.xwiki.render.DefaultVelocityManager
-
- delete() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Permanently delete this attachment from the trash.
- delete() - Method in class com.xpn.xwiki.api.Document
-
- delete(AttachmentReference, Date, long, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinContentStore
-
Permanently delete attachment content from recycle bin.
- delete(DocumentReference, long, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinContentStoreInterface
-
Permanently delete document content from recycle bin.
- delete(XWikiContext) - Method in class com.xpn.xwiki.web.DeleteAction
-
- delete(XWikiContext) - Method in class com.xpn.xwiki.web.DeleteSpaceAction
-
- DeleteAction - Class in com.xpn.xwiki.web
-
Action for delete document to recycle bin and for delete documents from recycle bin.
- DeleteAction() - Constructor for class com.xpn.xwiki.web.DeleteAction
-
- deleteAllDocuments(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- deleteAllDocuments(XWikiDocument, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- deleteAllWikiDocuments(XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- deleteArchive(XWikiAttachment, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.AttachmentVersioningStore
-
Permanently delete attachment archive.
- deleteArchive(XWikiAttachment, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentVersioningStore
-
- deleteArchive(XWikiAttachment, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.VoidAttachmentVersioningStore
-
- deleteArchive(XWikiDocument, boolean, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateVersioningStore
-
- deleteArchive(XWikiDocument, boolean, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiVersioningStoreInterface
-
Delete all history for a document.
- deleteAsAuthor() - Method in class com.xpn.xwiki.api.Document
-
Delete the document if the
content author
of the script calling this method has
permission to do so.
- DeleteAttachmentAction - Class in com.xpn.xwiki.web
-
Delete attachment xwiki action.
- DeleteAttachmentAction() - Constructor for class com.xpn.xwiki.web.DeleteAttachmentAction
-
- DeletedAttachment - Class in com.xpn.xwiki.api
-
Information about a deleted attachment in the recycle bin.
- DeletedAttachment(DeletedAttachment, XWikiContext) - Constructor for class com.xpn.xwiki.api.DeletedAttachment
-
Simple constructor, initializes a new API object with the current
context
and
the specified protected
deleted attachment
object.
- DeletedAttachment - Class in com.xpn.xwiki.doc
-
- DeletedAttachment() - Constructor for class com.xpn.xwiki.doc.DeletedAttachment
-
Default constructor.
- DeletedAttachment(XWikiAttachment, String, Date, XWikiContext) - Constructor for class com.xpn.xwiki.doc.DeletedAttachment
-
A constructor with all the information about the deleted attachment.
- DeletedAttachment(long, String, String, String, String, Date, DeletedAttachmentContent) - Constructor for class com.xpn.xwiki.doc.DeletedAttachment
-
- DeletedAttachment(long, String, String, String, String, Date, DeletedAttachmentContent, long) - Constructor for class com.xpn.xwiki.doc.DeletedAttachment
-
- DeletedAttachmentContent - Interface in com.xpn.xwiki.doc
-
The content of the stored deleted attachment.
- DeletedDocument - Class in com.xpn.xwiki.api
-
Information about a deleted document in the recycle bin.
- DeletedDocument(XWikiDeletedDocument, XWikiContext) - Constructor for class com.xpn.xwiki.api.DeletedDocument
-
Simple constructor, initializes a new API object with the current
context
and
the specified protected
deleted document
object.
- deleteDocument() - Method in class com.xpn.xwiki.api.Document
-
Remove document from the wiki.
- deleteDocument(EntityReference, XWikiContext, boolean) - Method in class com.xpn.xwiki.web.DeleteAction
-
Create a job to delete an entity.
- deleteDocument(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- deleteDocument(XWikiDocument, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- deleteDocumentVersions(XWikiDocument, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Delete a range of versions from a document history.
- deleteFromRecycleBin(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinStore
-
Permanently delete attachment from recycle bin.
- deleteFromRecycleBin(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore
-
- deleteFromRecycleBin(XWikiDocument, long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- deleteFromRecycleBin(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- deleteFromRecycleBin(XWikiDocument, long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- deleteFromRecycleBin(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
Permanently delete document from recycle bin.
- deleteLinks(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- deleteLinks(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- deleteLinks(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- deleteLock(XWikiLock, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- deleteLock(XWikiLock, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- deleteLock(XWikiLock, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- DeleteSpaceAction - Class in com.xpn.xwiki.web
-
Action for deleting an entire space, optionally saving all the deleted documents to the document trash, if enabled.
- DeleteSpaceAction() - Constructor for class com.xpn.xwiki.web.DeleteSpaceAction
-
- DeleteVersionsAction - Class in com.xpn.xwiki.web
-
Struts action for deleting document versions.
- DeleteVersionsAction() - Constructor for class com.xpn.xwiki.web.DeleteVersionsAction
-
- DeleteVersionsForm - Class in com.xpn.xwiki.web
-
- DeleteVersionsForm() - Constructor for class com.xpn.xwiki.web.DeleteVersionsForm
-
- deleteWiki(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- deleteWiki(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- deleteWiki(String, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
Delete a wiki database.
- deleteWithProgrammingRights() - Method in class com.xpn.xwiki.api.Document
-
- deleteXWikiAttachment(XWikiAttachment, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiAttachmentStoreInterface
-
- deleteXWikiAttachment(XWikiAttachment, boolean, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiAttachmentStoreInterface
-
- deleteXWikiAttachment(XWikiAttachment, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateAttachmentStore
-
- deleteXWikiAttachment(XWikiAttachment, boolean, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateAttachmentStore
-
- deleteXWikiCollection(BaseCollection, XWikiContext, boolean, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- deleteXWikiDoc(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- deleteXWikiDoc(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- deleteXWikiDoc(XWikiDocument, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- deny - Variable in class com.xpn.xwiki.plugin.rightsmanager.utils.AllowDeny
-
List of users and group for deny right.
- DeprecatedContext - Class in com.xpn.xwiki.api
-
- DeprecatedContext(XWikiContext) - Constructor for class com.xpn.xwiki.api.DeprecatedContext
-
Deprecated.
The Constructor.
- DERBY - Static variable in class com.xpn.xwiki.store.DatabaseProduct
-
The Product name and the JDBC scheme to recognize a Derby DB.
- destroy() - Method in class com.xpn.xwiki.web.ActionFilter
-
- destroy() - Method in class com.xpn.xwiki.web.XWikiContextInitializationFilter
-
- direct - Variable in class com.xpn.xwiki.plugin.rightsmanager.utils.LevelTree
-
List of inherited allow and deny rights for this right level.
- disableField(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
Mark a property as disabled.
- disablePlaceholders(XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
-
Disable placeholder support in the current request context.
- display(String) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field.
- display(String, String) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field in the given mode.
- display(String, String, String) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field in the given mode.
- display(String, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field of the given object The display mode will be decided depending on page context (edit or
inline context will display in edit, view context in view) This function can return html inside and html macro
- display(String, String, Object, String) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field of the given object using the given mode and syntax rendering The display mode will be
decided depending on page context (edit or inline context will display in edit, view context in view) This
function can return html inside and html macro
- display(String, String, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field of the given object in the given mode.
- display(String, String, String, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the given field of the given object in the given mode.
- display(String, String) - Method in class com.xpn.xwiki.api.Object
-
- display(String, String, boolean) - Method in class com.xpn.xwiki.api.Object
-
- display(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, BaseObject, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, BaseObject, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, String, BaseObject, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, String, BaseObject, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- display(String, String, String, BaseObject, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayCheckboxEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- displayCustom(StringBuffer, String, String, String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayDocument(Syntax) - Method in class com.xpn.xwiki.api.Document
-
- displayDocument(Syntax, boolean) - Method in class com.xpn.xwiki.api.Document
-
- displayDocument() - Method in class com.xpn.xwiki.api.Document
-
- displayDocument(boolean) - Method in class com.xpn.xwiki.api.Document
-
- displayDocument(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Execute and render the current document in the current context.
- displayDocument(boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Execute and render the current document in the current context.
- displayDocument(Syntax, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Execute and render the current document in the current context.
- displayDocument(Syntax, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Execute and render the current document in the current context.
- displayEdit(PropertyClass, String, Collection) - Method in class com.xpn.xwiki.api.Document
-
- displayEdit(PropertyClass, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayEdit(StringBuffer, String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayEdit(String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayEdit(String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.NumberClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayEdit(String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayEdit(String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.StaticListClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.StringClass
-
- displayEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- displayForm(String, String, String) - Method in class com.xpn.xwiki.api.Document
-
- displayForm(String, String, String, boolean) - Method in class com.xpn.xwiki.api.Document
-
- displayForm(String) - Method in class com.xpn.xwiki.api.Document
-
- displayForm(DocumentReference, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayForm(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayForm(DocumentReference, String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayForm(String, String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayForm(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayForm(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayHidden(PropertyClass, String, Collection) - Method in class com.xpn.xwiki.api.Document
-
- displayHidden(PropertyClass, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayHidden(StringBuffer, String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayHidden(String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayHidden(String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayHidden(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
- displayHidden(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- displayHidden(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- displayHidden(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayHidden(String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayHidden(String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayHidden(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
-
- displayPrettyName(String) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field.
- displayPrettyName(String, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field of the given object.
- displayPrettyName(String, boolean) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field.
- displayPrettyName(String, boolean, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field of the given object.
- displayPrettyName(String, boolean, boolean) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field.
- displayPrettyName(String, boolean, boolean, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the pretty name of the given field of the given object.
- displayPrettyName(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayPrettyName(String, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayPrettyName(String, boolean, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayPrettyName(String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayPrettyName(String, boolean, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayPrettyName(String, boolean, boolean, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayRadioEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- displayRadioEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- displayRendered(PropertyClass, String, Collection) - Method in class com.xpn.xwiki.api.Document
-
- displayRendered(PropertyClass, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- DisplayScriptService - Class in com.xpn.xwiki.script.display
-
Exposes Displayer
s to scripts.
- DisplayScriptService() - Constructor for class com.xpn.xwiki.script.display.DisplayScriptService
-
- displaySelectEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- displaySelectEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- displayTooltip(String) - Method in class com.xpn.xwiki.api.Document
-
Displays the tooltip of the given field.
- displayTooltip(String, Object) - Method in class com.xpn.xwiki.api.Document
-
Displays the tooltip of the given field of the given object.
- displayTooltip(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayTooltip(String, BaseObject, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayTreeSelectEdit(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
-
- DISPLAYTYPE_CHECKBOX - Static variable in class com.xpn.xwiki.objects.classes.ListClass
-
- DISPLAYTYPE_INPUT - Static variable in class com.xpn.xwiki.objects.classes.ListClass
-
- DISPLAYTYPE_RADIO - Static variable in class com.xpn.xwiki.objects.classes.ListClass
-
- DISPLAYTYPE_SELECT - Static variable in class com.xpn.xwiki.objects.classes.ListClass
-
- displayView(PropertyClass, String, Collection) - Method in class com.xpn.xwiki.api.Document
-
- displayView(PropertyClass, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- displayView(StringBuffer, String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayView(String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayView(String, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayView(String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayView(String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
-
- displayView(StringBuffer, String, String, BaseCollection, boolean, XWikiContext) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.StringClass
-
- displayView(StringBuffer, String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- displayView(StringBuffer, String, String, BaseCollection, boolean, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- doc - Variable in class com.xpn.xwiki.api.Document
-
The XWikiDocument object wrapped by this API.
- docId - Variable in class com.xpn.xwiki.doc.XWikiLock
-
- Document - Class in com.xpn.xwiki.api
-
This class represents a document or page in the wiki.
- Document(XWikiDocument, XWikiContext) - Constructor for class com.xpn.xwiki.api.Document
-
Document constructor.
- DocumentCommentedEventDescriptor - Class in com.xpn.xwiki.events
-
Descriptor for CommentAddedEvent
.
- DocumentCommentedEventDescriptor() - Constructor for class com.xpn.xwiki.events.DocumentCommentedEventDescriptor
-
Construct a DocumentCommentedEventDescriptor.
- DocumentCreatedEventDescriptor - Class in com.xpn.xwiki.events
-
- DocumentCreatedEventDescriptor() - Constructor for class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
-
Construct a DocumentCreatedEventDescriptor.
- DocumentDeletedEventDescriptor - Class in com.xpn.xwiki.events
-
- DocumentDeletedEventDescriptor() - Constructor for class com.xpn.xwiki.events.DocumentDeletedEventDescriptor
-
Construct a DocumentDeletedEventDescriptor.
- DocumentErrorHandler - Class in com.xpn.xwiki.doc
-
- DocumentErrorHandler() - Constructor for class com.xpn.xwiki.doc.DocumentErrorHandler
-
- DocumentFilter - Interface in com.xpn.xwiki.plugin.packaging
-
- DocumentInfo - Class in com.xpn.xwiki.plugin.packaging
-
- DocumentInfo(XWikiDocument) - Constructor for class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- DocumentInfoAPI - Class in com.xpn.xwiki.plugin.packaging
-
- DocumentInfoAPI(DocumentInfo, XWikiContext) - Constructor for class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- documentReference - Variable in class com.xpn.xwiki.objects.BaseElement
-
Reference to the document in which this element is defined (for elements where this make sense, for example for
an XClass or a XObject).
- DocumentRevisionExcepion - Exception in com.xpn.xwiki.doc
-
- DocumentRevisionExcepion(String) - Constructor for exception com.xpn.xwiki.doc.DocumentRevisionExcepion
-
Constructs a new exception with the specified detail message.
- DocumentRevisionExcepion(Throwable) - Constructor for exception com.xpn.xwiki.doc.DocumentRevisionExcepion
-
- DocumentRevisionExcepion(String, Throwable) - Constructor for exception com.xpn.xwiki.doc.DocumentRevisionExcepion
-
Constructs a new exception with the specified detail message and cause.
- DocumentRevisionProvider - Interface in com.xpn.xwiki.doc
-
Provide generic way of requesting a specific revision of a document from several sources (database, installed XAR
extension, etc.).
- DocumentSection - Class in com.xpn.xwiki.api
-
- DocumentSection(int, int, String, String) - Constructor for class com.xpn.xwiki.api.DocumentSection
-
- documentSheetBinder - Variable in class com.xpn.xwiki.doc.AbstractMandatoryDocumentInitializer
-
Used to associate a document with a document sheet.
- DocumentStats - Class in com.xpn.xwiki.stats.impl
-
The document statistics database object.
- DocumentStats() - Constructor for class com.xpn.xwiki.stats.impl.DocumentStats
-
- DocumentStats(String, String, Date, StatsUtil.PeriodType) - Constructor for class com.xpn.xwiki.stats.impl.DocumentStats
-
- DocumentStats.Property - Enum in com.xpn.xwiki.stats.impl
-
The properties of document statistics object.
- DocumentStatsStoreItem - Class in com.xpn.xwiki.stats.impl.xwiki
-
Store document statistics into the database.
- DocumentStatsStoreItem(String, Date, StatsUtil.PeriodType, String, boolean, XWikiContext) - Constructor for class com.xpn.xwiki.stats.impl.xwiki.DocumentStatsStoreItem
-
- DocumentUpdatedEventDescriptor - Class in com.xpn.xwiki.events
-
- DocumentUpdatedEventDescriptor() - Constructor for class com.xpn.xwiki.events.DocumentUpdatedEventDescriptor
-
Construct an DocumentUpdatedEventDescriptor.
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.xpn.xwiki.web.ActionFilter
-
- doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.xpn.xwiki.web.XWikiContextInitializationFilter
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class com.xpn.xwiki.web.HomePageRedirectServlet
-
- doInHibernate(Session) - Method in interface com.xpn.xwiki.store.XWikiHibernateBaseStore.HibernateCallback
-
- DoubleProperty - Class in com.xpn.xwiki.objects
-
- DoubleProperty() - Constructor for class com.xpn.xwiki.objects.DoubleProperty
-
- DownloadAction - Class in com.xpn.xwiki.web
-
The action for downloading attachments from the server.
- DownloadAction() - Constructor for class com.xpn.xwiki.web.DownloadAction
-
Default constructor.
- downloadAttachment(XWikiAttachment, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
-
Deprecated.
- downloadAttachment(XWikiAttachment, XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
-
Deprecated.
Plugin extension point allowing the plugin to perform modifications to an attachment when the user opens a
document attachment.
- downloadAttachment(XWikiAttachment, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
-
- DownloadRevAction - Class in com.xpn.xwiki.web
-
- DownloadRevAction() - Constructor for class com.xpn.xwiki.web.DownloadRevAction
-
- DROPPED_PERMISSIONS - Static variable in class com.xpn.xwiki.XWikiConstant
-
The context key which is used to signify that permissions have been dropped.
- dropPermissions() - Method in class com.xpn.xwiki.api.Context
-
After this is called: 1.
- dropPermissions() - Method in class com.xpn.xwiki.api.Document
-
Drop permissions for the remainder of the rendering cycle.
- dropPermissions() - Method in class com.xpn.xwiki.XWikiContext
-
Drop permissions for the remainder of the request cycle.
- duplicate(DocumentReference) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Duplicate this document and give it a new name.
- duplicate() - Method in class com.xpn.xwiki.objects.BaseObject
-
Similar to
BaseObject.clone()
but whereas a clone is an exact copy (with the same GUID), a duplicate keeps the same
data but with a different identity.
- duplicate(DocumentReference) - Method in class com.xpn.xwiki.objects.BaseObject
-
- duplicateXObjects(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- Duration - Class in com.xpn.xwiki.criteria.impl
-
Immutable duration for retrieving statistics.
- Duration(int, int, int, int) - Constructor for class com.xpn.xwiki.criteria.impl.Duration
-
Creates a duration by specifying a value for each of its fields.
- Duration(int, int, int, int, int) - Constructor for class com.xpn.xwiki.criteria.impl.Duration
-
Creates a duration by specifying a value for each of its fields.
- DurationFactory - Class in com.xpn.xwiki.criteria.impl
-
Helper factory class for creating Duration objects in velocity.
- DurationFactory() - Constructor for class com.xpn.xwiki.criteria.impl.DurationFactory
-
- dynamicMappingTableName(String) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
Return the name generated for a dynamic mapped object.
- gc() - Method in class com.xpn.xwiki.XWiki
-
- generateRandomString(int) - Method in class com.xpn.xwiki.api.Util
-
Generate a random string, containing only alpha-numeric characters.
- generateRandomString(int) - Method in class com.xpn.xwiki.XWiki
-
- generateTOC(String, int, int, boolean, XWikiContext) - Static method in class com.xpn.xwiki.util.TOCGenerator
-
- generateValidationKey(int) - Method in class com.xpn.xwiki.XWiki
-
- get(String) - Method in class com.xpn.xwiki.api.Class
-
- get(String) - Method in class com.xpn.xwiki.api.Context
-
Returns the value associated with the given key in the XWiki context.
- get(String) - Method in class com.xpn.xwiki.api.Document
-
- get(String) - Method in class com.xpn.xwiki.api.Object
-
Display the passed field.
- get(String) - Method in class com.xpn.xwiki.api.XWiki
-
Returns a plugin from the plugin API.
- get(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- get(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- get(String) - Method in class com.xpn.xwiki.objects.meta.MetaClass
-
- get(String) - Method in interface com.xpn.xwiki.objects.ObjectInterface
-
- get(String) - Method in class com.xpn.xwiki.script.display.DisplayScriptService
-
Gets a sub-service.
- get(AttachmentReference, Date, long, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinContentStore
-
- get(DocumentReference, long, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinContentStoreInterface
-
- get(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- get(String) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
- get(String, List<?>) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
Find a translation and then replace any parameters found in the translation by the passed params parameters.
- get(String, Object...) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
Find a translation and then replace any parameters found in the translation by the passed parameters.
- get(String) - Method in interface com.xpn.xwiki.web.XWikiRequest
-
- get(String) - Method in class com.xpn.xwiki.web.XWikiServletRequest
-
- get(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- get(Object) - Method in class com.xpn.xwiki.XWikiContext
-
- GET_ACTION - Static variable in class com.xpn.xwiki.web.GetAction
-
The identifier of the view action.
- getAbsoluteSize() - Method in class com.xpn.xwiki.criteria.impl.Range
-
- getAbsoluteStart() - Method in class com.xpn.xwiki.criteria.impl.Range
-
- getAction() - Method in class com.xpn.xwiki.api.Context
-
Returns the current action.
- getAction() - Method in class com.xpn.xwiki.monitor.api.MonitorData
-
- getAction() - Method in class com.xpn.xwiki.objects.ObjectDiff
-
- getAction() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- getAction() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- getAction() - Method in class com.xpn.xwiki.stats.impl.DocumentStats
-
- GetAction - Class in com.xpn.xwiki.web
-
Action used to get a resource that is a part of a page loaded asynchronously generally for performance reasons.
- GetAction() - Constructor for class com.xpn.xwiki.web.GetAction
-
Default constructor.
- getAction() - Method in class com.xpn.xwiki.XWikiContext
-
- getActionStatistics(String, Scope, Period, Duration) - Method in class com.xpn.xwiki.api.StatsService
-
Shows how the statistics for the specified action have evolved over the specified period of time.
- getActionStatistics(String, Scope, Period, Duration, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
Shows how the statistics for the specified action have evolved over the specified period of time.
- getActionStatistics(String, Scope, Period, Duration, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader
-
Shows how the statistics for the specified action have evolved over the specified period of time.
- getActionStatistics(String, Scope, Period, Duration, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getActiveClass() - Method in class com.xpn.xwiki.api.Document
-
- getActiveTimerData() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getAdClientId() - Method in class com.xpn.xwiki.api.XWiki
-
Returns the Advertisement client ID from the preferences
- getAdClientId(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAdType() - Method in class com.xpn.xwiki.api.XWiki
-
Returns the Advertisement system from the preferences
- getAdType(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAlgorithmFromPassword(String) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- getALL() - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
- getALL() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
- getALL_PAGES() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
- getALL_SPACES() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
- getALL_TIME() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- getALL_WIKIS() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
-
- getAllDeletedAttachments(XWikiAttachment, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinStore
-
Get all the deleted attachments from the database matching an attachment template (document name and filename).
- getAllDeletedAttachments(XWikiDocument, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinStore
-
Get all the deleted attachments for a given document.
- getAllDeletedAttachments(XWikiAttachment, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore
-
- getAllDeletedAttachments(XWikiDocument, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore
-
- getAllDeletedDocuments(XWikiDocument, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getAllDeletedDocuments(String, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getAllDeletedDocuments(String, boolean, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getAllDeletedDocuments(XWikiDocument, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- getAllDeletedDocuments(String, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- getAllDeletedDocuments(String, boolean, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- getAllDeletedDocumentsIds(XWikiContext, int) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getAllDeletedDocumentsIds(XWikiContext, int) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
Get all the deleted documents ID or a specified number.
- getAllGlobalGroups(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki.
- getAllGlobalGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki.
- getAllGlobalGroupsNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki.
- getAllGlobalGroupsNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki.
- getAllGlobalUsers(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki.
- getAllGlobalUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki.
- getAllGlobalUsersNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki.
- getAllGlobalUsersNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki.
- getAllGroups(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki and the current wiki.
- getAllGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki and the current wiki.
- getAllGroupsNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki and the current wiki.
- getAllGroupsNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki and the current wiki.
- getAllGroupsNamesForMember(String, int, int, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- getAllGroupsNamesForMember(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- getAllGroupsNamesForMember(String, int, int, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Get all groups containing provided member in the provided member wiki.
- getAllGroupsNamesForMember(String, int, int, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllGroupsReferencesForMember(DocumentReference, int, int, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Get all groups containing provided member in the current wiki.
- getAllGroupsReferencesForMember(DocumentReference, int, int, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllLocalGroups(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the current wiki.
- getAllLocalGroups() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the current wiki.
- getAllLocalGroupsNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the current wiki.
- getAllLocalGroupsNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the current wiki.
- getAllLocalUsers(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the current wiki.
- getAllLocalUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the current wiki.
- getAllLocalUsersNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the current wiki.
- getAllLocalUsersNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the current wiki.
- getAllMatchedGlobalGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki.
- getAllMatchedGlobalGroups(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki.
- getAllMatchedGlobalGroups(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki.
- getAllMatchedGlobalGroupsNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki.
- getAllMatchedGlobalGroupsNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki.
- getAllMatchedGlobalGroupsNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki.
- getAllMatchedGlobalUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki.
- getAllMatchedGlobalUsers(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki.
- getAllMatchedGlobalUsers(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki.
- getAllMatchedGlobalUsersNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki.
- getAllMatchedGlobalUsersNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki.
- getAllMatchedGlobalUsersNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki.
- getAllMatchedGlobalUsersOrGroups(boolean, Object[][], boolean, RequestLimit, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get all users or groups in the main wiki.
- getAllMatchedGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki and the current wiki.
- getAllMatchedGroups(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki and the current wiki.
- getAllMatchedGroups(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the main wiki and the current wiki.
- getAllMatchedGroups(Object[][], boolean, int, int, Object[][], XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Search for all groups with provided constraints and in a provided order.
- getAllMatchedGroups(Object[][], boolean, int, int, Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllMatchedGroupsNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki and the current wiki.
- getAllMatchedGroupsNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki and the current wiki.
- getAllMatchedGroupsNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the main wiki and the current wiki.
- getAllMatchedLocalGroups(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the current wiki.
- getAllMatchedLocalGroups(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the current wiki.
- getAllMatchedLocalGroups(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the current wiki.
- getAllMatchedLocalGroupsNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the current wiki.
- getAllMatchedLocalGroupsNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the current wiki.
- getAllMatchedLocalGroupsNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the current wiki.
- getAllMatchedLocalUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the current wiki.
- getAllMatchedLocalUsers(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the current wiki.
- getAllMatchedLocalUsers(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the current wiki.
- getAllMatchedLocalUsersNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the current wiki.
- getAllMatchedLocalUsersNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the current wiki.
- getAllMatchedLocalUsersNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the current wiki.
- getAllMatchedLocalUsersOrGroups(boolean, Object[][], boolean, RequestLimit, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get all users or groups in the current wiki.
- getAllMatchedMembersNamesForGroup(String, String, int, int, Boolean, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get members of provided group.
- getAllMatchedMembersNamesForGroup(String, String, int, int, Boolean) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
Get members of provided group.
- getAllMatchedMembersNamesForGroup(String, String, int, int, Boolean, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Get members of provided group.
- getAllMatchedMembersNamesForGroup(String, String, int, int, Boolean, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllMatchedUsers(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki and the current wiki.
- getAllMatchedUsers(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki and the current wiki.
- getAllMatchedUsers(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki and the current wiki.
- getAllMatchedUsers(Object[][], boolean, int, int, Object[][], XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Search for all users with provided constraints and in a provided order.
- getAllMatchedUsers(Object[][], boolean, int, int, Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllMatchedUsersNames(Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki and the current wiki.
- getAllMatchedUsersNames(Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki and the current wiki.
- getAllMatchedUsersNames(Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki and the current wiki.
- getAllMatchedUsersOrGroups(boolean, Object[][], boolean, RequestLimit, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get all users or groups in the main wiki and the current.
- getAllMatchedUsersOrGroups(boolean, Object[][], boolean, int, int, Object[][], XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
Search for all users or group with provided constraints and in a provided order.
- getAllMatchedWikiGroups(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the provided wiki.
- getAllMatchedWikiGroups(String, Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the provided wiki.
- getAllMatchedWikiGroups(String, Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the provided wiki.
- getAllMatchedWikiGroupsNames(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the provided wiki.
- getAllMatchedWikiGroupsNames(String, Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the provided wiki.
- getAllMatchedWikiGroupsNames(String, Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the provided wiki.
- getAllMatchedWikiUsers(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the provided wiki.
- getAllMatchedWikiUsers(String, Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the provided wiki.
- getAllMatchedWikiUsers(String, Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the provided wiki.
- getAllMatchedWikiUsersNames(String, Map<?, ?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the provided wiki.
- getAllMatchedWikiUsersNames(String, Map<?, ?>, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the provided wiki.
- getAllMatchedWikiUsersNames(String, Map<?, ?>, int, int, List<?>) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the provided wiki.
- getAllMatchedWikiUsersOrGroups(boolean, String, Object[][], boolean, RequestLimit, Object[][], XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
Get all users or groups in the provided wiki.
- getAllMatches(String, String, int) - Method in class com.xpn.xwiki.util.Util
-
- getAllMembersNamesForGroup(String, int, int, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- getAllMembersNamesForGroup(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- getAllMembersNamesForGroup(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- getAllMembersNamesForGroup(String, int, int, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
-
Get all members provided group contains.
- getAllMembersNamesForGroup(String, int, int, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getAllMigrations() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getAllMigrations() - Method in class com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager
-
- getAllUsers(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki and the current wiki.
- getAllUsers() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the main wiki and the current wiki.
- getAllUsersNames(int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki and the current wiki.
- getAllUsersNames() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the main wiki and the current wiki.
- getAllWikiGroups(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the provided wiki.
- getAllWikiGroups(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups in the provided wiki.
- getAllWikiGroupsNames(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the provided wiki.
- getAllWikiGroupsNames(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerGroupsApi
-
Get all groups names in the provided wiki.
- getAllWikiUsers(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the provided wiki.
- getAllWikiUsers(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users in the provided wiki.
- getAllWikiUsersNames(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the provided wiki.
- getAllWikiUsersNames(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerUsersApi
-
Get all users names in the provided wiki.
- getApplicationIcon() - Method in class com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
-
- getApplicationId() - Method in class com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
-
- getArchive() - Method in class com.xpn.xwiki.api.Document
-
- getArchive() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getArchive() - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
Get the archive if it is currently stored in RAM.
- getArchive(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
Get the archive, loading it from the database if necessary.
- getArchive(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- getArchive(XWikiContext) - Method in class com.xpn.xwiki.store.VoidAttachmentVersioningStore.VoidAttachmentArchive
-
- getArchiveAsString() - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
Get the archive if it is currently stored in RAM.
- getArchiveAsString(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
Get the archive, loading it from the database if necessary.
- getArchiveStore() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getArgs() - Method in exception com.xpn.xwiki.XWikiException
-
- getAsyncContext() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getAsyncContext() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getAttachment() - Method in class com.xpn.xwiki.api.Attachment
-
- getAttachment() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Access to the real attachment object.
- getAttachment(String) - Method in class com.xpn.xwiki.api.Document
-
- getAttachment() - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
- getAttachment() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- getAttachment(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachment() - Method in class com.xpn.xwiki.doc.XWikiDocument.XWikiAttachmentToRemove
-
- getAttachment_archive() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAttachment_content() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAttachmentArchive(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAttachmentContent(String, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getAttachmentContent(AttachmentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getAttachmentContent(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAttachmentDiff(Document, Document) - Method in class com.xpn.xwiki.api.Document
-
- getAttachmentDiff(XWikiDocument, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentList() - Method in class com.xpn.xwiki.api.Document
-
- getAttachmentList() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentRecycleBinContentStore(String) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore
-
- getAttachmentRecycleBinStore() - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentReference() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getAttachmentReferences(DocumentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getAttachmentRevision(String) - Method in class com.xpn.xwiki.api.Attachment
-
Allow to easily access any revision of an attachment.
- getAttachmentRevision(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAttachmentRevisionURL(String, String) - Method in class com.xpn.xwiki.api.Document
-
Get an old revision of an attachment.
- getAttachmentRevisionURL(String, String, String) - Method in class com.xpn.xwiki.api.Document
-
Get an old revision of an attachment.
- getAttachmentRevisionURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentRevisionURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentRevisionURL(AttachmentReference, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentStore(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentStore() - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentsToRemove() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentURL(String) - Method in class com.xpn.xwiki.api.Document
-
Return the relative URL of download for the the given attachment name.
- getAttachmentURL(String, String) - Method in class com.xpn.xwiki.api.Document
-
Get the relative URL of the given action for the the given attachment name.
- getAttachmentURL(String, String, String) - Method in class com.xpn.xwiki.api.Document
-
Get the relative URL of an action on an attachment.
- getAttachmentURL(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve the URL of an attached file in a Wiki Document The URL is generated differently depending on the
environment (Servlet, Portlet, PDF, etc..) The URL generation can be modified by implementing a new
XWikiURLFactory object For compatibility with any target environment (and especially the portlet environment) It
is important to always use the URL functions to generate URL and never hardcode URLs
- getAttachmentURL(String, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getAttachmentURL(AttachmentReference, boolean) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getAttachmentURL(AttachmentReference, String, boolean) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getAttachmentURL(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAttachmentURL(AttachmentReference, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentURL(AttachmentReference, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getAttachmentURLs(DocumentReference, boolean) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getAttachmentVersion(AttachmentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getAttachmentVersioningStore() - Method in class com.xpn.xwiki.XWiki
-
- getAttribute(String) - Method in class com.xpn.xwiki.render.ScriptHttpSession
- getAttribute(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getAttribute(String) - Method in interface com.xpn.xwiki.web.XWikiEngineContext
-
- getAttribute(String) - Method in class com.xpn.xwiki.web.XWikiServletContext
-
- getAttribute(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getAttributeNames() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getAttributeNames() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getAttributeNames() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getAuthenticator(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
-
- getAuthManager() - Method in class com.xpn.xwiki.web.CreateActionRequestHandler
-
- getAuthor() - Method in class com.xpn.xwiki.api.Attachment
-
- getAuthor() - Method in class com.xpn.xwiki.api.Document
-
Get fullName of the profile document of the author of the current version of the document.
- getAuthor() - Method in class com.xpn.xwiki.api.RevisionInfo
-
- getAuthor() - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteria
-
- getAuthor() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- getAuthor() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAuthor() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAuthorizationManager() - Method in class com.xpn.xwiki.api.Api
-
- getAuthorName() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getAuthorName() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getAuthorReference() - Method in class com.xpn.xwiki.api.Document
-
- getAuthorReference() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getAuthorReference() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getAuthorReference() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getAuthorReference() - Method in class com.xpn.xwiki.XWikiContext
-
- getAuthService(XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.GroovyAuthServiceImpl
-
- getAuthService() - Method in class com.xpn.xwiki.XWiki
-
- getAuthType() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getAuthType() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getAvailableLocales() - Method in class com.xpn.xwiki.api.XWiki
-
Get the available locales according to the preferences.
- getAvailableLocales(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Get the available locales according to the preferences.
- getAvailableRendererSyntax(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Find the corresponding available renderer syntax.
- getAvailableTemplateProviders() - Method in class com.xpn.xwiki.web.CreateActionRequestHandler
-
- getBackLinkedPages(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getBackLinkedReferences() - Method in class com.xpn.xwiki.api.Document
-
Retrieve the references of the page containing a link to the current page.
- getBackLinkedReferences(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Get the wiki document references pointing to this document.
- getBacklinks() - Method in class com.xpn.xwiki.api.Document
-
- getBackLinkStatistics(String, Scope, Period, Range) - Method in class com.xpn.xwiki.api.StatsService
-
Retrieves back-link statistics.
- getBackLinkStatistics(String, Scope, Period, Range, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
Retrieves back-link statistics.
- getBackLinkStatistics(String, Scope, Period, Range, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader
-
Retrieves back-link statistics.
- getBackLinkStatistics(String, Scope, Period, Range, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getBaseClass() - Method in class com.xpn.xwiki.api.Class
-
- getBaseClass(DocumentReference) - Method in class com.xpn.xwiki.XWikiContext
-
- getBaseElement() - Method in class com.xpn.xwiki.api.Element
-
- getBaseObject() - Method in class com.xpn.xwiki.api.Object
-
- getBaseProperty() - Method in class com.xpn.xwiki.api.Property
-
- getBasePropertyClass() - Method in class com.xpn.xwiki.api.PropertyClass
-
- getBaseSkin() - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve the current skin for this request and user.
- getBaseSkin(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getBaseSkin(XWikiContext, boolean) - Method in class com.xpn.xwiki.XWiki
-
- getBaseSkin(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getBaseStore() - Method in class com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager
-
- getBatchId() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getBatchId() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getBufferAsByteArray() - Method in class com.xpn.xwiki.web.includeservletasstring.BufferedResponse
-
- getBufferSize() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getBufferSize() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getByValue(String) - Static method in enum com.xpn.xwiki.objects.classes.TextAreaClass.ContentType
-
- getByValue(String) - Static method in enum com.xpn.xwiki.objects.classes.TextAreaClass.EditorType
-
- getCache() - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getCachedDBList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getCachedDBTreeList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
-
Get the ordered list of tree nodes that is currently cached, if any.
- getCachedDefaultCustomDisplayer(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Returns the current cached default custom displayer for the PropertyClass.
- getCacheDuration() - Method in class com.xpn.xwiki.api.Context
-
Returns the amount of time this document should be cached.
- getCacheDuration() - Method in class com.xpn.xwiki.XWikiContext
-
- getCharacterEncoding() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getCharacterEncoding() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getCharacterEncoding() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getCharacterEncoding() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getCharset() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getChildren() - Method in class com.xpn.xwiki.api.Document
-
Get document children.
- getChildren(int, int) - Method in class com.xpn.xwiki.api.Document
-
Get document children.
- getChildren(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getChildren(int, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getChildrenReferences() - Method in class com.xpn.xwiki.api.Document
-
Get document children references.
- getChildrenReferences(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Returns a list of references of all documents which list this document as their parent, in the current wiki.
- getChildrenReferences(int, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Returns a list of references of all documents which list this document as their parent, in the current wiki.
- getClass(String) - Method in class com.xpn.xwiki.api.XWiki
-
Get the XWiki Class object defined in the passed Document name.
- getClass(EntityReference) - Method in class com.xpn.xwiki.api.XWiki
-
Get the XWiki Class object defined in the passed Document name.
- getClass(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getClassDiff(Document, Document) - Method in class com.xpn.xwiki.api.Document
-
- getClassDiff(XWikiDocument, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getClassId() - Method in class com.xpn.xwiki.web.ObjectRemoveForm
-
- getClassList() - Method in class com.xpn.xwiki.api.XWiki
-
Get the list of available classes in the wiki
- getClassList(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getClassList(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- getClassList(XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- getClassList(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getClassName() - Method in class com.xpn.xwiki.api.PropertyClass
-
Get the name of the
XClass
(Object Definition) this property definition belongs
to.
- getClassName() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getClassname() - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getClassName() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- getClassName() - Method in class com.xpn.xwiki.objects.ObjectDiff
-
- getClassName() - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
-
- getClassName() - Method in class com.xpn.xwiki.web.ObjectAddForm
-
- getClassSheets(Document) - Method in class com.xpn.xwiki.script.sheet.SheetScriptService
-
Retrieves the list of sheets explicitly bound to a XWiki class.
- getClassType() - Method in class com.xpn.xwiki.api.PropertyClass
-
Each type of XClass property is identified by a string that specifies the data type of the property value (e.g.
- getClassType() - Method in class com.xpn.xwiki.objects.BaseProperty
-
- getClassType() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Each type of XClass property is identified by a string that specifies the data type of the property value (e.g.
- getClientIP(HttpServletRequest) - Method in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
-
Returns the original client IP.
- getCode() - Method in exception com.xpn.xwiki.XWikiException
-
- getCollection() - Method in class com.xpn.xwiki.api.Collection
-
- getColumnsForSelectStatement(String) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- getComment() - Method in class com.xpn.xwiki.api.Attachment
-
- getComment() - Method in class com.xpn.xwiki.api.Document
-
- getComment() - Method in class com.xpn.xwiki.api.RevisionInfo
-
- getComment() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getComment() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- getComment() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getComment() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getComment() - Method in class com.xpn.xwiki.web.EditForm
-
- getComments() - Method in class com.xpn.xwiki.api.Document
-
- getComments(boolean) - Method in class com.xpn.xwiki.api.Document
-
- getComments() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getComments(boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getCommentsClass(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getComponent(Class<T>, String) - Static method in class com.xpn.xwiki.web.Utils
-
- getComponent(Class<T>) - Static method in class com.xpn.xwiki.web.Utils
-
- getComponent(Type, String) - Static method in class com.xpn.xwiki.web.Utils
-
- getComponent(Type) - Static method in class com.xpn.xwiki.web.Utils
-
- getComponentList(Class<T>) - Static method in class com.xpn.xwiki.web.Utils
-
- getComponentManager() - Static method in class com.xpn.xwiki.web.Utils
-
- getComputedValue(String, String, BaseCollection, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ComputedFieldClass
-
Computes and returns the raw value of this property for a given object.
- getConfig() - Method in class com.xpn.xwiki.XWiki
-
- getConfigPath() - Static method in class com.xpn.xwiki.XWiki
-
- getConfiguration() - Method in class com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory
-
Deprecated.
- getConfiguration() - Method in interface com.xpn.xwiki.store.hibernate.HibernateSessionFactory
-
Deprecated.
- getConfiguration() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getConfirm() - Method in class com.xpn.xwiki.web.RollbackForm
-
- getConnection() - Method in class com.xpn.xwiki.store.DBCPConnectionProvider
-
- getConnections() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getContent() - Method in class com.xpn.xwiki.api.Attachment
-
- getContent() - Method in class com.xpn.xwiki.api.Document
-
Get raw content of the document, i.e.
- getContent() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getContent() - Method in class com.xpn.xwiki.doc.rcs.XWikiPatch
-
- getContent(XWikiContext) - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- getContent(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getContent() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- getContent() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContent(XWikiDocument, StringBuffer) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- getContent() - Method in class com.xpn.xwiki.web.EditForm
-
- getContent(List<FileItem>, String) - Static method in class com.xpn.xwiki.web.Utils
-
Get the content of an uploaded file, corresponding to the specified form field.
- getContentAsBytes() - Method in class com.xpn.xwiki.api.Attachment
-
- getContentAsString() - Method in class com.xpn.xwiki.api.Attachment
-
- getContentAsString(String) - Method in class com.xpn.xwiki.api.Attachment
-
- getContentAsString() - Method in interface com.xpn.xwiki.doc.DeletedAttachmentContent
-
- getContentAsString() - Method in interface com.xpn.xwiki.doc.XWikiDeletedDocumentContent
-
- getContentAuthor() - Method in class com.xpn.xwiki.api.Document
-
Get fullName of the profile document of the author of the content modification of this document version.
- getContentAuthor() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContentAuthorReference() - Method in class com.xpn.xwiki.api.Document
-
- getContentAuthorReference() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getContentAuthorReference() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContentDiff(Document, Document) - Method in class com.xpn.xwiki.api.Document
-
- getContentDiff(XWikiDocument, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContentDiff(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContentDiff(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContentInputStream() - Method in class com.xpn.xwiki.api.Attachment
-
- getContentInputStream(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
Retrieve the content of this attachment as an input stream.
- getContentInputStream() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- getContentLength() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getContentLength() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getContentLengthLong() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getContentLengthLong() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getContentLongSize(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getContentOfSection(int) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Return the content of a section.
- getContentOutputStream() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
Set the content of the attachment by writing to a provided OutputStream.
- getContentsAsByteArray() - Method in class com.xpn.xwiki.web.includeservletasstring.BufferOutputStream
-
- getContentSize(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getContentStore() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getContentStore() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getContentType(TextAreaClass.EditorType, TextAreaClass.ContentType) - Static method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- getContentType() - Method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- getContentType() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getContentType() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getContentType() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getContentType() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getContentUpdateDate() - Method in class com.xpn.xwiki.api.Document
-
Get the date when the content modification has been done on this document version.
- getContentUpdateDate() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getContentUpdateDate() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getContext() - Method in class com.xpn.xwiki.api.Context
-
Returns the XWiki context.
- getContext() - Method in class com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor
-
- getContext() - Static method in class com.xpn.xwiki.web.Utils
-
Helper method for obtaining a valid xcontext from the execution context.
- getContextComponentManager() - Static method in class com.xpn.xwiki.web.Utils
-
- getContextPath() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getContextPath() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getContextPath() - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
Returns the part of the URL identifying the web application.
- getContextualAuthorizationManager() - Method in class com.xpn.xwiki.api.Api
-
- getContextualAuthorizationManager() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getConvertingUserNameType(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getCookie() - Method in class com.xpn.xwiki.stats.impl.VisitStats
-
- getCookie(String, XWikiContext) - Static method in class com.xpn.xwiki.util.Util
-
- getCookie(String, HttpServletRequest) - Static method in class com.xpn.xwiki.util.Util
-
- getCookie(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getCookie(String) - Method in interface com.xpn.xwiki.web.XWikiRequest
-
- getCookie(String) - Method in class com.xpn.xwiki.web.XWikiServletRequest
-
- getCookie(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getCookieDomains(XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
-
- getCookieExpirationDate() - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
-
- getCookiePrefix() - Method in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
-
- getCookies() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getCookies() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getCounter(String) - Method in class com.xpn.xwiki.api.XWiki
-
Provides an absolute counter
- getCreationDate() - Method in class com.xpn.xwiki.api.Document
-
- getCreationDate() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getCreationDate() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getCreationTime() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getCreator() - Method in class com.xpn.xwiki.api.Document
-
Get fullName of the profile document of the document creator.
- getCreator() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getCreator() - Method in class com.xpn.xwiki.web.EditForm
-
- getCreator() - Method in class com.xpn.xwiki.web.PrepareEditForm
-
- getCreatorReference() - Method in class com.xpn.xwiki.api.Document
-
- getCreatorReference() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getCreatorReference() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getCriteriaService() - Method in class com.xpn.xwiki.api.XWiki
-
API to get the xwiki criteria service which allow to create various criteria : integer ranges, date periods, date
intervals, etc.
- getCriteriaService(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getCryptAlgorithm() - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- getCurrentAuthorReference() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getCurrentContentSyntaxId() - Method in class com.xpn.xwiki.api.XWiki
-
Get the syntax of the content currently being executed.
- getCurrentContentSyntaxId(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Get the syntax of the content currently being executed.
- getCurrentContentSyntaxId(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Get the syntax of the content currently being executed.
- getCurrentDay() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- getCurrentDBVersion() - Method in class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
-
- getCurrentDocumentReference() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getCurrentInitializerJobStatus() - Method in class com.xpn.xwiki.api.XWiki
-
- getCurrentMixedDocumentReferenceResolver() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getCurrentMonth() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- getCurrentMonthPageStats(String) - Method in class com.xpn.xwiki.api.Document
-
Get statistics about the number of request for the current page during the current month.
- getCurrentMonthRefStats() - Method in class com.xpn.xwiki.api.Document
-
Get referer statistics for the current document during the current month.
- getCurrentMonthSpaceStats(String) - Method in class com.xpn.xwiki.api.Document
-
Get statistics about the number of request for the current space during the current month.
- getCurrentReferenceDocumentReferenceResolver() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getCurrentScriptContext() - Method in class com.xpn.xwiki.web.CreateActionRequestHandler
-
- getCurrentScriptContext() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getCurrentUser() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getCurrentUserReference() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getCurrentVelocityContext() - Method in class com.xpn.xwiki.render.DefaultVelocityManager
-
- getCurrentWeek() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- getCurrentWiki() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getCurrentYear() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
-
- getCustomClass() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getCustomClass() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getCustomClass() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getCustomDisplay() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- getCustomMapping() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getCustomMappingFiles() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getCustomMappingMap() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getCustomMappingPropertyList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getCustomMappingPropertyList(BaseClass) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getCustomMappingPropertyList(BaseClass) - Method in class com.xpn.xwiki.store.XWikiDefaultStore
-
- getCustomMappingPropertyList(BaseClass) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- getCustomMappingPropertyList(BaseClass) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
- getCustomMappingValue() - Method in class com.xpn.xwiki.objects.BaseProperty
-
- getCustomMappingValue() - Method in class com.xpn.xwiki.objects.StringListProperty
-
- getDatabase() - Method in class com.xpn.xwiki.api.Context
-
Returns the current database name.
- getDatabase() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDatabase() - Method in class com.xpn.xwiki.XWiki
-
- getDatabase() - Method in class com.xpn.xwiki.XWikiContext
-
- getDatabaseMetaData() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
Retrieve metadata about the database used (name, version, etc).
- getDatabaseProductName() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
Retrieve the current database product name.
- getDatabaseProductName(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getDataMigrationStatus() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getDataMigrationStatus() - Method in interface com.xpn.xwiki.store.migration.DataMigrationManager
-
- getDate() - Method in class com.xpn.xwiki.api.Attachment
-
- getDate() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Retrieve the date and time this attachment has been deleted.
- getDate() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDate() - Method in class com.xpn.xwiki.api.Document
-
- getDate() - Method in class com.xpn.xwiki.api.RevisionInfo
-
- getDate() - Method in class com.xpn.xwiki.api.Util
-
- getDate(long) - Method in class com.xpn.xwiki.api.Util
-
- getDate() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getDate() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getDate() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- getDate() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getDate() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getDate() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDate() - Method in class com.xpn.xwiki.doc.XWikiLock
-
- getDateFormat() - Method in class com.xpn.xwiki.objects.classes.DateClass
-
- getDateHeader(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getDateHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getDateValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getDAY() - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
- getDays() - Method in class com.xpn.xwiki.criteria.impl.Duration
-
- getDBList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getDBVersion() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getDBVersion() - Method in interface com.xpn.xwiki.store.migration.DataMigrationManager
-
- getDBVersion() - Method in interface com.xpn.xwiki.store.migration.DataMigrationStatus
-
- getDBVersionFromConfig() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
read data version from xwiki.cfg.
- getDBVersionFromDatabase() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
Read data version from database.
- getDBVersionFromDatabase() - Method in class com.xpn.xwiki.store.migration.hibernate.HibernateDataMigrationManager
-
- getDefaultAttachmentArchiveStore() - Method in class com.xpn.xwiki.XWiki
-
- getDefaultAttachmentContentStore() - Method in class com.xpn.xwiki.XWiki
-
- getDefaultBaseSkin(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDefaultCustomDisplayer(String, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Method to find the default custom displayer to use for a specific Property Class.
- getDefaultDocumentSyntax() - Method in class com.xpn.xwiki.api.XWiki
-
- getDefaultDocumentSyntax() - Method in interface com.xpn.xwiki.CoreConfiguration
-
- getDefaultDocumentSyntax() - Method in class com.xpn.xwiki.XWiki
-
- getDefaultEditMode() - Method in class com.xpn.xwiki.api.Document
-
Gets the default edit mode for this document.
- getDefaultEditMode(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Gets the default edit mode for this document.
- getDefaultEditSheet() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getDefaultEditURL() - Method in class com.xpn.xwiki.api.Document
-
- getDefaultEditURL(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDefaultEncoding() - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDefaultException() - Static method in exception com.xpn.xwiki.plugin.rightsmanager.RightsManagerException
-
- getDefaultLanguage() - Method in class com.xpn.xwiki.api.Document
-
- getDefaultLanguage() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDefaultLanguage() - Method in class com.xpn.xwiki.web.EditForm
-
- getDefaultLanguage() - Method in class com.xpn.xwiki.web.PrepareEditForm
-
- getDefaultLanguage(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDefaultLocale() - Method in class com.xpn.xwiki.api.Document
-
- getDefaultLocale() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getDefaultLocale() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDefaultLocale(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
The default locale in the preferences.
- getDefaultPage(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDefaultSpace(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDefaultTemplate() - Method in class com.xpn.xwiki.api.Document
-
TODO document this or mark it deprecated
- getDefaultTemplate() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getDefaultTemplate() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDefaultTemplate() - Method in class com.xpn.xwiki.web.EditForm
-
- getDefaultTemplate() - Method in class com.xpn.xwiki.web.PrepareEditForm
-
- getDefaultURL(String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
-
- getDefaultValue() - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- getDefaultValue() - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- getDefaultViewSheet() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getDefaultWeb() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getDefinition() - Method in class com.xpn.xwiki.objects.meta.PropertyMetaClass
-
- getDeletedAttachment() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Privileged access to the internal object wrapped by this API.
- getDeletedAttachment(String) - Method in class com.xpn.xwiki.api.XWiki
-
Retrieve a specific attachment from the trash.
- getDeletedAttachment(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinStore
-
Returns a
handler
for a deleted attachment.
- getDeletedAttachment(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.hibernate.HibernateAttachmentRecycleBinStore
-
- getDeletedAttachment(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Retrieve a specific attachment from the trash.
- getDeletedAttachments(String) - Method in class com.xpn.xwiki.api.XWiki
-
Retrieve all the deleted attachments that belonged to a certain document.
- getDeletedAttachments(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Retrieve all the deleted attachments that belonged to a certain document and had the specified name.
- getDeletedAttachments(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Retrieve all the deleted attachments that belonged to a certain document.
- getDeletedAttachments(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Retrieve all the deleted attachments that belonged to a certain document and had the specified name.
- getDeletedDocument() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDeletedDocument(String, String, String) - Method in class com.xpn.xwiki.api.XWiki
-
- getDeletedDocument(String) - Method in class com.xpn.xwiki.api.XWiki
-
- getDeletedDocument(XWikiDocument, long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getDeletedDocument(long, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateRecycleBinStore
-
- getDeletedDocument(XWikiDocument, long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- getDeletedDocument(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
-
- getDeletedDocument(String, String, int, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDeletedDocument(long, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDeletedDocuments(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
- getDeletedDocuments(String) - Method in class com.xpn.xwiki.api.XWiki
-
- getDeletedDocuments(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDeletedDocuments(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDeletedNodeInfo() - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- getDeleter() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Retrieve the name of the user who deleted this attachment.
- getDeleter() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDeleter() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getDeleter() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getDeleterReference() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDeleterReference() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getDeltas(Revision) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDeprecatedObjectProperties(Object) - Method in class com.xpn.xwiki.api.Class
-
Retrieves deprecated properties of the given object compared to the class.
- getDeprecatedObjectProperties(BaseObject) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
Retrieves deprecated properties of the given object compared to the class.
- getDeprecatedObjectPropertyNames(Object) - Method in class com.xpn.xwiki.api.Class
-
Get the names of deprecated properties of the given object compared to the class.
- getDescription() - Method in class com.xpn.xwiki.export.html.HtmlPackager
-
- getDescription() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getDescription() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getDescription() - Method in interface com.xpn.xwiki.store.migration.DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.LegacyDataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R1008010XWIKI10092DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R1138000XWIKI16709DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R130200000XWIKI17200DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R130200001XWIKI18429DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R15428XWIKI2977DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R35100XWIKI7564DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R35101XWIKI7645DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R35102XWIKI7771DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R40000XWIKI6990DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R42000XWIKI7726DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R43000XWIKI6691DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R4340XWIKI883DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R4359XWIKI1459DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R54600TranslationDataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R6079XWIKI1878DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R6405XWIKI1933DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R72000XWIKI12153DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R72001XWIKI12228DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R73000XWIKI12277DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R7350XWIKI2079DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R90000XWIKI13474DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R911000XWIKI14889DataMigration
-
- getDescription() - Method in class com.xpn.xwiki.store.migration.hibernate.R911001XWIKI14895DataMigration
-
- getDetails() - Method in class com.xpn.xwiki.monitor.api.MonitorTimer
-
- getDialect() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getDiff(Object[], Object[]) - Static method in class com.xpn.xwiki.doc.rcs.XWikiPatchUtils
-
- getDiff(String, String) - Static method in class com.xpn.xwiki.doc.rcs.XWikiPatchUtils
-
- getDiff(Object, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getDiff(Object, XWikiContext) - Method in class com.xpn.xwiki.objects.BaseObject
-
- getDiff(Object, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getDirectoryForDocument(XWikiDocument) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
Generate a relative path based on provided document for the directory where the document should be stored.
- getDisabledObjectProperties(Object) - Method in class com.xpn.xwiki.api.Class
-
Get the list of disabled properties that exist in a given object.
- getDisabledObjectProperties(BaseObject) - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
Get the list of disabled properties that exist in a given object.
- getDisabledObjectPropertyNames(Object) - Method in class com.xpn.xwiki.api.Class
-
Get the names of the class properties that are disabled, and exist in the given object.
- getDisabledProperties() - Method in class com.xpn.xwiki.api.Class
-
Get the list of disabled property definitions that exist in this class.
- getDisabledProperties() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
Get the list of disabled property definitions that exist in this class.
- getDisabledPropertyNames() - Method in class com.xpn.xwiki.api.Class
-
Get the names of the class properties that are disabled.
- getDispatcherType() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getDispatcherType() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getDisplayedFields() - Method in class com.xpn.xwiki.api.Context
-
Returns the list with the currently displayed fields.
- getDisplayedFields() - Method in class com.xpn.xwiki.XWikiContext
-
- getDisplayFormType() - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- getDisplayTitle() - Method in class com.xpn.xwiki.api.Document
-
Get document title.
- getDisplayType() - Method in class com.xpn.xwiki.objects.classes.BooleanClass
-
- getDisplayType() - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- getDisplayValue(String, String, Map<String, ListItem>, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
Search for an internationalizable display text for the current value.
- getDisplayValue(Object, String, Map<String, ListItem>, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
Search for an internationalizable display text for the current value.
- getDoc() - Method in class com.xpn.xwiki.api.Context
-
Returns the current requested document.
- getDoc() - Method in class com.xpn.xwiki.api.Document
-
Get a clone of the XWikiDocument wrapped by this API.
- getDoc() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getDoc() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- getDoc() - Method in class com.xpn.xwiki.XWikiContext
-
- getDocDayStats(String, String, Date, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
- getDocDayStats(String, String, Date, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getDocId() - Method in class com.xpn.xwiki.api.Attachment
-
- getDocId() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getDocId() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeId
-
- getDocId() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getDocId() - Method in class com.xpn.xwiki.doc.XWikiLink
-
- getDocId() - Method in class com.xpn.xwiki.doc.XWikiLock
-
- getDocInfo() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- getDocLanguagePreferenceNew(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocLocalePreferenceNew(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocMonthStats(String, String, Date, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
- getDocMonthStats(String, String, Date, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader
-
- getDocMonthStats(String, String, Date, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getDocName() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Retrieve the name of the document this attachment belonged to.
- getDocName() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getDocTotalStats(String, String, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
- getDocTotalStats(String, String, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getDocument() - Method in class com.xpn.xwiki.api.Attachment
-
- getDocument() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDocument() - Method in class com.xpn.xwiki.api.Document
-
Get the XWikiDocument wrapped by this API.
- getDocument(String) - Method in class com.xpn.xwiki.api.XWiki
-
Loads an Document from the database.
- getDocument(DocumentReference) - Method in class com.xpn.xwiki.api.XWiki
-
Loads a Document from the database.
- getDocument(EntityReference) - Method in class com.xpn.xwiki.api.XWiki
-
Loads a Document from the store.
- getDocument(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Loads an Document from the database.
- getDocument(Document, String) - Method in class com.xpn.xwiki.api.XWiki
-
Load a specific revision of a document
- getDocument(DocumentReference, String) - Method in class com.xpn.xwiki.api.XWiki
-
Load a specific revision of a document
- getDocument(String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocument(DocumentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocument() - Method in class com.xpn.xwiki.job.JobRequestContext
-
Deprecated.
- getDocument(EntityReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Loads a XWikiDocument from the store.
- getDocument(String, EntityType, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Loads a XWikiDocument from the store.
- getDocument(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(DocumentReference, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(XWikiDocument, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(PageReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocument(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocumentArchive() - Method in class com.xpn.xwiki.api.Document
-
Get the archive of this document's history.
- getDocumentArchive() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getDocumentArchive(XWikiContext) - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getDocumentArchive(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDocumentArchive() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDocumentAsAuthor(String) - Method in class com.xpn.xwiki.api.XWiki
-
Loads an Document from the database.
- getDocumentAsAuthor(DocumentReference) - Method in class com.xpn.xwiki.api.XWiki
-
Loads an Document from the database.
- getDocumentBundle(String) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
Helper method to help get a translated version of a document.
- getDocumentBundleNames() - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
- getDocumentBundleProperties(XWikiDocument) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
- getDocumentBundles() - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
- getDocumentBundles(String, String) - Method in class com.xpn.xwiki.web.XWikiMessageTool
-
Deprecated.
Helper method to help get a translated version of a document.
- getDocumentContent(String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocumentContent(DocumentReference, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentContent(String, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocumentContentForDefaultLanguage(DocumentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentContentForDefaultLanguage(String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocumentInstance(DocumentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentInstance(EntityReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentReference() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getDocumentReference() - Method in class com.xpn.xwiki.api.Document
-
returns the DocumentReference for the current document
- getDocumentReference() - Method in class com.xpn.xwiki.api.Element
-
- getDocumentReference() - Method in class com.xpn.xwiki.doc.AbstractMandatoryDocumentInitializer
-
- getDocumentReference(EntityReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentReference() - Method in interface com.xpn.xwiki.doc.MandatoryDocumentInitializer
-
- getDocumentReference() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getDocumentReference() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDocumentReference() - Method in class com.xpn.xwiki.job.JobRequestContext
-
Deprecated.
- getDocumentReference() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getDocumentReference() - Method in interface com.xpn.xwiki.objects.ElementInterface
-
- getDocumentReference(EntityReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Find the document reference corresponding to the entity reference based on what exist in the database (page
reference can means two different documents for example).
- getDocumentReference(XWikiRequest, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getDocumentReferenceWithLocale() - Method in class com.xpn.xwiki.api.Document
-
- getDocumentReferenceWithLocale() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getDocumentRevision(String) - Method in class com.xpn.xwiki.api.Document
-
Allow to easily access any revision of a document
- getDocuments(DocumentReference) - Method in class com.xpn.xwiki.script.sheet.SheetScriptService
-
Retrieves the list of documents that have explicitly bound the specified sheet.
- getDocumentSection(int) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Return a Document section with parameter is sectionNumber.
- getDocumentSheets(Document) - Method in class com.xpn.xwiki.script.sheet.SheetScriptService
-
Retrieves the list of sheets explicitly bound to a XWiki document.
- getDocumentStatistics(String, Scope, Period, Range) - Method in class com.xpn.xwiki.api.StatsService
-
Retrieves document statistics.
- getDocumentStatistics(String, Scope, Period, Range, XWikiContext) - Method in interface com.xpn.xwiki.stats.api.XWikiStatsService
-
Retrieves document statistics.
- getDocumentStatistics(String, Scope, Period, Range, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader
-
Retrieves document statistics.
- getDocumentStatistics(String, Scope, Period, Range, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getDocumentSyntaxId(String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
Deprecated.
- getDocumentURL(DocumentReference, String, String, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentURL(DocumentReference, String, String, String, boolean) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentURL(EntityReference, String, String, String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDocumentURL(EntityReference, String, String, String, boolean) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
-
- getDOMDocument() - Method in class com.xpn.xwiki.util.Util
-
API to get a new DOM document
- getDOMForString(String) - Method in class com.xpn.xwiki.util.Util
-
API to obtain a DOM document for the specified string
- getDoubleValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getDownloads() - Method in class com.xpn.xwiki.stats.impl.VisitStats
-
- getDuration() - Method in class com.xpn.xwiki.monitor.api.MonitorData
-
- getDuration(String) - Method in class com.xpn.xwiki.monitor.api.MonitorData
-
- getDuration() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getDuration(String) - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getDuration() - Method in class com.xpn.xwiki.monitor.api.MonitorTimer
-
- getDuration() - Method in class com.xpn.xwiki.monitor.api.MonitorTimerSummary
-
- getDurationFactory() - Method in class com.xpn.xwiki.api.CriteriaService
-
- getDurationFactory() - Method in interface com.xpn.xwiki.criteria.api.XWikiCriteriaService
-
- getDurationFactory() - Method in class com.xpn.xwiki.criteria.impl.XWikiCriteriaServiceImpl
-
- getEditModeClass(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
Verify if the XWiki.EditModeClass
page exists and that it contains all the required configuration
properties to make the edit mode feature work properly.
- getEditor() - Method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- getEditorPreference() - Method in class com.xpn.xwiki.api.XWiki
-
Retrieves the current editor preference for the request The preference is first looked up in the user preference
and then in the space and wiki preference
- getEditorPreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getEditorType(TextAreaClass.ContentType, TextAreaClass.EditorType) - Static method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- getEditorType(String, TextAreaClass.EditorType) - Static method in class com.xpn.xwiki.objects.classes.TextAreaClass
-
- getEditorWysiwyg() - Method in class com.xpn.xwiki.api.Context
-
- getEditorWysiwyg() - Method in class com.xpn.xwiki.XWikiContext
-
- getEditURL(String, String) - Method in class com.xpn.xwiki.api.Document
-
- getEditURL(String, String, String) - Method in class com.xpn.xwiki.api.Document
-
- getEditURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getEditURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getElement(Element, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getElements() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getElements() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getElementText(Element, String) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getElementText(Element, String, String) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getElementValue(Object) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
If the list is populated with value=name pairs selected from the database, then return only the value.
- getEmail() - Method in class com.xpn.xwiki.api.User
-
API to retrieve the e-mail address of this user.
- getEmptyIsToday() - Method in class com.xpn.xwiki.objects.classes.DateClass
-
- getEnabledProperties() - Method in class com.xpn.xwiki.api.Class
-
Get the list of enabled (the default, normal state) property definitions that exist in this class.
- getEnabledProperties() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
Get the list of enabled (the default, normal state) property definitions that exist in this class.
- getEnabledPropertyNames() - Method in class com.xpn.xwiki.api.Class
-
Get the names of the class properties that are enabled.
- getEncoding() - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve the current encoding of the wiki engine The encoding is stored in xwiki.cfg Default encoding is
ISO-8891-1
- getEncoding() - Method in class com.xpn.xwiki.XWiki
-
- getEnd() - Method in class com.xpn.xwiki.criteria.impl.Period
-
- getEndCode() - Method in class com.xpn.xwiki.criteria.impl.Period
-
- getEndDate() - Method in class com.xpn.xwiki.stats.impl.VisitStats
-
- getEndTime() - Method in class com.xpn.xwiki.monitor.api.MonitorData
-
- getEngineContext() - Method in class com.xpn.xwiki.XWiki
-
- getEngineContext() - Method in class com.xpn.xwiki.XWikiContext
-
- getEntityDocument(String, EntityType) - Method in class com.xpn.xwiki.api.XWiki
-
Loads an Document from the database.
- getEntityNameValidationConfiguration() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getEntityNameValidationManager() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getEquivalentPassword(String, String) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
Transforms a plain text password so that it has the same encryption as a password stored in the database.
- getErrorObjects() - Method in class com.xpn.xwiki.validation.XWikiValidationStatus
-
- getErrors(XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getErrors() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getErrors() - Method in class com.xpn.xwiki.validation.XWikiValidationStatus
-
- getEscapedContent() - Method in class com.xpn.xwiki.api.Document
-
Get the document's content XML-escaped.
- getEscapedContent(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getEvents() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerListener
-
- getEvents() - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-
- getEvents() - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getEvents() - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
-
- getEvents() - Method in class com.xpn.xwiki.XWiki
-
- getEventType() - Method in class com.xpn.xwiki.events.DocumentCommentedEventDescriptor
-
- getEventType() - Method in class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
-
- getEventType() - Method in class com.xpn.xwiki.events.DocumentDeletedEventDescriptor
-
- getEventType() - Method in class com.xpn.xwiki.events.DocumentUpdatedEventDescriptor
-
- getEventTypeIcon() - Method in class com.xpn.xwiki.events.DocumentCommentedEventDescriptor
-
- getEventTypeIcon() - Method in class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
-
- getEventTypeIcon() - Method in class com.xpn.xwiki.events.DocumentDeletedEventDescriptor
-
- getEventTypeIcon() - Method in class com.xpn.xwiki.events.DocumentUpdatedEventDescriptor
-
- getException() - Method in exception com.xpn.xwiki.XWikiException
-
- getExceptions() - Method in class com.xpn.xwiki.validation.XWikiValidationStatus
-
- getExecution() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
We had to add this method because the Component Manager doesn't inject a field in the base class if a derived
class defines a field with the same name.
- getExportedSkinFiles() - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- getExtension() - Method in class com.xpn.xwiki.pdf.api.PdfExport.ExportType
-
- getExtensionId() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getExternalAttachmentURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getExternalAttachmentURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getExternalURL() - Method in class com.xpn.xwiki.api.Document
-
Get the external URL to do a given action on this document.
- getExternalURL(String) - Method in class com.xpn.xwiki.api.Document
-
Get the external URL to do a given action on this document.
- getExternalURL(String, String) - Method in class com.xpn.xwiki.api.Document
-
Get the URL to do a given action on this document.
- getExternalURL(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getExternalURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getExternalURL(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getExternalURL(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getExternalURL(DocumentReference, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getField() - Method in class com.xpn.xwiki.doc.MetaDataDiff
-
- getField(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getFieldFullName() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Computes the field full name using this format: parentName_fieldName
.
- getFieldList() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getFieldsToRemove() - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getFile(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Return the FileItem corresponding to the file uploaded for a form field.
- getFileItem() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- getFileItem(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
- getFileItem(String) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
- getFileItemAsString(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Allows to retrieve the contents of an uploaded file as a string.
- getFileItemAsString(String) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
Allows to retrieve the contents of an uploaded file as a string.
- getFileItemData(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Allows to retrieve the contents of an uploaded file as a sequence of bytes.
- getFileItemData(String) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
Allows to retrieve the contents of an uploaded file as a sequence of bytes.
- getFileItemInputStream(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Allows to retrieve the contents of an uploaded file as a stream.
- getFileItemNames(XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Retrieves the list of FileItem names.
- getFileItemNames() - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
Retrieves the list of FileItem names.
- getFileItems(XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Allows to retrieve the current list of uploaded files, as a list of FileItem
s.
- getFileItems() - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
Allows to retrieve the current list of uploaded files, as a list of FileItem
s.
- getFileItemSize(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Retrieve the size of a file content in byte.
- getFileLastModificationDate(String) - Static method in class com.xpn.xwiki.util.Util
-
- getFilename() - Method in class com.xpn.xwiki.api.Attachment
-
- getFileName() - Method in class com.xpn.xwiki.api.AttachmentDiff
-
- getFilename() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Retrieve the original name of this attachment.
- getFileName() - Method in class com.xpn.xwiki.doc.AttachmentDiff
-
- getFilename() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getFilename() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getFileName(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
Get the name of the file uploaded for a form field.
- getFileName(String) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
-
This method returns the name of the first matching file with the formfieldName.
- getFileName(String, FileUploadPlugin, XWikiContext) - Method in class com.xpn.xwiki.web.UploadAction
-
Extract the corresponding attachment name for a given file field.
- getFileName(List<FileItem>, String) - Static method in class com.xpn.xwiki.web.Utils
-
Get the name of an uploaded file, corresponding to the specified form field.
- getFileNameFromDocument(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
Generate a file name based on provided document.
- getFiles() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getFiles() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getFilesize() - Method in class com.xpn.xwiki.api.Attachment
-
- getFilesize() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getFilesystemExportContext() - Method in class com.xpn.xwiki.web.ExportURLFactory
-
- getFileType() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- getFileType() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- getFilter() - Method in class com.xpn.xwiki.events.DocumentCommentedEventDescriptor
-
- getFilter() - Method in class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
-
- getFilter() - Method in class com.xpn.xwiki.events.DocumentDeletedEventDescriptor
-
- getFilter() - Method in class com.xpn.xwiki.events.DocumentUpdatedEventDescriptor
-
- getFilterName() - Method in class com.xpn.xwiki.user.impl.xwiki.MyFilterConfig
-
- getFIRST() - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
- getFirstObject(String) - Method in class com.xpn.xwiki.api.Document
-
Get the first object that contains the given fieldname
- getFirstObject(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getFirstObject(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getFloatValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getForcedMigrations() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getForm() - Method in class com.xpn.xwiki.XWikiContext
-
- getFormat() - Method in class com.xpn.xwiki.api.Document
-
TODO document this or mark it deprecated
- getFormat() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getFormat() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getFormClass() - Method in class com.xpn.xwiki.web.AbstractPropChangeAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.AdminAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.CancelAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.CommentAddAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.CommentSaveAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.DeleteVersionsAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.EditAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.InlineAction
-
Deprecated.
- getFormClass() - Method in class com.xpn.xwiki.web.LockAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.ObjectAddAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.ObjectRemoveAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.PropAddAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.PropUpdateAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.RollbackAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.SaveAndContinueAction
-
- getFormClass() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getFormStringSeparator() - Method in class com.xpn.xwiki.objects.ListProperty
-
- getFreeText() - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- getFullMessage() - Method in exception com.xpn.xwiki.XWikiException
-
- getFullName() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getFullName() - Method in class com.xpn.xwiki.api.Document
-
Get the fullName of the document.
- getFullName() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getFullName() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getFullName() - Method in class com.xpn.xwiki.doc.XWikiLink
-
- getFullName() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- getFullName() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- getFullName() - Method in class com.xpn.xwiki.user.api.XWikiUser
-
- getFullNameSQL() - Method in class com.xpn.xwiki.XWiki
-
- getFullNameSQL(boolean) - Method in class com.xpn.xwiki.XWiki
-
- getFullQueryPropertyName() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- getGlobalRightsClass(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getGroupClass(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getGroupsApi() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
-
- getGroupService(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getGuid() - Method in class com.xpn.xwiki.api.Object
-
- getGuid() - Method in class com.xpn.xwiki.objects.BaseObject
-
- getGuid() - Method in class com.xpn.xwiki.objects.ObjectDiff
-
- getHash(String) - Static method in class com.xpn.xwiki.util.Util
-
Get a likely unique 64bit hash representing the provided uid string.
- getHashAlgorithm() - Method in class com.xpn.xwiki.objects.classes.PasswordClass
-
- getHeader(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getHeaderNames() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getHeaderNames() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getHeaderNames() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getHeaderNames() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getHeaders(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getHeaders(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getHeaders(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getHeaders(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getHibernateStore() - Method in class com.xpn.xwiki.XWiki
-
- getHidden() - Method in class com.xpn.xwiki.web.EditForm
-
- getHint() - Method in class com.xpn.xwiki.api.PropertyClass
-
Get the translated hint string that should be displayed for input fields for instances of this property
definition.
- getHint() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
Get the localized hint.
- getHint() - Method in interface com.xpn.xwiki.store.AttachmentRecycleBinContentStore
-
- getHint() - Method in interface com.xpn.xwiki.store.AttachmentVersioningStore
-
- getHint() - Method in class com.xpn.xwiki.store.VoidAttachmentVersioningStore
-
- getHint() - Method in interface com.xpn.xwiki.store.XWikiAttachmentStoreInterface
-
- getHint() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getHint() - Method in interface com.xpn.xwiki.store.XWikiRecycleBinContentStoreInterface
-
- getHost() - Method in class com.xpn.xwiki.stats.impl.SearchEngineRule
-
- getHours() - Method in class com.xpn.xwiki.criteria.impl.Duration
-
- getHTMLExceptionMessage(XWikiException, XWikiContext) - Static method in class com.xpn.xwiki.util.Util
-
- getHttpClient(int, String) - Static method in class com.xpn.xwiki.XWiki
-
- getHttpServletRequest() - Method in class com.xpn.xwiki.render.ScriptXWikiServletRequest
- getHttpServletRequest() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getHttpServletRequest() - Method in interface com.xpn.xwiki.web.XWikiRequest
-
- getHttpServletRequest() - Method in class com.xpn.xwiki.web.XWikiServletRequest
-
- getHttpServletRequest() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getHttpServletResponse() - Method in interface com.xpn.xwiki.web.XWikiResponse
-
- getHttpServletResponse() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getHttpServletResponse() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getHttpTimeout(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getHttpUserAgent(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getIconURL(String) - Method in class com.xpn.xwiki.DefaultSkinAccessBridge
-
- getIconURL(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getId() - Method in class com.xpn.xwiki.api.Attachment
-
- getId() - Method in class com.xpn.xwiki.api.DeletedAttachment
-
Retrieve the internal entry index, used to uniquely identify this entity in the trash.
- getId() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getId() - Method in class com.xpn.xwiki.api.Document
-
return the ID of the document.
- getId() - Method in class com.xpn.xwiki.doc.DeletedAttachment
-
- getId() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getId() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeContent
-
- getId() - Method in class com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo
-
- getId() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getId() - Method in class com.xpn.xwiki.doc.XWikiAttachmentArchive
-
- getId() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
This is used so that Hibernate will associate this content with the right attachment (metadata).
- getId() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getId() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getId() - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- getId(SpaceReference) - Static method in class com.xpn.xwiki.doc.XWikiSpace
-
Compute a XWikiSpace ID based on a reference.
- getId() - Method in class com.xpn.xwiki.doc.XWikiSpace
-
- getId() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getId() - Method in class com.xpn.xwiki.objects.BaseProperty
-
- getId() - Method in class com.xpn.xwiki.objects.classes.ListItem
-
- getId() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- getId() - Method in interface com.xpn.xwiki.objects.PropertyInterface
-
Returns the identifier of this property for hibernate.
- getId() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getId() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getId() - Method in class com.xpn.xwiki.stats.impl.xwiki.DocumentStatsStoreItem
-
- getId() - Method in class com.xpn.xwiki.stats.impl.xwiki.RefererStatsStoreItem
-
- getId() - Method in class com.xpn.xwiki.stats.impl.xwiki.VisitStatsStoreItem
-
- getId() - Method in interface com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreItem
-
- getIdField() - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getIds() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getIncludedMacros() - Method in class com.xpn.xwiki.api.Document
-
- getIncludedMacros(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
Returns the list of Macros documents in the specified content
- getIncludedMacros(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIncludedMacros(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getIncludedPages() - Method in class com.xpn.xwiki.api.Document
-
- getIncludedPages(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIncludeMinorVersions() - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteria
-
include minor versions in the set.
- getInitParameter(String) - Method in class com.xpn.xwiki.user.impl.xwiki.MyFilterConfig
-
- getInitParameterNames() - Method in class com.xpn.xwiki.user.impl.xwiki.MyFilterConfig
-
- getInputStream() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getInputStream() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getInstalled(XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getInstalled() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getInstance() - Method in class com.xpn.xwiki.objects.meta.BooleanMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.ComputedFieldMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.DateMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.DBListMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.DBTreeListMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.EmailMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.GroupsMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.LevelsMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.NumberMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.PageMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.PasswordMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.PropertyMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.StaticListMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.StringMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.TextAreaMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.TimezoneMetaClass
-
- getInstance() - Method in class com.xpn.xwiki.objects.meta.UsersMetaClass
-
- getInstance() - Static method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- getInstance() - Static method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerListener
-
- getInterfaceLanguage() - Method in class com.xpn.xwiki.api.Context
-
- getInterfaceLanguage() - Method in class com.xpn.xwiki.XWikiContext
-
- getInterfaceLanguagePreference() - Method in class com.xpn.xwiki.api.XWiki
-
- getInterfaceLanguagePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getInterfaceLocale() - Method in class com.xpn.xwiki.api.Context
-
Returns the interface locale preference of the current user.
- getInterfaceLocale() - Method in class com.xpn.xwiki.XWikiContext
-
- getInterfaceLocalePreference() - Method in class com.xpn.xwiki.api.XWiki
-
API to access the interface locale preference for the request Order of evaluation is: locale of the wiki in
mono-lingual mode locale request parameter locale in context locale user preference locale in cookie locale
accepted by the navigator
- getInterfaceLocalePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getInternalPlugin() - Method in class com.xpn.xwiki.plugin.PluginApi
-
Deprecated.
Return the inner plugin object, if the user has the required programming rights.
- getInternalProperty(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getInternalPropertyName(String, XWikiContext) - Static method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIntHeader(String) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getIntHeader(String) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getIntValue(DocumentReference, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIntValue(DocumentReference, String, int) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Retrieve the int value of the given property of the first object of the given class.
- getIntValue(String, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIntValue(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getIntValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getIntValue(String, int) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getIP() - Method in class com.xpn.xwiki.stats.impl.VisitStats
-
- getJobStatus() - Method in class com.xpn.xwiki.api.XWiki
-
- getKey() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Helper to produce and cache a uid serialization of this document reference, including the language.
- getKey(XWikiDocument) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getKey(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getKey(String, String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getKey(String, String, String) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getLanguage() - Method in class com.xpn.xwiki.api.Context
-
- getLanguage() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getLanguage() - Method in class com.xpn.xwiki.api.Document
-
- getLanguage() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getLanguage() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLanguage() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
-
Deprecated.
- getLanguage() - Method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
-
Deprecated.
- getLanguage() - Method in class com.xpn.xwiki.web.DeleteVersionsForm
-
- getLanguage() - Method in class com.xpn.xwiki.web.EditForm
-
- getLanguage() - Method in class com.xpn.xwiki.web.RollbackForm
-
- getLanguage() - Method in class com.xpn.xwiki.XWikiContext
-
- getLanguagePreference() - Method in class com.xpn.xwiki.api.XWiki
-
- getLanguagePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getLargeStringValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getLAST() - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
-
- getLastAccessedTime() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getLastChanges() - Method in class com.xpn.xwiki.api.Document
-
- getLastChanges(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLastMigrationException() - Method in interface com.xpn.xwiki.store.migration.DataMigrationStatus
-
- getLastTimerData() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getLastUnfinishedTimerData() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getLatestNode() - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- getLatestVersion() - Method in class com.xpn.xwiki.doc.XWikiDocumentArchive
-
- getLatestVersion() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getLatestVersion() - Method in interface com.xpn.xwiki.store.migration.DataMigrationManager
-
- getLevelTreeMap(String, List<String>, XWikiContext) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManager
-
- getLicence() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getLicence() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getLimitSize(XWikiContext, Class<?>, String) - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getLimitSize(XWikiContext, Class<?>, String) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
-
- getLimitSize(XWikiContext, Class<?>, String) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
-
Get the limit size of a property.
- getLimitSizePropertyCache() - Method in class com.xpn.xwiki.store.XWikiCacheStore
-
- getLink() - Method in class com.xpn.xwiki.doc.XWikiLink
-
- getLinkedPages() - Method in class com.xpn.xwiki.api.Document
-
- getLinks() - Method in class com.xpn.xwiki.api.Document
-
- getLinksAction() - Method in class com.xpn.xwiki.api.Context
-
Returns the action used by XWiki URL factories to replace the view action when creating URLs.
- getLinksAction() - Method in class com.xpn.xwiki.XWikiContext
-
- getLinksQueryString() - Method in class com.xpn.xwiki.api.Context
-
Returns the extra query string that is added to all the URLs created by XWiki URL factories.
- getLinksQueryString() - Method in class com.xpn.xwiki.XWikiContext
-
- getLiquibaseChangeLog() - Method in class com.xpn.xwiki.store.migration.hibernate.AbstractDropNotNullDataMigration
-
- getLiquibaseChangeLog() - Method in class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
-
- getLiquibaseChangeLog() - Method in interface com.xpn.xwiki.store.migration.hibernate.HibernateDataMigration
-
- getLiquibaseChangeLog() - Method in class com.xpn.xwiki.store.migration.hibernate.R40000XWIKI6990DataMigration
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.GroupsClass
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.StaticListClass
-
- getList(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.UsersClass
-
- getList() - Method in class com.xpn.xwiki.objects.ListProperty
-
- getListFromString(String) - Static method in class com.xpn.xwiki.objects.classes.GroupsClass
-
Splits the given string into a list of group names.
- getListFromString(String) - Static method in class com.xpn.xwiki.objects.classes.LevelsClass
-
- getListFromString(String) - Static method in class com.xpn.xwiki.objects.classes.ListClass
-
Convenience method, using
"|" as separator and parsing key=value items.
- getListFromString(String, String, boolean) - Static method in class com.xpn.xwiki.objects.classes.ListClass
-
- getListFromString(String) - Static method in class com.xpn.xwiki.objects.classes.UsersClass
-
Splits the given string into a list of user names.
- getListValue(DocumentReference, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getListValue(String, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getListValue(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getListValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getListValues() - Method in class com.xpn.xwiki.api.PropertyClass
-
If the property is a
ListClass
, returns the possible values.
- getLocalAddr() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getLocalAddr() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getLocale() - Method in class com.xpn.xwiki.api.Context
-
Returns the locale of the current request.
- getLocale() - Method in class com.xpn.xwiki.api.DeletedDocument
-
- getLocale() - Method in class com.xpn.xwiki.api.Document
-
Get the locale of the document.
- getLocale() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
-
- getLocale() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLocale() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getLocale() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getLocale() - Method in class com.xpn.xwiki.web.XWikiServletResponse
-
- getLocale() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
-
- getLocale() - Method in class com.xpn.xwiki.XWikiContext
-
- getLocalEntityReferenceSerializer() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getLocalePreference() - Method in class com.xpn.xwiki.api.XWiki
-
First try to find the current locale in use from the XWiki context.
- getLocalePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
The algorithm to find the locale to use is the following, in this order:
Try to find the current locale in use from the XWiki contex
If the wiki is not multilingual use the wiki default locale (default_language
xproperty in
XWikiPreferences
xobject or English if not found)
If the wiki is multilingual
Try to get the locale passed in the request (looking for a language
query string parameter).
- getLocales() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getLocales() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getLocalization() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getLocalization() - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
-
Deprecated.
- getLocalization() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getLocalKey() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getLocalKey() - Method in class com.xpn.xwiki.stats.impl.XWikiStats
-
- getLocalName() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getLocalName() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getLocalPort() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getLocalPort() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getLocalReferenceMaxLength() - Method in class com.xpn.xwiki.api.Document
-
- getLocalReferenceMaxLength() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
Compute and return the maximum authorized length for the full name (i.e.
- getLocalSerializer() - Method in class com.xpn.xwiki.web.XWikiAction
-
- getLocalUidStringEntityReferenceSerializer() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getLocalUser() - Method in class com.xpn.xwiki.api.Context
-
Returns the current user which made the request.
- getLocalUser() - Method in class com.xpn.xwiki.XWikiContext
-
- getLocalUserName(String) - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve a link to the User Name page displayed for the first name and last name of the user.
- getLocalUserName(String, String) - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve a link to the User Name page displayed with a custom view.
- getLocalUserName(String, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve a text representing the user with the first name and last name of the user.
- getLocalUserName(String, String, boolean) - Method in class com.xpn.xwiki.api.XWiki
-
API to retrieve a text representing the user with a custom view.
- getLocalUserName(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getLocalUserName(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getLocalUserName(String, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getLock(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLocked() - Method in class com.xpn.xwiki.api.Document
-
- getLockingDate() - Method in class com.xpn.xwiki.api.Document
-
- getLockingUser() - Method in class com.xpn.xwiki.api.Document
-
- getLongSize() - Method in class com.xpn.xwiki.api.Attachment
-
- getLongSize() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
- getLongSize() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
-
- getLongValue(DocumentReference, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLongValue(String, String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLongValue(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getLongValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
-
- getMacro() - Method in class com.xpn.xwiki.api.Context
-
Retrieves the information about the currently executing macro.
- getMacroList() - Method in class com.xpn.xwiki.api.XWiki
-
API to get the macro list from the XWiki Preferences The macro list are the macros available from the Macro
Mapping System
- getMacroList(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getMail(String, String, String, String) - Method in class com.xpn.xwiki.plugin.mail.MailPluginApi
-
- getMailHeaders(String, String, String, String) - Method in class com.xpn.xwiki.plugin.mail.MailPluginApi
-
- getMainWikiName() - Method in class com.xpn.xwiki.api.Context
-
Returns the name of the main wiki.
- getMainXWiki() - Method in class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
-
- getMainXWiki(XWikiContext) - Static method in class com.xpn.xwiki.XWiki
-
- getMainXWiki(boolean, XWikiContext) - Static method in class com.xpn.xwiki.XWiki
-
- getMainXWiki() - Method in class com.xpn.xwiki.XWikiContext
-
- getMandatoryDocumentInitializer(DocumentReference) - Method in interface com.xpn.xwiki.doc.MandatoryDocumentInitializerManager
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBListClass
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.GroupsClass
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.ListClass
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.StaticListClass
-
- getMap(XWikiContext) - Method in class com.xpn.xwiki.objects.classes.UsersClass
-
- getMapFromString(String) - Static method in class com.xpn.xwiki.objects.classes.ListClass
-
- getMapping(String, String) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getMapValues() - Method in class com.xpn.xwiki.api.PropertyClass
-
If the property is a
ListClass
, returns the possible values as a map
internal key <-> displayed
value
.
- getMatcher() - Method in class com.xpn.xwiki.render.WikiSubstitution
-
- getMatcher() - Method in class com.xpn.xwiki.util.Util
-
- getMaxDate() - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteria
-
- getMaxInactiveInterval() - Method in class com.xpn.xwiki.render.ScriptHttpSession
-
- getMaxRecursiveSpaceChecks(XWikiContext) - Method in class com.xpn.xwiki.XWiki
-
- getMergeManager() - Method in class com.xpn.xwiki.objects.BaseElement
-
- getMessage() - Method in class com.xpn.xwiki.api.Context
-
Get the registered (generally error) message for the previous action.
- getMessage() - Method in exception com.xpn.xwiki.XWikiException
-
- getMessageTool() - Method in class com.xpn.xwiki.XWikiContext
-
- getMeta() - Method in class com.xpn.xwiki.doc.LazyXWikiDocument
-
- getMeta() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getMetaclass() - Method in class com.xpn.xwiki.api.XWiki
-
Get the global MetaClass object
- getMetaClass() - Static method in class com.xpn.xwiki.objects.meta.MetaClass
-
- getMetaclass() - Method in class com.xpn.xwiki.XWiki
-
- getMetadata() - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
-
- getMetaDataDiff(Document, Document) - Method in class com.xpn.xwiki.api.Document
-
- getMetaDataDiff(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getMetaDataDiff(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getMetaDataDiff(XWikiDocument, XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getMethod() - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
-
- getMethod() - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
-
- getMimeType() - Method in class com.xpn.xwiki.api.Attachment
-
- getMimeType(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
Return the stored media type.
- getMimeType() - Method in class com.xpn.xwiki.doc.XWikiAttachment
-
Return the stored media type.
- getMimeType() - Method in class com.xpn.xwiki.pdf.api.PdfExport.ExportType
-
- getMimeType(String) - Method in interface com.xpn.xwiki.web.XWikiEngineContext
-
- getMimeType(String) - Method in class com.xpn.xwiki.web.XWikiServletContext
-
- getMinDate() - Method in class com.xpn.xwiki.criteria.impl.RevisionCriteria
-
- getMinorEdit1() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getMode() - Method in class com.xpn.xwiki.api.Context
-
Specifies the container or environment in which XWiki is currently running.
- getMode() - Method in class com.xpn.xwiki.XWikiContext
-
- getModule() - Method in exception com.xpn.xwiki.XWikiException
-
- getModuleName() - Method in exception com.xpn.xwiki.XWikiException
-
- getMonitorPlugin(XWikiContext) - Static method in class com.xpn.xwiki.util.Util
-
- getMONTH() - Static method in class com.xpn.xwiki.criteria.impl.DurationFactory
-
- getMonths() - Method in class com.xpn.xwiki.criteria.impl.Duration
-
- getName() - Method in class com.xpn.xwiki.api.Collection
-
- getName() - Method in class com.xpn.xwiki.api.Document
-
- getName() - Method in class com.xpn.xwiki.api.Element
-
Get the name of this element.
- getName() - Method in class com.xpn.xwiki.criteria.impl.Scope
-
- getName() - Method in class com.xpn.xwiki.doc.XWikiDocument
-
- getName() - Method in class com.xpn.xwiki.doc.XWikiSpace
-
- getName() - Method in class com.xpn.xwiki.export.html.HtmlPackager
-
- getName() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
-
- getName() - Method in class com.xpn.xwiki.monitor.api.MonitorTimer
-
- getName() - Method in class com.xpn.xwiki.monitor.api.MonitorTimerSummary
-
- getName() - Method in class com.xpn.xwiki.objects.BaseElement
- getName() - Method in class com.xpn.xwiki.objects.BaseObject
-
- getName() - Method in class com.xpn.xwiki.objects.classes.BaseClass
-
- getName() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
-
- getName() - Method in interface com.xpn.xwiki.objects.ElementInterface
-
- getName() - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
-
- getName() - Method in class com.xpn.xwiki.plugin.mail.MailPlugin
-
- getName() - Method in class com.xpn.xwiki.plugin.packaging.Package
-
Deprecated.
- getName() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
-
Deprecated.
- getName() - Method in class com.xpn.xwiki.plugin.packaging.PackagePlugin
-
Deprecated.
- getName() - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerListener
-
- getName() - Method in class com.xpn.xwiki.plugin.svg.SVGPlugin
-
- getName() - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
-
Deprecated.
- getName() - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
-
Deprecated.
- getName() - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
-