Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y 

A

AbstractDataMigrationManager - Class in com.xpn.xwiki.store.migration
Template for DataMigrationManager.
AbstractDataMigrationManager() - Constructor for class com.xpn.xwiki.store.migration.AbstractDataMigrationManager
Unified constructor for all subclasses.
AbstractDataMigrationManager.XWikiMigration - Class in com.xpn.xwiki.store.migration
Internal class used to find out the data migration that are being forced in the XWiki configuration file.
AbstractDropNotNullDataMigration - Class in com.xpn.xwiki.store.migration.hibernate
Remove a non-null constraint from a colomn.
AbstractDropNotNullDataMigration(Class<?>, String) - Constructor for class com.xpn.xwiki.store.migration.hibernate.AbstractDropNotNullDataMigration
 
AbstractHibernateDataMigration - Class in com.xpn.xwiki.store.migration.hibernate
Template for data migration of hibernate store.
AbstractHibernateDataMigration() - Constructor for class com.xpn.xwiki.store.migration.hibernate.AbstractHibernateDataMigration
 
AbstractMandatoryClassInitializer - Class in com.xpn.xwiki.doc
Base class for standard mandatory document initializers.
AbstractMandatoryClassInitializer(EntityReference) - Constructor for class com.xpn.xwiki.doc.AbstractMandatoryClassInitializer
 
AbstractMandatoryClassInitializer(EntityReference, String) - Constructor for class com.xpn.xwiki.doc.AbstractMandatoryClassInitializer
 
AbstractMandatoryDocumentInitializer - Class in com.xpn.xwiki.doc
Base class for standard mandatory document initializers.
AbstractMandatoryDocumentInitializer(EntityReference) - Constructor for class com.xpn.xwiki.doc.AbstractMandatoryDocumentInitializer
 
AbstractMandatoryDocumentInitializer(EntityReference, String) - Constructor for class com.xpn.xwiki.doc.AbstractMandatoryDocumentInitializer
 
AbstractPropChangeAction - Class in com.xpn.xwiki.web
Base class for manipulating property definitions: disable, enable, delete.
AbstractPropChangeAction() - Constructor for class com.xpn.xwiki.web.AbstractPropChangeAction
 
AbstractSimpleClass - Class in com.xpn.xwiki.util
Deprecated.
extending this abstract is a very bad idea since reflection based equals/hashCode/toString is at best very bad for performances and can ends up including things you were not expecting
AbstractSimpleClass() - Constructor for class com.xpn.xwiki.util.AbstractSimpleClass
Deprecated.
 
AbstractStatsStoreItem - Class in com.xpn.xwiki.stats.impl.xwiki
Base class of interface XWikiStatsStoreItem.
AbstractStatsStoreItem(String, Date, StatsUtil.PeriodType, XWikiContext) - Constructor for class com.xpn.xwiki.stats.impl.xwiki.AbstractStatsStoreItem
 
AbstractXWikiAuthService - Class in com.xpn.xwiki.user.impl.xwiki
Common methods useful to all Authentication services implementations.
AbstractXWikiAuthService() - Constructor for class com.xpn.xwiki.user.impl.xwiki.AbstractXWikiAuthService
 
AbstractXWikiRecordableEventDescriptor - Class in com.xpn.xwiki.events
Abstract implementation of RecordableEventDescriptor for all events sent by oldcore.
AbstractXWikiRecordableEventDescriptor(String, String) - Constructor for class com.xpn.xwiki.events.AbstractXWikiRecordableEventDescriptor
Construct an AbstractRecordableEventDescriptor.
AbstractXWikiRunnable - Class in com.xpn.xwiki.util
Base class for any XWiki daemon class.
AbstractXWikiRunnable() - Constructor for class com.xpn.xwiki.util.AbstractXWikiRunnable
 
AbstractXWikiRunnable(String, Object) - Constructor for class com.xpn.xwiki.util.AbstractXWikiRunnable
 
AbstractXWikiRunnable(Map<String, Object>) - Constructor for class com.xpn.xwiki.util.AbstractXWikiRunnable
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.AbstractPropChangeAction
Tries to change the specified property, and redirect back to the class editor (or the specified xredirect location).
action(XWikiContext) - Method in class com.xpn.xwiki.web.CancelAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.CommentAddAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.CommentSaveAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.DeleteAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.DeleteAttachmentAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.DeleteVersionsAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.GetAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.LockAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.LogoutAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.ObjectAddAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.ObjectRemoveAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.ObjectsSynchronizeAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.PreviewAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.PropAddAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.PropUpdateAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.RedirectAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.RegisterAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.ResetVersionsAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.RollbackAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.SaveAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.SaveAndContinueAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.UndeleteAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.UploadAction
 
action(XWikiContext) - Method in class com.xpn.xwiki.web.XWikiAction
 
ACTION_MERGE - Static variable in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
ACTION_NAME - Static variable in class com.xpn.xwiki.web.DeleteAction
 
ACTION_NAME - Static variable in class com.xpn.xwiki.web.DownloadAction
The identifier of the download action.
ACTION_NAME - Static variable in class com.xpn.xwiki.web.SaveAction
The identifier of the save action.
ACTION_NOT_DEFINED - Static variable in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
ACTION_OBJECTADDED - Static variable in class com.xpn.xwiki.objects.ObjectDiff
 
ACTION_OBJECTREMOVED - Static variable in class com.xpn.xwiki.objects.ObjectDiff
 
ACTION_OVERWRITE - Static variable in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
ACTION_PROGRESS - Static variable in class com.xpn.xwiki.web.XWikiAction
 
ACTION_PROPERTYADDED - Static variable in class com.xpn.xwiki.objects.ObjectDiff
 
ACTION_PROPERTYCHANGED - Static variable in class com.xpn.xwiki.objects.ObjectDiff
 
ACTION_PROPERTYREMOVED - Static variable in class com.xpn.xwiki.objects.ObjectDiff
 
ACTION_SKIP - Static variable in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
ActionFilter - Class in com.xpn.xwiki.web
A filter that dispatches requests to the right action, depending on the button that was pressed in the editing form.
ActionFilter() - Constructor for class com.xpn.xwiki.web.ActionFilter
 
actionToInt(String) - Static method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
actionToInt(String) - Static method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
Deprecated.
 
actionToString(int) - Static method in class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
actionToString(int) - Static method in class com.xpn.xwiki.plugin.packaging.DocumentInfoAPI
Deprecated.
 
ACTIVE_PROPERTY - Static variable in class com.xpn.xwiki.user.api.XWikiUser
The name of the property that store the active status of the user.
add(MonitorTimerSummary) - Method in class com.xpn.xwiki.monitor.api.MonitorTimerSummary
 
add(XWikiDocument, int, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(String, int, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(String, String, int, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
add(String, int) - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
Deprecated.
 
add(String) - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
Deprecated.
 
add(XWikiStatsStoreItem) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService
Add new statistic to store.
addAllWikiDocuments(XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
addAttachment(String, InputStream) - Method in class com.xpn.xwiki.api.Document
 
addAttachment(String, byte[]) - Method in class com.xpn.xwiki.api.Document
 
addAttachment(XWikiAttachment) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
addAttachment(String, byte[], XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addAttachment(String, InputStream, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addAttachments() - Method in class com.xpn.xwiki.api.Document
 
addAttachments(String) - Method in class com.xpn.xwiki.api.Document
 
addBaseClass(BaseClass) - Method in class com.xpn.xwiki.XWikiContext
 
addBooleanField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addBooleanField(String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addBooleanField(String, String, String, Boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addBooleanField(String, String, String, String, Boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addCookie(XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Create a new visit cookie and return it.
addCookie(Cookie) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
addCookie(String, String, int) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
addCookie(Cookie) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
addDateField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDateField(String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDateField(String, String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDateHeader(String, long) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
addDateHeader(String, long) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
addDBListField(String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDBListField(String, String, int, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDBListField(String, String, int, boolean, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDBTreeListField(String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDBTreeListField(String, String, int, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDBTreeListField(String, String, int, boolean, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addDisplayedField(String) - Method in class com.xpn.xwiki.XWikiContext
 
addDocumentFilter(Object) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
addDocumentFilter(Object) - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
Deprecated.
 
addEmailField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addError(String, String, String, String, XWikiContext) - Method in class com.xpn.xwiki.validation.XWikiValidationStatus
 
addErrorToContext(String, String, String, String, XWikiContext) - Static method in class com.xpn.xwiki.validation.XWikiValidationStatus
 
addException(String, String, Throwable, XWikiContext) - Method in class com.xpn.xwiki.validation.XWikiValidationStatus
 
addExceptionToContext(String, String, Throwable, XWikiContext) - Static method in class com.xpn.xwiki.validation.XWikiValidationStatus
 
addField(String, PropertyInterface) - Method in class com.xpn.xwiki.objects.BaseCollection
 
addField(String, PropertyInterface) - Method in class com.xpn.xwiki.objects.classes.BaseClass
addFileName(StringBuilder, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
 
addFileName(StringBuilder, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
 
addGroupsField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addGroupsField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addHeader(String, String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
addHeader(String, String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
addIntHeader(String, int) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
addIntHeader(String, int) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
addLevelsField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addLevelsField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addMandatory() - Method in class com.xpn.xwiki.api.XWiki
 
addMandatory(XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
addNumberField(String, String, int, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addObject(String, BaseObject) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 2.2M1 use XWikiDocument.addXObject(BaseObject) instead
addObjectFromRequest() - Method in class com.xpn.xwiki.api.Document
 
addObjectFromRequest(String) - Method in class com.xpn.xwiki.api.Document
 
addObjectFromRequest(String, String) - Method in class com.xpn.xwiki.api.Document
 
addObjectFromRequest(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectFromRequest(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectFromRequest(String, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectFromRequest(String, String, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectsFromRequest(String) - Method in class com.xpn.xwiki.api.Document
 
addObjectsFromRequest(String, String) - Method in class com.xpn.xwiki.api.Document
 
addObjectsFromRequest(String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectsFromRequest(String, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
addObjectsToRemove(BaseObject) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
addPage(String) - Method in class com.xpn.xwiki.export.html.HtmlPackager
Deprecated.
addPageField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Adds a page field to the class.
addPageField(String, String, int, boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Adds a page field to the class.
addPageField(String, String, int, boolean, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Adds a page field to the class.
addPageField(String, String, int, boolean, boolean, String, String, String, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Adds a page field to the class.
addPageReference(DocumentReference) - Method in class com.xpn.xwiki.export.html.HtmlPackager
Add a page to export.
addPageReferences(Collection<DocumentReference>) - Method in class com.xpn.xwiki.export.html.HtmlPackager
Add a range of pages to export.
addPages(Collection<String>) - Method in class com.xpn.xwiki.export.html.HtmlPackager
Deprecated.
since 8.4.5/9.0, use HtmlPackager.addPageReferences(Collection) instead
addPasswordField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addPasswordField(String, String, int, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addPlugin(String, String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
addPlugins(String[], XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
addPropertyForRemoval(PropertyInterface) - Method in class com.xpn.xwiki.objects.BaseCollection
Marks a field as scheduled for removal when saving this entity.
addStaticListField(String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, boolean, String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, boolean, String, String, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String, String, int, boolean, boolean, String, String, String, String, String, boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addStaticListField(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Adds a new Static List xproperty to this xclass.
addStats(XWikiDocument, String, XWikiContext) - Method in class com.xpn.xwiki.stats.impl.xwiki.XWikiStatsStoreService
Add all the statistics to the save queue.
addTemplateField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int, TextAreaClass.EditorType) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int, TextAreaClass.ContentType) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int, TextAreaClass.EditorType, TextAreaClass.ContentType) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextAreaField(String, String, int, int, String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTextField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addTimer(long) - Method in class com.xpn.xwiki.monitor.api.MonitorTimerSummary
 
addTimezoneField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addToAllGroup(String) - Method in class com.xpn.xwiki.api.XWiki
Privileged API to add a user to the XWiki.XWikiAllGroup
addToDir(XWikiDocument, File, boolean, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
addToList(Map<String, List<ListItem>>, String, ListItem) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
 
addTooltip(String, String, String) - Method in class com.xpn.xwiki.api.XWiki
Inserts a tooltip using toolTip.js
addTooltip(String, String) - Method in class com.xpn.xwiki.api.XWiki
Inserts a tooltip using toolTip.js
addTooltip(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
addTooltip(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
addTooltipJS() - Method in class com.xpn.xwiki.api.XWiki
Inserts the tooltip Javascript
addTooltipJS(XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
addToSelect(select, List<String>, Map<String, ListItem>, Map<String, List<ListItem>>, String, String, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
 
addToTreeList(List<ListItem>, Map<String, List<ListItem>>, Map<String, ListItem>, String, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.DBTreeListClass
 
addToZip(ZipOutputStream, String, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 4.1M2
addToZip(ZipOutputStream, boolean, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 4.2M2
addToZip(ZipOutputStream, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 4.1M2
addToZip(XWikiDocument, ZipOutputStream, boolean, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
since 4.1M2
addUsersField(String, String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addUsersField(String, String, boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addUsersField(String, String, int) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addUsersField(String, String, int, boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
addUserToGroup(String, String, String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
Deprecated.
should never be used ! There is a listener taking care of that automatically.
addUserToGroup(String, String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
Deprecated.
addUserToGroup(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
addXObject(DocumentReference, BaseObject) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
addXObject(BaseObject) - Method in class com.xpn.xwiki.doc.XWikiDocument
Add the object to the document.
addXObjectFromRequest(XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds an object from an new object creation form.
addXObjectFromRequest(EntityReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds an object from an new object creation form.
addXObjectFromRequest(DocumentReference, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds an object from an new object creation form.
addXObjectFromRequest(DocumentReference, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds object from an new object creation form.
addXObjectFromRequest(EntityReference, String, int, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds object from an new object creation form.
addXObjectsFromRequest(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds multiple objects from an new objects creation form.
addXObjectsFromRequest(DocumentReference, String, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiDocument
Adds multiple objects from an new objects creation form.
addXObjectsToRemoveFromVersion(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
Automatically add objects present in the old version, but not in the current document, to the list of objects marked for removal from the database.
addXObjectToRemove(BaseObject) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
AdminAction - Class in com.xpn.xwiki.web
Administration xwiki action.
AdminAction() - Constructor for class com.xpn.xwiki.web.AdminAction
Default constructor.
ALGORITHM_KEY - Static variable in class com.xpn.xwiki.objects.meta.PasswordMetaClass
The name of the meta property that specifies which algorithm should be used for password storage.
ALL - Static variable in class com.xpn.xwiki.criteria.impl.RangeFactory
The interval that matches the entire list it is applied to.
ALL - Static variable in class com.xpn.xwiki.criteria.impl.ScopeFactory
A scope that matches the entire application as a unit
ALL_PAGES - Static variable in class com.xpn.xwiki.criteria.impl.ScopeFactory
A scope that matches all pages within any space and any wiki
ALL_SPACES - Static variable in class com.xpn.xwiki.criteria.impl.ScopeFactory
A scope that matches all spaces within any wiki
ALL_TIME - Static variable in class com.xpn.xwiki.criteria.impl.PeriodFactory
The period of time between PeriodFactory.MIN_DATE and PeriodFactory.MAX_DATE.
ALL_WIKIS - Static variable in class com.xpn.xwiki.criteria.impl.ScopeFactory
A scope that matches all wikis within the application
ALLGROUP_GROUP - Static variable in interface com.xpn.xwiki.user.api.XWikiRightService
The AllGroup username.
ALLGROUP_GROUP_FULLNAME - Static variable in interface com.xpn.xwiki.user.api.XWikiRightService
The AllGroup full name.
allow - Variable in class com.xpn.xwiki.plugin.rightsmanager.utils.AllowDeny
List of users and groups for allow right.
AllowDeny - Class in com.xpn.xwiki.plugin.rightsmanager.utils
Contains list of users and groups for allow right and deny right.
AllowDeny() - Constructor for class com.xpn.xwiki.plugin.rightsmanager.utils.AllowDeny
 
answerJSON(XWikiContext, int, Map<String, String>) - Method in class com.xpn.xwiki.web.XWikiAction
Answer to a request with a JSON content.
any(String) - Static method in class com.xpn.xwiki.objects.BaseObjectReference
 
any(String, EntityReference) - Static method in class com.xpn.xwiki.objects.BaseObjectReference
 
anyEvents(String) - Static method in class com.xpn.xwiki.objects.BaseObjectReference
 
Api - Class in com.xpn.xwiki.api
Base class for all API Objects.
Api(XWikiContext) - Constructor for class com.xpn.xwiki.api.Api
 
appendMeta(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
appendSubstitution(StringBuffer, MatchResult, int, PatternMatcherInput, PatternMatcher, Pattern) - Method in class com.xpn.xwiki.render.WikiSubstitution
 
apply(XWikiAttachment) - Method in class com.xpn.xwiki.doc.XWikiAttachment
Apply the provided attachment so that the current one contains the same informations and indicate if it was necessary to modify it in any way.
apply(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
Apply modification comming from provided document.
apply(XWikiDocument, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
Apply modification comming from provided document.
apply(ElementInterface, boolean) - Method in class com.xpn.xwiki.objects.BaseCollection
 
apply(ElementInterface, boolean) - Method in class com.xpn.xwiki.objects.BaseElement
 
apply(ElementInterface, boolean) - Method in class com.xpn.xwiki.objects.BaseProperty
 
apply(ElementInterface, boolean) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
apply(ElementInterface, boolean) - Method in interface com.xpn.xwiki.objects.ElementInterface
Apply the provided element so that the current one contains the same informations and indicate if it was necessary to modify it in any way.
applyXSLT(String, InputStream) - Method in class com.xpn.xwiki.pdf.impl.PdfExportImpl
Applies an XSLT transformation to an XML document.
AppServerTrustedAuthServiceImpl - Class in com.xpn.xwiki.user.impl.xwiki
Implements an authentication mechanism which is trusting the App Server authentication.
AppServerTrustedAuthServiceImpl() - Constructor for class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedAuthServiceImpl
 
AppServerTrustedKerberosAuthServiceImpl - Class in com.xpn.xwiki.user.impl.xwiki
Specialized version of the AppServerTrustedAuthServiceImpl that extract usernames out of Kerberos principals.
AppServerTrustedKerberosAuthServiceImpl() - Constructor for class com.xpn.xwiki.user.impl.xwiki.AppServerTrustedKerberosAuthServiceImpl
 
arePlaceholdersEnabled(XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
Check if placeholders are enabled in the current context.
ASYNC_PARAM - Static variable in class com.xpn.xwiki.web.DeleteAction
 
ASYNC_PARAM - Static variable in class com.xpn.xwiki.web.SaveAction
 
AttachAction - Class in com.xpn.xwiki.web
 
AttachAction() - Constructor for class com.xpn.xwiki.web.AttachAction
 
Attachment - Class in com.xpn.xwiki.api
 
Attachment(Document, XWikiAttachment, XWikiContext) - Constructor for class com.xpn.xwiki.api.Attachment
 
ATTACHMENT - Static variable in class com.xpn.xwiki.web.DownloadAction
The identifier of the attachment disposition.
attachmentContentExists(XWikiAttachment, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiAttachmentStoreInterface
 
attachmentContentExists(XWikiAttachment, XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateAttachmentStore
 
AttachmentDiff - Class in com.xpn.xwiki.api
Safe version of AttachmentDiff that can be used by the scripts.
AttachmentDiff(AttachmentDiff, XWikiContext) - Constructor for class com.xpn.xwiki.api.AttachmentDiff
Wraps the given unsafe attachment difference.
AttachmentDiff - Class in com.xpn.xwiki.doc
 
AttachmentDiff(String, String, String) - Constructor for class com.xpn.xwiki.doc.AttachmentDiff
Deprecated.
AttachmentDiff(String, Delta.Type, XWikiAttachment, XWikiAttachment) - Constructor for class com.xpn.xwiki.doc.AttachmentDiff
 
AttachmentRecycleBinContentStore - Interface in com.xpn.xwiki.store
Store the content of a deleted attachment.
AttachmentRecycleBinStore - Interface in com.xpn.xwiki.store
Interface for AttachmentRecycleBin feature (XWIKI-2254) store system.
AttachmentVersioningStore - Interface in com.xpn.xwiki.store
Interface for storing attachment versions.
authenticate(String, String, XWikiContext) - Method in interface com.xpn.xwiki.user.api.XWikiAuthService
 
authenticate(String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.GroovyAuthServiceImpl
 
authenticate(String, String, XWikiContext) - Static method in class com.xpn.xwiki.user.impl.xwiki.MyBasicAuthenticator
 
authenticate(String, String, XWikiContext) - Static method in class com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator
 
authenticate(String, String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
 
authenticate(HttpServletResponse) - Method in class com.xpn.xwiki.web.WrappingXWikiRequest
 
authenticate(HttpServletResponse) - Method in class com.xpn.xwiki.web.XWikiServletRequestStub
 
authenticate() - Method in interface com.xpn.xwiki.XWikiContextInitializer
Indicate that the current user should be authenticated.
authenticateSuperAdmin(String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.AbstractXWikiAuthService
 
authenticators - Variable in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
Each wiki has its own authenticator.

B

backupContext(Map<String, Object>, XWikiContext) - Static method in class com.xpn.xwiki.doc.XWikiDocument
 
backupWiki() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
Deprecated.
 
BaseClass - Class in com.xpn.xwiki.objects.classes
Represents an XClass, and contains XClass properties.
BaseClass() - Constructor for class com.xpn.xwiki.objects.classes.BaseClass
 
BaseCollection<R extends EntityReference> - Class in com.xpn.xwiki.objects
Base class for representing an element having a collection of properties.
BaseCollection() - Constructor for class com.xpn.xwiki.objects.BaseCollection
 
BaseElement<R extends EntityReference> - Class in com.xpn.xwiki.objects
Base class for representing an element having a name (either a reference of a free form name) and a pretty name.
BaseElement() - Constructor for class com.xpn.xwiki.objects.BaseElement
 
BaseObject - Class in com.xpn.xwiki.objects
 
BaseObject() - Constructor for class com.xpn.xwiki.objects.BaseObject
 
BaseObjectReference - Class in com.xpn.xwiki.objects
Object reference implementation for object names generated in className[objectNumber] format.
BaseObjectReference(EntityReference) - Constructor for class com.xpn.xwiki.objects.BaseObjectReference
Constructor which would raise exceptions if the source entity reference does not have the appropriate type or parent, etc.
BaseObjectReference(DocumentReference, Integer, DocumentReference) - Constructor for class com.xpn.xwiki.objects.BaseObjectReference
Builds an indexed object reference for the object of class className with index objectNumber in the document referenced by parent.
BaseObjectReference(EntityReference, Integer, DocumentReference) - Constructor for class com.xpn.xwiki.objects.BaseObjectReference
Builds an indexed object reference for the object of class className with index objectNumber in the document referenced by parent.
BaseObjectReference(EntityReference, EntityReference) - Constructor for class com.xpn.xwiki.objects.BaseObjectReference
Clone an BaseObjectReference, but use the specified parent for its new parent.
BaseProperty<R extends EntityReference> - Class in com.xpn.xwiki.objects
 
BaseProperty() - Constructor for class com.xpn.xwiki.objects.BaseProperty
 
BaseStringProperty - Class in com.xpn.xwiki.objects
Base string XProperty which all types of string XProperties extend.
BaseStringProperty() - Constructor for class com.xpn.xwiki.objects.BaseStringProperty
 
beginParsing(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
beginParsing(XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
Hook method called at the start of the response generation process, before the parsing of the root template begins.
beginParsing(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
beginRendering(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
beginRendering(XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
Hook method, called before the 1.0 rendering engine starts processing a wiki document, after XWikiPluginInterface.beginParsing(XWikiContext) and before XWikiPluginInterface.commonTagsHandler(String, XWikiContext).
beginRendering(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
beginTransaction(XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Begins a transaction if the context does not contains any.
beginTransaction(boolean, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
beginTransaction(SessionFactory, boolean, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
beginTransaction(SessionFactory, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Begins a transaction with a specific SessionFactory.
bindClassSheet(Document, DocumentReference) - Method in class com.xpn.xwiki.script.sheet.SheetScriptService
Binds a sheet to a XWiki class.
bindDocumentSheet(Document, DocumentReference) - Method in class com.xpn.xwiki.script.sheet.SheetScriptService
Binds a sheet to a XWiki document.
BLACKLIST_PROPERTY - Static variable in class com.xpn.xwiki.web.DownloadAction
Key of the blacklist in xwiki.properties.
BooleanClass - Class in com.xpn.xwiki.objects.classes
 
BooleanClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.BooleanClass
 
BooleanClass() - Constructor for class com.xpn.xwiki.objects.classes.BooleanClass
 
BooleanMetaClass - Class in com.xpn.xwiki.objects.meta
Defines the meta properties of a boolean XClass property.
BooleanMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.BooleanMetaClass
Default constructor.
buffer - Variable in class com.xpn.xwiki.web.includeservletasstring.BufferOutputStream
 
BufferedResponse - Class in com.xpn.xwiki.web.includeservletasstring
 
BufferedResponse(HttpServletResponse) - Constructor for class com.xpn.xwiki.web.includeservletasstring.BufferedResponse
Creates a new instance of BufferedResponse
BufferOutputStream - Class in com.xpn.xwiki.web.includeservletasstring
 
BufferOutputStream() - Constructor for class com.xpn.xwiki.web.includeservletasstring.BufferOutputStream
Creates a new instance of BufferOutputStream
bundle - Variable in class com.xpn.xwiki.web.XWikiMessageTool
Deprecated.
The default Resource Bundle to fall back to if no document bundle is found when trying to get a key.

C

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
Deprecated.
since 6.1M2, use XWikiCfgConfigurationSource.CFG_ENV_NAME instead
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
Deprecated.
since 11.8RC1 prefer using XWikiUser.isDisabled(XWikiContext).
checkActive(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
since 11.8RC1 prefer using XWikiUser.isDisabled(XWikiContext).
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.
Hook method called during the 1.0 rendering process, after XWikiPluginInterface.beginRendering(XWikiContext) and right before XWikiPluginInterface.startRenderingHandler(String, XWikiContext).
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
Deprecated.
since 10.8RC1, use org.xwiki.user.group.GroupManager component instead
countAllGroupsNamesForMember(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
Deprecated.
since 10.8RC1, use org.xwiki.user.script.GroupScriptService ($services.user.group) instead
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
Deprecated.
since 10.8RC1, use org.xwiki.user.group.GroupManager component instead
countAllMembersNamesForGroup(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
Deprecated.
since 10.8RC1, use org.xwiki.user.script.GroupScriptService ($services.user.group) instead
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
Deprecated.
since 11.5RC1
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.

D

daemon - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
 
DatabaseProduct - Class in com.xpn.xwiki.store
Represent a Database Product name as returned by DatabaseMetaData.getDatabaseProductName().
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
Deprecated.
replaced by Util.decodeURI(String, XWikiContext) since 1.3M2
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
Decodes a application/x-www-form-urlencoded string, the reverse of Util.encodeURI(String, XWikiContext).
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
Deprecated.
since 11.5RC1
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
Default implementation of SkinAccessBridge.
DefaultSkinAccessBridge() - Constructor for class com.xpn.xwiki.DefaultSkinAccessBridge
 
defaultURL - Variable in class com.xpn.xwiki.web.XWikiServletURLFactory
Deprecated.
since 10.3, use #defaultURLs instead
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
Archive of deleted attachment, stored in AttachmentRecycleBinStore.
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
Deprecated.
since 9.4RC1. The document parameter is useless and gets in the way. Use XWikiRecycleBinStoreInterface.deleteFromRecycleBin(long, XWikiContext, boolean) instead.
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
Struts form for DeleteVersionsAction.
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
Deprecated.
This is internal to XWikiHibernateStore and may be removed in the future.
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
Deprecated.
use Context instead
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 Displayers 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
Descriptor for the DocumentCreatedEvent.
DocumentCreatedEventDescriptor() - Constructor for class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
Construct a DocumentCreatedEventDescriptor.
DocumentDeletedEventDescriptor - Class in com.xpn.xwiki.events
Descriptor for the DocumentDeletedEvent.
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
Deprecated.
since 5.2, use Filter framework instead
DocumentInfo - Class in com.xpn.xwiki.plugin.packaging
Deprecated.
since 5.2, use Filter framework instead
DocumentInfo(XWikiDocument) - Constructor for class com.xpn.xwiki.plugin.packaging.DocumentInfo
Deprecated.
 
DocumentInfoAPI - Class in com.xpn.xwiki.plugin.packaging
Deprecated.
since 5.2, use Filter framework instead
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
Exception generated by DocumentRevisionProvider.
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
Default DocumentStats constructor.
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
Create new instance of DocumentStatsStoreItem.
DocumentUpdatedEventDescriptor - Class in com.xpn.xwiki.events
Descriptor for the DocumentUpdatedEvent.
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
method executed by XWikiHibernateBaseStore and pass open session to it.
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.

E

EDIT_MODE_CLASS - Static variable in class com.xpn.xwiki.XWikiConstant
The class that holds the default edit mode for a document.
EditAction - Class in com.xpn.xwiki.web
Initializes a document before it is edited.
EditAction() - Constructor for class com.xpn.xwiki.web.EditAction
Default constructor.
EditBean - Class in com.xpn.xwiki.web
 
EditBean() - Constructor for class com.xpn.xwiki.web.EditBean
 
EditForm - Class in com.xpn.xwiki.web
An object containing the information sent in an action request to perform changes on a document.
EditForm() - Constructor for class com.xpn.xwiki.web.EditForm
 
Element - Class in com.xpn.xwiki.api
Element is a superclass for any XWiki Class, Object, or Property which might be stored in the database.
Element(BaseElement, XWikiContext) - Constructor for class com.xpn.xwiki.api.Element
The Constructor.
element - Variable in class com.xpn.xwiki.api.Element
The internal element which this wraps.
ElementComparator - Class in com.xpn.xwiki.objects
Compare and sort instances of ElementInterface by name.
ElementComparator() - Constructor for class com.xpn.xwiki.objects.ElementComparator
 
ElementInterface - Interface in com.xpn.xwiki.objects
 
EMAIL_CHECKED_PROPERTY - Static variable in class com.xpn.xwiki.user.api.XWikiUser
The name of the property that store the information if an email was checked for the user.
EmailClass - Class in com.xpn.xwiki.objects.classes
Email Field Class allows to create a field for email values.
EmailClass(PropertyMetaClass) - Constructor for class com.xpn.xwiki.objects.classes.EmailClass
Constructor for Email Class.
EmailClass() - Constructor for class com.xpn.xwiki.objects.classes.EmailClass
Constructor for Email Class.
EmailMetaClass - Class in com.xpn.xwiki.objects.meta
Email Field Class allows to create a field for email values.
EmailMetaClass() - Constructor for class com.xpn.xwiki.objects.meta.EmailMetaClass
Constructor for EmailMetaClass.
EMPTY_RECYCLE_BIN - Static variable in class com.xpn.xwiki.web.DeleteAction
 
enableField(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
Re-enable a property.
enablePlaceholders(XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
Enable placeholder support in the current request context.
encode(String, XWikiContext) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
replaced by Util.encodeURI(String, XWikiContext) since 1.3M2
encodedXMLStringAsUTF8(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
encodeRedirectURL(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
encodeRedirectUrl(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
Deprecated. 
encodeRedirectURL(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
encodeRedirectUrl(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
encodeURI(String, XWikiContext) - Static method in class com.xpn.xwiki.util.Util
Translates a string into application/x-www-form-urlencoded format, so that it can be safely used in URIs, as a parameter value in a query string or as a segment in the URI path.
encodeURL(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
encodeUrl(String) - Method in class com.xpn.xwiki.web.XWikiServletResponse
Deprecated. 
encodeURL(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
encodeUrl(String) - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
ENCRYPTED - Static variable in class com.xpn.xwiki.objects.meta.PasswordMetaClass
Indicates that the password should be stored encrypted.
encryptText(String) - Method in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
Encrypt a string.
endParsing(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
endParsing(String, XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
Hook method called at the end of the response generation process, after the parsing of the root template is finished.
endParsing(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
endRendering(XWikiContext) - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
Hook method, called after the 1.0 rendering engine finished processing a wiki document.
endRendering(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
endRendering(XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
Hook method, called after the 1.0 rendering engine finished processing a wiki document.
endRendering(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
endRenderingHandler(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
endRenderingHandler(String, XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
Hook method called during the 1.0 rendering process, after XWikiPluginInterface.outsidePREHandler(String, XWikiContext) and right before XWikiPluginInterface.endRendering(XWikiContext).
endRenderingHandler(String, XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
endRequest() - Method in class com.xpn.xwiki.monitor.api.MonitorData
 
endRequest(boolean) - Method in class com.xpn.xwiki.monitor.api.MonitorData
 
endRequest() - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
 
endTimer(String) - Method in class com.xpn.xwiki.monitor.api.MonitorData
 
endTimer(String) - Method in class com.xpn.xwiki.monitor.api.MonitorPlugin
 
endTransaction(XWikiContext, boolean, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
endTransaction(XWikiContext, boolean) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Ends a transaction and close the session.
equals(Object) - Method in class com.xpn.xwiki.api.Class
 
equals(Object) - Method in class com.xpn.xwiki.api.Document
 
equals(Object) - Method in class com.xpn.xwiki.api.Object
 
equals(Object) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
equals(Object) - Method in class com.xpn.xwiki.doc.XWikiDocument.XWikiAttachmentToRemove
 
equals(Object) - Method in class com.xpn.xwiki.doc.XWikiLink
 
equals(Object) - Method in class com.xpn.xwiki.objects.BaseCollection
 
equals(Object) - Method in class com.xpn.xwiki.objects.BaseElement
 
equals(Object) - Method in class com.xpn.xwiki.objects.BaseObject
 
equals(Object) - Method in class com.xpn.xwiki.objects.BaseProperty
 
equals(Object) - Method in class com.xpn.xwiki.objects.BaseStringProperty
 
equals(Object) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
equals(Object) - Method in class com.xpn.xwiki.objects.DateProperty
 
equals(Object) - Method in class com.xpn.xwiki.objects.ListProperty
 
equals(Object) - Method in class com.xpn.xwiki.objects.NumberProperty
 
equals(Object) - Method in class com.xpn.xwiki.stats.impl.XWikiStats
 
equals(Object) - Method in class com.xpn.xwiki.store.DatabaseProduct
 
equals(Object) - Method in class com.xpn.xwiki.user.api.XWikiUser
 
equals(Object) - Method in class com.xpn.xwiki.util.AbstractSimpleClass
Deprecated.
 
equalsData(XWikiAttachment, XWikiContext) - Method in class com.xpn.xwiki.doc.XWikiAttachment
 
equalsData(XWikiDocument) - Method in class com.xpn.xwiki.doc.XWikiDocument
Same as XWikiDocument.equals(Object) but only for actual datas of the document.
error(SAXParseException) - Method in class com.xpn.xwiki.doc.DocumentErrorHandler
Receive notification of a recoverable error.
ERROR_CACHE_INITIALIZING - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_DOC_RCS_PARSING - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_DOC_XML_PARSING - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_PACKAGE_INVALID_FILTER - Static variable in exception com.xpn.xwiki.plugin.packaging.PackageException
Deprecated.
 
ERROR_PACKAGE_NODESCRIPTION - Static variable in exception com.xpn.xwiki.plugin.packaging.PackageException
Deprecated.
 
ERROR_PACKAGE_UNKNOWN - Static variable in exception com.xpn.xwiki.plugin.packaging.PackageException
Deprecated.
 
ERROR_XWIKI_ACCESS_DENIED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_ACCESS_EXO_EXCEPTION_ADDING_USERS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_ACCESS_EXO_EXCEPTION_GROUPS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_ACCESS_EXO_EXCEPTION_LISTING_USERS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_ACCESS_EXO_EXCEPTION_USERS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_ACCESS_TOKEN_INVALID - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_ATTACHMENT_NOT_FOUND - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_CREATE_USER - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_DOCUMENT_NAME_INVALID - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_DOCUMENT_NOT_EMPTY - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_DOCUMENT_PATH_TOO_LONG - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_EXPORT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_FILE_EXCEPTION_MAXSIZE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_INVALID_CHARS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_JAVA_HEAP_SPACE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_REDIRECT_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_SEND_RESPONSE_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_SERVICE_NOT_FOUND - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_TEMPLATE_DOES_NOT_EXIST - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_TEMPLATE_NOT_AVAILABLE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_UPLOAD_FILE_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_UPLOAD_PARSE_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_URL_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_APP_VALIDATE_USER - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_CANNOT_PREPARE_CUSTOM_DISPLAY - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_CUSTOMCLASSINVOCATIONERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_DIFF - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_FIELD_DOES_NOT_EXIST - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_FIELD_INVALID - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_PROPERTY_CLASS_IN_METACLASS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CLASSES_PROPERTY_CLASS_INSTANCIATION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CONFIG_FILENOTFOUND - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CONFIG_FORMATERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CONTENT_LINK_INVALID_TARGET - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_CONTENT_LINK_INVALID_URI - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_ATTACHMENT_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_CLASS_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_CONTENT_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_METADATA_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_OBJECT_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_RENDERED_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DIFF_XML_ERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DOC_CUSTOMDOCINVOCATIONERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DOC_EXPORT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_DOES_NOT_EXIST - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_CANNOT_GET_VALIDATION_CONFIG - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_CANNOT_PREPARE_VALIDATION_EMAIL - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_CONNECT_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_ERROR_SENDING_EMAIL - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_LOGIN_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EMAIL_SEND_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EXPORT_PDF_FOP_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EXPORT_XSL_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_EXPORT_XSL_FILE_NOT_FOUND - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_GROOVY_COMPILE_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_GROOVY_EXECUTION_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_INIT_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_MKDIR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_NOT_IMPLEMENTED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_NOTIFICATION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_PERLPLUGIN_PERLSERVER_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_PERLPLUGIN_START - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_PERLPLUGIN_START_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_RENDERING_GROOVY_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_RENDERING_VELOCITY_EXCEPTION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_ARCHIVEFORMAT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_ATTACHMENT_ARCHIVEFORMAT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_CLASSINVOCATIONERROR - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_FILENOTFOUND - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_CANNOT_DELETE_UNLOADED_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_CHECK_EXISTS_DATABASE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_CHECK_EXISTS_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_CREATE_DATABASE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETE_DATABASE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETING_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETING_LINKS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETING_LOCK - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_DELETING_OBJECT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_INVALID_MAPPING - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_BACKLINKS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_CLASS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_LINKS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_LOCK - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_LOADING_OBJECT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_MAPPING_INJECTION_FAILED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_READING_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_READING_REVISIONS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_READING_VERSION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_RENAMING_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_ATTACHMENT_LIST - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_CLASS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_DOC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_LINKS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_LOCK - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SAVING_OBJECT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SEARCH - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SEARCHING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_SWITCH_DATABASE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_HIBERNATE_UNEXISTANT_VERSION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_MIGRATION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_MISC - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_DELETING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_DELETING_FILE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_LOADING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_READING_FILE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_READING_REVISIONS - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_READING_VERSION - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_SAVING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_SAVING_FILE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_SEARCH - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_RCS_SEARCHING_ATTACHMENT - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_STORE_SEARCH_NOTIMPL - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_UNKNOWN - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_USER_CREATE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_USER_DISABLED - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_USER_INACTIVE - Static variable in exception com.xpn.xwiki.XWikiException
 
ERROR_XWIKI_USER_INIT - Static variable in exception com.xpn.xwiki.XWikiException
 
escapeSchema(String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Escape schema name depending of the database engine.
escapeText(String) - Static method in class com.xpn.xwiki.util.Util
Deprecated.
dedicated to Radeox which is deprecated since a long time
escapeURL(String) - Static method in class com.xpn.xwiki.util.Util
Deprecated.
dedicated to Radeox which is deprecated since a long time
evaluate(Writer, String, Reader) - Method in class com.xpn.xwiki.render.DefaultVelocityManager
 
evaluateTemplate(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
since 7.0M1, use TemplateManager.render(String) instead
evaluateVelocity(String, String, VelocityContext) - Method in class com.xpn.xwiki.XWiki
 
evaluateVelocity(String, String) - Method in class com.xpn.xwiki.XWiki
 
EVENT_TYPE - Static variable in class com.xpn.xwiki.events.DocumentCommentedEventDescriptor
Name of the supported type (as it is stored in Activity Stream).
EVENT_TYPE - Static variable in class com.xpn.xwiki.events.DocumentCreatedEventDescriptor
Name of the supported type (as it is stored in Activity Stream).
EVENT_TYPE - Static variable in class com.xpn.xwiki.events.DocumentDeletedEventDescriptor
Name of the supported type (as it is stored in Activity Stream).
EVENT_TYPE - Static variable in class com.xpn.xwiki.events.DocumentUpdatedEventDescriptor
Name of the supported type (as it is stored in Activity Stream).
ExcludeDocumentException - Exception in com.xpn.xwiki.plugin.packaging
Deprecated.
since 5.2, use Filter framework instead
ExcludeDocumentException() - Constructor for exception com.xpn.xwiki.plugin.packaging.ExcludeDocumentException
Deprecated.
 
execute(Query) - Method in class com.xpn.xwiki.store.hibernate.query.DefaultQueryExecutor
 
execute(Query) - Method in class com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor
 
execute(XWikiContext, boolean, boolean, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
execute(XWikiContext, boolean, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute method for operations in hibernate.
execute(HttpServletRequest, HttpServletResponse) - Method in class com.xpn.xwiki.web.XWikiAction
 
execute(XWikiContext) - Method in class com.xpn.xwiki.web.XWikiAction
 
executeDeleteWikiStatement(Statement, DatabaseProduct, String) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
Execute the SQL statement on the database to remove a wiki.
executeRead(XWikiContext, boolean, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
executeRead(XWikiContext, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute method for read-only operations in hibernate.
executeWrite(XWikiContext, boolean, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
executeWrite(XWikiContext, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute method for read-write operations in hibernate.
execution - Variable in class com.xpn.xwiki.web.XWikiAction
 
EXECUTIONCONTEXT_KEY - Static variable in class com.xpn.xwiki.XWikiContext
 
exists(String) - Method in class com.xpn.xwiki.api.XWiki
Returns whether a document exists or not
exists(DocumentReference) - Method in class com.xpn.xwiki.api.XWiki
Returns whether a document exists or not
exists(PageReference) - Method in class com.xpn.xwiki.api.XWiki
Returns whether a page exists or not.
exists(DocumentReference) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
 
exists(String) - Method in class com.xpn.xwiki.doc.DefaultDocumentAccessBridge
Deprecated.
exists() - Method in class com.xpn.xwiki.doc.XWikiAttachmentContent
 
exists(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
 
exists(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiHibernateStore
Verifies if a wiki document exists
exists(XWikiDocument, XWikiContext) - Method in interface com.xpn.xwiki.store.XWikiStoreInterface
 
exists(XWikiContext) - Method in class com.xpn.xwiki.user.api.XWikiUser
 
exists(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
exists(DocumentReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
exists(PageReference, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Returns whether a page exists or not.
expandSources(Vector) - Method in class com.xpn.xwiki.plugin.svg.SVGPlugin
 
export(XWikiContext) - Method in class com.xpn.xwiki.export.html.HtmlPackager
Apply export and create the ZIP package.
export(XWikiDocument, OutputStream, PdfExport.ExportType, XWikiContext) - Method in interface com.xpn.xwiki.pdf.api.PdfExport
Export a wiki Document into PDF or RTF.
export(XWikiDocument, OutputStream, PdfExport.ExportType, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfExportImpl
 
export(OutputStream, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
export() - Method in class com.xpn.xwiki.plugin.packaging.PackageAPI
Deprecated.
 
ExportAction - Class in com.xpn.xwiki.web
Exports in XAR, PDF, HTML and all output formats supported by *Office (when an *Office Server is running).
ExportAction() - Constructor for class com.xpn.xwiki.web.ExportAction
 
exportDir - Variable in class com.xpn.xwiki.web.ExportURLFactory
Deprecated.
since 6.2RC1, use {link #getExportURLFactoryContext} instead
exportedPages - Variable in class com.xpn.xwiki.web.ExportURLFactory
Deprecated.
since 6.2RC1, use {link #getExportURLFactoryContext} instead
exportHtml(String, OutputStream, PdfExport.ExportType, XWikiContext) - Method in interface com.xpn.xwiki.pdf.api.PdfExport
Convert an HTML document to PDF.
exportHtml(String, OutputStream, PdfExport.ExportType, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfExportImpl
 
exportToDir(File, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
exportToPDF(XWikiDocument, OutputStream, XWikiContext) - Method in interface com.xpn.xwiki.pdf.api.PdfExport
Export a wiki Document into PDF.
exportToPDF(XWikiDocument, OutputStream, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfExportImpl
 
ExportType(String, String) - Constructor for class com.xpn.xwiki.pdf.api.PdfExport.ExportType
Constructor, specifying the target MIME type and file extension.
ExportURLFactory - Class in com.xpn.xwiki.web
Handle URL generation in rendered wiki pages.
ExportURLFactory() - Constructor for class com.xpn.xwiki.web.ExportURLFactory
ExportURLFactory constructor.
ExportURLFactoryActionHandler - Interface in com.xpn.xwiki.web
Allows code to override how to handle creating URLs for specific Entity resource actions.
exportXHTML(String, OutputStream, PdfExport.ExportType, XWikiContext) - Method in class com.xpn.xwiki.pdf.impl.PdfExportImpl
Convert a valid XHTML document into PDF.
ExternalServletURLFactory - Class in com.xpn.xwiki.web
URL Factory which always prints the absolute (external) form of URLs.
ExternalServletURLFactory(XWikiContext) - Constructor for class com.xpn.xwiki.web.ExternalServletURLFactory
Old-school constructor using the XWikiContext to initialize the factory.
ExternalServletURLFactory() - Constructor for class com.xpn.xwiki.web.ExternalServletURLFactory
Constructor used by XWikiURLFactoryServiceImpl.

F

failSafeExecute(XWikiContext, boolean, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute method for operations in hibernate in an independent session (but not closing the current one if any).
failSafeExecuteRead(XWikiContext, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute hibernate read-only operation in a independent session (but not closing the current one if any).
failSafeExecuteWrite(XWikiContext, XWikiHibernateBaseStore.HibernateCallback<T>) - Method in class com.xpn.xwiki.store.XWikiHibernateBaseStore
Execute hibernate read-only operation in a independent session (but not closing the current one if any).
fallbackOnStub() - Method in interface com.xpn.xwiki.XWikiContextInitializer
Fallback on a stub XWikiContext if there is any issue.
fatalError(SAXParseException) - Method in class com.xpn.xwiki.doc.DocumentErrorHandler
Receive notification of a non-recoverable error.
FIELD_SCRIPT - Static variable in class com.xpn.xwiki.objects.classes.ComputedFieldClass
Constant defining the name of the script field.
fields - Variable in class com.xpn.xwiki.objects.BaseCollection
List of properties (eg XClass properties, XObject properties, etc).
fieldsToRemove - Variable in class com.xpn.xwiki.objects.BaseCollection
 
FILE_LIST_KEY - Static variable in class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
The context name of the uploaded file list.
FileSystemURLFactory - Class in com.xpn.xwiki.pdf.impl
Special URL Factory used during exports, which stores referenced attachments and resources on the filesystem, in a temporary folder, so that they can be included in the export result.
FileSystemURLFactory() - Constructor for class com.xpn.xwiki.pdf.impl.FileSystemURLFactory
 
FileUploadPlugin - Class in com.xpn.xwiki.plugin.fileupload
Plugin that offers access to uploaded files.
FileUploadPlugin(String, String, XWikiContext) - Constructor for class com.xpn.xwiki.plugin.fileupload.FileUploadPlugin
 
FileUploadPluginApi - Class in com.xpn.xwiki.plugin.fileupload
Plugin that offers access to uploaded files.
FileUploadPluginApi(FileUploadPlugin, XWikiContext) - Constructor for class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
API constructor.
filter(XWikiDocument, XWikiContext) - Method in interface com.xpn.xwiki.plugin.packaging.DocumentFilter
Deprecated.
Do actions at the import or export on a document.
filter(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
findAttachmentForDocRevision(XWikiDocument, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
 
findCookie(XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Try to find the cookie of the current request or create it.
findDeletedAttachmentForDocRevision(XWikiDocument, String, String, XWikiContext) - Method in class com.xpn.xwiki.web.XWikiServletURLFactory
 
findUser(String, XWikiContext) - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl
 
findVisit(XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Try to find the visiting session of the current request, or create a new one if this request is not part of a visit.
findVisitByCookie(String, XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Search visit statistics object in the database based on cookie name.
findVisitByField(String, String, XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Search visit statistics object in the database based on cookie name.
findVisitByIPUA(String, XWikiContext) - Static method in class com.xpn.xwiki.stats.impl.StatsUtil
Search visit statistics object in the database based on visit unique id.
FIRST - Static variable in class com.xpn.xwiki.criteria.impl.RangeFactory
The interval that matches just the first element of the list it is applied to.
FloatProperty - Class in com.xpn.xwiki.objects
 
FloatProperty() - Constructor for class com.xpn.xwiki.objects.FloatProperty
 
flush() - Method in class com.xpn.xwiki.web.includeservletasstring.BufferOutputStream
 
flushBuffer() - Method in class com.xpn.xwiki.web.XWikiServletResponse
 
flushBuffer() - Method in class com.xpn.xwiki.web.XWikiServletResponseStub
 
flushCache() - Method in class com.xpn.xwiki.api.XWiki
Privileged API to flush the cache of the Wiki installation This flushed the cache of all wikis, all plugins, all renderers
flushCache() - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
flushCache() - Method in class com.xpn.xwiki.objects.classes.DBListClass
 
flushCache() - Method in class com.xpn.xwiki.objects.classes.PropertyClass
 
flushCache() - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
 
flushCache() - Method in class com.xpn.xwiki.plugin.mail.MailPlugin
 
flushCache() - Method in class com.xpn.xwiki.plugin.packaging.PackagePlugin
Deprecated.
 
flushCache() - Method in class com.xpn.xwiki.plugin.svg.SVGPlugin
 
flushCache() - Method in class com.xpn.xwiki.plugin.svg.SVGPluginApi
 
flushCache(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
Deprecated.
 
flushCache() - Method in class com.xpn.xwiki.plugin.XWikiDefaultPlugin
flushCache(XWikiContext) - Method in interface com.xpn.xwiki.plugin.XWikiPluginInterface
Deprecated.
A "flush cache" method usually called by the global XWiki.flushCache(XWikiContext), requesting plugins to clear their cached data.
flushCache(XWikiContext) - Method in class com.xpn.xwiki.plugin.XWikiPluginManager
 
flushCache() - Method in class com.xpn.xwiki.store.XWikiCacheStore
 
flushCache() - Method in interface com.xpn.xwiki.store.XWikiCacheStoreInterface
 
flushCache() - Method in interface com.xpn.xwiki.user.api.XWikiGroupService
Deprecated.
since 10.8RC1, use GroupManager component instead
flushCache() - Method in class com.xpn.xwiki.user.impl.xwiki.XWikiGroupServiceImpl
 
flushCache(XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
flushClassCache() - Method in class com.xpn.xwiki.XWikiContext
Empty the class cache.
FORCE_DOWNLOAD_PROPERTY - Static variable in class com.xpn.xwiki.web.DownloadAction
Key of the forceDownload list in xwiki.properties.
forgetLogin(HttpServletRequest, HttpServletResponse) - Method in class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager
Forget a login by removing the authentication cookies.
FORM_PASSWORD_PLACEHODLER - Static variable in class com.xpn.xwiki.objects.classes.PasswordClass
 
formatDate(Date) - Method in class com.xpn.xwiki.api.XWiki
API allowing to format a date according to the default Wiki setting The date format is provided in the 'dateformat' parameter of the XWiki Preferences
formatDate(Date, String) - Method in class com.xpn.xwiki.api.XWiki
API allowing to format a date according to a custom format The date format is from java.text.SimpleDateFormat Example: "dd/MM/yyyy HH:mm:ss" or "d MMM yyyy" If the format is invalid the default format will be used to show the date
formatDate(Date, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
 
formEncode(String) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
starting with 2.7 use $services.xml.escape(content)
forName(String) - Static method in enum com.xpn.xwiki.web.ObjectPolicyType
 
FREE_TEXT_ALLOWED - Static variable in class com.xpn.xwiki.objects.classes.ListClass
 
FREE_TEXT_DISCOURAGED - Static variable in class com.xpn.xwiki.objects.classes.ListClass
 
FREE_TEXT_FORBIDDEN - Static variable in class com.xpn.xwiki.objects.classes.ListClass
 
freeMemory() - Method in class com.xpn.xwiki.XWiki
 
fromList(BaseProperty<?>, List<String>) - Method in class com.xpn.xwiki.objects.classes.GroupsClass
 
fromList(BaseProperty<?>, List<String>) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
 
fromList(BaseProperty<?>, List<String>) - Method in class com.xpn.xwiki.objects.classes.ListClass
Set the passed List into the passed property.
fromList(BaseProperty<?>, List<String>) - Method in class com.xpn.xwiki.objects.classes.UsersClass
 
fromMap(Map<String, ?>, XWikiContext) - Method in class com.xpn.xwiki.objects.classes.BaseClass
fromMap(Map<String, ?>, BaseCollection) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.BooleanClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.ComputedFieldClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.DateClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.GroupsClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.ListClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.NumberClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.PasswordClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
 
fromString(String) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.StringClass
 
fromString(String) - Method in class com.xpn.xwiki.objects.classes.UsersClass
 
fromStringArray(String[]) - Method in class com.xpn.xwiki.objects.classes.GroupsClass
 
fromStringArray(String[]) - Method in class com.xpn.xwiki.objects.classes.LevelsClass
 
fromStringArray(String[]) - Method in class com.xpn.xwiki.objects.classes.ListClass
 
fromStringArray(String[]) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
 
fromStringArray(String[]) - Method in class com.xpn.xwiki.objects.classes.UsersClass
 
fromValue(Object) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
 
fromValue(Object) - Method in interface com.xpn.xwiki.objects.classes.PropertyClassInterface
 
fromValueMap(Map<String, ?>, BaseCollection) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
fromXML(String) - Method in class com.xpn.xwiki.doc.XWikiAttachment
 
fromXML(InputSource) - Method in class com.xpn.xwiki.doc.XWikiAttachment
 
fromXML(Element) - Method in class com.xpn.xwiki.doc.XWikiAttachment
 
fromXML(String) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
fromXML(InputStream) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
fromXML(InputSource, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
fromXML(String, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
fromXML(InputStream, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
 
fromXML(Document, boolean) - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 9.0RC1, use XWikiDocument.fromXML(InputStream) instead
fromXML(Element) - Method in class com.xpn.xwiki.objects.BaseElement
 
fromXML(String) - Method in class com.xpn.xwiki.objects.BaseElement
 
fromXML(Element) - Method in class com.xpn.xwiki.objects.BaseObject
 
fromXML(Element) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
fromXML(String) - Method in class com.xpn.xwiki.objects.classes.BaseClass
 
fromXML(Element) - Method in class com.xpn.xwiki.objects.classes.PropertyClass
 
fromXml(InputStream) - Method in class com.xpn.xwiki.plugin.packaging.Package
Deprecated.
 
fromXML(Element) - Method in class com.xpn.xwiki.stats.impl.XWikiStats
Initialize statistics object from XML schema.

G

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
Helper method for accessing RangeFactory.ALL static field in velocity
getALL() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
Helper method for accessing ScopeFactory.ALL static field in velocity
getALL_PAGES() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
Helper method for accessing ScopeFactory.ALL_PAGES static field in velocity
getALL_SPACES() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
Helper method for accessing ScopeFactory.ALL_SPACES static field in velocity
getALL_TIME() - Static method in class com.xpn.xwiki.criteria.impl.PeriodFactory
Helper method for accessing PeriodFactory.ALL_TIME static field in velocity
getALL_WIKIS() - Static method in class com.xpn.xwiki.criteria.impl.ScopeFactory
Helper method for accessing ScopeFactory.ALL_WIKIS static field in velocity
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
Deprecated.
since 10.8RC1, use org.xwiki.user.group.GroupManager component instead
getAllGroupsNamesForMember(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
Deprecated.
since 10.8RC1, use org.xwiki.user.script.GroupScriptService ($services.user.group) instead
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
Deprecated.
since 10.8RC1, use org.xwiki.user.group.GroupManager component instead
getAllMembersNamesForGroup(String) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
Deprecated.
since 10.8RC1, use org.xwiki.user.script.GroupScriptService ($services.user.group) instead
getAllMembersNamesForGroup(String, int, int) - Method in class com.xpn.xwiki.plugin.rightsmanager.RightsManagerPluginApi
Deprecated.
since 10.8RC1, use org.xwiki.user.script.GroupScriptService ($services.user.group) instead
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
Deprecated.
since 2.6M1 please do not use this, it is bound to a jrcs based implementation.
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
Deprecated.
getAttachmentStore() - Method in class com.xpn.xwiki.XWiki
Deprecated.
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
Deprecated.
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
Deprecated.
since 6.4M1 use XWikiAttachment.getAuthorReference() instead
getAuthor() - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 3.0M3 use XWikiDocument.getAuthorReference() instead
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
Internal access to the wrapped 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
Deprecated.
since 7.0M1
getBaseSkin(XWikiContext, boolean) - Method in class com.xpn.xwiki.XWiki
Deprecated.
since 7.0M1
getBaseSkin(String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
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
Retreive the TextAreaClass.ContentType based on its value.
getByValue(String) - Static method in enum com.xpn.xwiki.objects.classes.TextAreaClass.EditorType
Retreive the TextAreaClass.EditorType based on its value.
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
Deprecated.
since 2.2M2 use BaseCollection.getXClassReference() instead
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
Deprecated.
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
Deprecated.
since 4.0M1 use Utils.getComponent(Type, String) instead
getComponent(Class<T>) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
since 4.0M1 use Utils.getComponent(Type) instead
getComponent(Type, String) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
starting with 4.1M2 use the Component Script Service instead
getComponent(Type) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
starting with 4.1M2 use the Component Script Service instead
getComponentList(Class<T>) - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
since 4.0M1 use Utils.getComponentManager() instead
getComponentManager() - Static method in class com.xpn.xwiki.web.Utils
Deprecated.
since 6.1M1, use Utils.getContextComponentManager() instead
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
Deprecated.
since 6.1M2, use ConfigurationSource component with hint xwikicfg instead
getConfigPath() - Static method in class com.xpn.xwiki.XWiki
Deprecated.
since 6.1M2, use XWikiCfgConfigurationSource.getConfigPath() instead
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
Deprecated.
since 9.9RC1
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
Deprecated.
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
Deprecated.
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
Deprecated.
last resort way of accessing the ComponentManager, make sure you cannot do it any other way possible since it add a strong dependency to a static to your code
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
Getter for the MyPersistentLoginManager.cookiePrefix parameter.
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
Deprecated.
since 3.0M2 use XWikiDocument.getCreatorReference() instead
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
Deprecated.
since 2.2M1 use XWikiDocument.getDocumentReference() instead
getDatabase() - Method in class com.xpn.xwiki.XWiki
 
getDatabase() - Method in class com.xpn.xwiki.XWikiContext
Deprecated.
since 6.1M1, use XWikiContext.getWikiId() instead
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
Deprecated.
use $datetool.date instead
getDate(long) - Method in class com.xpn.xwiki.api.Util
Deprecated.
use $datetool.toDate(time) instead
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
Helper method for accessing DurationFactory.DAY static field in velocity.
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
Deprecated.
since 7.0M1, use SkinManager.getDefaultParentSkin() instead
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
Deprecated.
starting with 11.0, use ExtendedRenderingConfiguration.getDefaultContentSyntax()
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
Deprecated.
since 8.0M1, use Document.getDefaultLocale() instead
getDefaultLanguage() - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 4.3M2 use XWikiDocument.getDefaultLocale() instead
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
Deprecated.
since 5.1M2 use XWiki.getDefaultLocale(XWikiContext) instead
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
Deprecated.
since 9.4RC1. Use XWiki.getDeletedDocument(String) instead.
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
Deprecated.
since 9.4RC1. The document parameter is useless and gets in the way. Use XWikiRecycleBinStoreInterface.getDeletedDocument(long, XWikiContext, boolean) instead.
getDeletedDocument(long, XWikiContext, boolean) - Method in interface com.xpn.xwiki.store.XWikiRecycleBinStoreInterface
 
getDeletedDocument(String, String, int, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
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
Deprecated.
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
Deprecated.
getDocument(String, String, XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
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
Deprecated.
since 8.2RC1 when we started using the Edit Module to load the configured WYSIWYG editor
getEditorWysiwyg() - Method in class com.xpn.xwiki.XWikiContext
Deprecated.
since 8.2RC1 when we started using the Edit Module to load the configured WYSIWYG editor
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
Deprecated.
since 5.2M2, use Throwable.getCause() instead
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
Deprecated.
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
Get the full URL of the given DocumentReference.
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
Deprecated.
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 FileItems.
getFileItems() - Method in class com.xpn.xwiki.plugin.fileupload.FileUploadPluginApi
Allows to retrieve the current list of uploaded files, as a list of FileItems.
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
Deprecated.
since 9.0RC1, use Attachment.getLongSize() instead
getFilesize() - Method in class com.xpn.xwiki.doc.XWikiAttachment
Deprecated.
since 9.0RC1, use XWikiAttachment.getLongSize() instead
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
Helper method for accessing RangeFactory.FIRST static field in velocity
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
Deprecated.
since 7.0M2. This was never used, since it is not the right place to handle separators. They are defined in ListClass and that is where they are now handled through ListClass.toFormString(BaseProperty).
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
Deprecated.
since 2.2M1 use XWikiDocument.getDocumentReference() instead
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
Deprecated.
starting with 5.0M1, don't call this method and instead pass "this"
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
Return an truncated MD5 hash of the local key computed in BaseElement.getLocalKey().
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
Deprecated.
since 6.0M1, use Context.getInterfaceLocale() instead
getInterfaceLanguage() - Method in class com.xpn.xwiki.XWikiContext
Deprecated.
since 6.0M1, use XWikiContext.getInterfaceLocale() instead
getInterfaceLanguagePreference() - Method in class com.xpn.xwiki.api.XWiki
Deprecated.
since 8.0M1, use XWiki.getInterfaceLocalePreference() instead
getInterfaceLanguagePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
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
Deprecated.
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
Deprecated.
since 4.0M1, use XWikiDocument.getKey()
getKey(XWikiDocument, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
 
getKey(String, String, XWikiContext) - Method in class com.xpn.xwiki.store.XWikiCacheStore
Deprecated.
since 4.0M1, use XWikiDocument.getKey()
getKey(String, String, String) - Method in class com.xpn.xwiki.store.XWikiCacheStore
Deprecated.
since 4.0M1, use XWikiDocument.getKey()
getLanguage() - Method in class com.xpn.xwiki.api.Context
Deprecated.
since 6.0M1, use Context.getLocale() instead
getLanguage() - Method in class com.xpn.xwiki.api.DeletedDocument
Deprecated.
since 8.0M1, use DeletedDocument.getLocale() instead
getLanguage() - Method in class com.xpn.xwiki.api.Document
Deprecated.
since 5.4M1 use Document.getLocale() instead
getLanguage() - Method in class com.xpn.xwiki.doc.XWikiDeletedDocument
Deprecated.
since 8.0M1, use XWikiDeletedDocument.getLocale() instead
getLanguage() - Method in class com.xpn.xwiki.doc.XWikiDocument
Deprecated.
since 4.3M2 use XWikiDocument.getLocale() instead
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
Deprecated.
since 4.3M1 use XWikiContext.getLocale() instead
getLanguagePreference() - Method in class com.xpn.xwiki.api.XWiki
Deprecated.
since 8.0M1, use XWiki.getLocalePreference() instead
getLanguagePreference(XWikiContext) - Method in class com.xpn.xwiki.XWiki
Deprecated.
getLargeStringValue(String) - Method in class com.xpn.xwiki.objects.BaseCollection
 
getLAST() - Static method in class com.xpn.xwiki.criteria.impl.RangeFactory
Helper method for accessing RangeFactory.LAST static field in velocity
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
Get the LevelTree Map for he provided rights levels.
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
Deprecated.
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
Deprecated.
since 3.1M1 use XWikiContext.getUserReference() instead
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
Deprecated.
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
Deprecated.
since 11.5RC1
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
Deprecated.
since 4.3M2 use ContextualLocalizationManager component instead
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
Helper method for accessing DurationFactory.MONTH static field in velocity.
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
Deprecated.
since 11.0, use Document.getDocumentReference() instead
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
Deprecated.
since 2.2M1 used XWikiDocument.getDocumentReference() instead
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
Deprecated.
getName() - Method in class com.xpn.xwiki.objects.classes.BaseClass
Deprecated.
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.
The name which can be used for accessing this plugin from XWiki.getPlugin(String, XWikiContext).
getName() - Method in class com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl