Serialized Form


Package com.xpn.xwiki

Class com.xpn.xwiki.XWikiConfig extends Properties implements Serializable

Class com.xpn.xwiki.XWikiContext extends Hashtable<Object,Object> implements Serializable

Serialized Fields

finished

boolean finished

wiki

XWiki wiki

engine_context

XWikiEngineContext engine_context

request

XWikiRequest request

response

XWikiResponse response

form

XWikiForm form

action

String action

orig_database

String orig_database

database

String database

userReference

DocumentReference userReference

locale

Locale locale

interfaceLanguage

String interfaceLanguage

mode

int mode

url

URL url

URLFactory

XWikiURLFactory URLFactory

xmlRpcServer

org.apache.xmlrpc.server.XmlRpcServer xmlRpcServer

cacheDuration

int cacheDuration

classCacheSize

int classCacheSize

classCache

Map<K,V> classCache

displayedFields

List<E> displayedFields

currentMixedDocumentReferenceResolver

DocumentReferenceResolver<T> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki.


localEntityReferenceSerializer

EntityReferenceSerializer<T> localEntityReferenceSerializer
Used to convert a proper Document Reference to a string but without the wiki name.


compactWikiEntityReferenceSerializer

EntityReferenceSerializer<T> compactWikiEntityReferenceSerializer
Used to convert a Document Reference to string (compact form without the wiki part if it matches the current wiki).


execution

org.xwiki.context.Execution execution
The Execution so that we can check if permissions were dropped there.

Class com.xpn.xwiki.XWikiException extends Exception implements Serializable

Serialized Fields

module

int module

code

int code

args

Object[] args

Package com.xpn.xwiki.content.parsers

Class com.xpn.xwiki.content.parsers.ContentParserException extends XWikiException implements Serializable


Package com.xpn.xwiki.doc

Class com.xpn.xwiki.doc.XWikiLink extends Object implements Serializable

Serialized Fields

docId

long docId

link

String link

fullName

String fullName

Package com.xpn.xwiki.doc.merge

Class com.xpn.xwiki.doc.merge.CollisionException extends MergeException implements Serializable

Class com.xpn.xwiki.doc.merge.MergeException extends Exception implements Serializable


Package com.xpn.xwiki.doc.rcs

Class com.xpn.xwiki.doc.rcs.XWikiRCSNodeId extends AbstractSimpleClass implements Serializable

Serialized Fields

docId

long docId
See Also:
XWikiDocument.getId()

version

org.suigeneris.jrcs.rcs.Version version
Version of document.


Package com.xpn.xwiki.objects

Class com.xpn.xwiki.objects.BaseCollection extends BaseElement<R extends EntityReference> implements Serializable

Serialized Fields

xClassReference

EntityReference xClassReference
The meaning of this reference fields depends on the element represented. Examples:


xClassReferenceCache

DocumentReference xClassReferenceCache
Cache the XClass reference resolved as an absolute reference for improved performance (so that we don't have to resolve the relative reference every time getXClassReference() is called.


fields

Map<K,V> fields
List of properties (eg XClass properties, XObject properties, etc).


fieldsToRemove

List<E> fieldsToRemove

number

int number
The meaning of this reference fields depends on the element represented. Examples:


relativeEntityReferenceResolver

EntityReferenceResolver<T> relativeEntityReferenceResolver
Used to resolve XClass references in the way they are stored externally (database, xml, etc), ie relative or absolute.


currentReferenceDocumentReferenceResolver

DocumentReferenceResolver<T> currentReferenceDocumentReferenceResolver
Used to normalize references.

Class com.xpn.xwiki.objects.BaseElement extends Object implements Serializable

Serialized Fields

referenceCache

EntityReference referenceCache
Full reference of this element.

Since:
3.2M1

documentReference

DocumentReference documentReference
Reference to the document in which this element is defined (for elements where this make sense, for example for an XClass or a XObject).

Since:
5.3M1

name

String name
Free form name (for elements which don't point to a reference, for example for instances of BaseProperty ).


prettyName

String prettyName

localEntityReferenceSerializer

EntityReferenceSerializer<T> localEntityReferenceSerializer
Used to convert a proper Document Reference to a string but without the wiki name.


localUidStringEntityReferenceSerializer

EntityReferenceSerializer<T> localUidStringEntityReferenceSerializer
Used to build uid string for the getId() hash.

Class com.xpn.xwiki.objects.BaseObject extends BaseCollection<BaseObjectReference> implements Serializable

Serialized Fields

guid

String guid

currentMixedDocumentReferenceResolver

DocumentReferenceResolver<T> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki.

Class com.xpn.xwiki.objects.BaseObjectReference extends ObjectReference implements Serializable

serialVersionUID: 1L

Serialized Fields

xclassReference

DocumentReference xclassReference
The class reference of this object.


objectNumber

Integer objectNumber
The number of this object.

Class com.xpn.xwiki.objects.BaseProperty extends BaseElement<R extends EntityReference> implements Serializable

Serialized Fields

object

BaseCollection<R extends EntityReference> object

id

long id

isValueDirty

boolean isValueDirty
Set to true if value is not the same as the database value.

Class com.xpn.xwiki.objects.BaseStringProperty extends BaseProperty implements Serializable

Serialized Fields

value

String value
The value of the string.

Class com.xpn.xwiki.objects.DateProperty extends BaseProperty implements Serializable

Serialized Fields

value

Date value
The property value.

Class com.xpn.xwiki.objects.DBStringListProperty extends ListProperty implements Serializable

Class com.xpn.xwiki.objects.DoubleProperty extends NumberProperty implements Serializable

Class com.xpn.xwiki.objects.FloatProperty extends NumberProperty implements Serializable

Class com.xpn.xwiki.objects.IntegerProperty extends NumberProperty implements Serializable

Class com.xpn.xwiki.objects.LargeStringProperty extends BaseStringProperty implements Serializable

Class com.xpn.xwiki.objects.ListProperty extends BaseProperty implements Serializable

Serialized Fields

formStringSeparator

String formStringSeparator

actualList

List<E> actualList
This is the actual list. It will be used during serialization/deserialization.

Class com.xpn.xwiki.objects.LongProperty extends NumberProperty implements Serializable

Class com.xpn.xwiki.objects.NumberProperty extends BaseProperty implements Serializable

Serialized Fields

value

Number value

Class com.xpn.xwiki.objects.StringListProperty extends ListProperty implements Serializable

Class com.xpn.xwiki.objects.StringProperty extends BaseStringProperty implements Serializable


Package com.xpn.xwiki.objects.classes

Class com.xpn.xwiki.objects.classes.BaseClass extends BaseCollection<DocumentReference> implements Serializable

Serialized Fields

customMapping

String customMapping

customClass

String customClass

defaultWeb

String defaultWeb

defaultViewSheet

String defaultViewSheet

defaultEditSheet

String defaultEditSheet

validationScript

String validationScript

nameField

String nameField

isDirty

boolean isDirty
Set to true if the class is modified from the database version of it.


currentMixedDocumentReferenceResolver

DocumentReferenceResolver<T> currentMixedDocumentReferenceResolver
Used to resolve a string into a proper Document Reference using the current document's reference to fill the blanks, except for the page name for which the default page name is used instead and for the wiki name for which the current wiki is used instead of the current document reference's wiki.

Class com.xpn.xwiki.objects.classes.BooleanClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.ComputedFieldClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.DateClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.DBListClass extends ListClass implements Serializable

Serialized Fields

cachedDBList

List<E> cachedDBList

Class com.xpn.xwiki.objects.classes.DBTreeListClass extends DBListClass implements Serializable

Serialized Fields

cachedDBTreeList

List<E> cachedDBTreeList
In-memory cache of the ordered tree values, to be used in case it is supposed to be cached.

Class com.xpn.xwiki.objects.classes.EmailClass extends StringClass implements Serializable

Class com.xpn.xwiki.objects.classes.GroupsClass extends ListClass implements Serializable

Class com.xpn.xwiki.objects.classes.LevelsClass extends ListClass implements Serializable

Class com.xpn.xwiki.objects.classes.ListClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.NumberClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.PageClass extends DBListClass implements Serializable

Class com.xpn.xwiki.objects.classes.PasswordClass extends StringClass implements Serializable

Class com.xpn.xwiki.objects.classes.PropertyClass extends BaseCollection<ClassPropertyReference> implements Serializable

Serialized Fields

xclass

BaseClass xclass

id

long id

pMetaClass

PropertyMetaClass pMetaClass

cachedCustomDisplayer

String cachedCustomDisplayer

Class com.xpn.xwiki.objects.classes.StaticListClass extends ListClass implements Serializable

Class com.xpn.xwiki.objects.classes.StringClass extends PropertyClass implements Serializable

Class com.xpn.xwiki.objects.classes.TextAreaClass extends StringClass implements Serializable

Class com.xpn.xwiki.objects.classes.UsersClass extends ListClass implements Serializable


Package com.xpn.xwiki.objects.meta

Class com.xpn.xwiki.objects.meta.BooleanMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.ComputedFieldMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.DateMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.DBListMetaClass extends ListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.DBTreeListMetaClass extends DBListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.EmailMetaClass extends StringMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.GroupsMetaClass extends ListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.LevelsMetaClass extends ListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.ListMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.MetaClass extends BaseClass implements Serializable

Class com.xpn.xwiki.objects.meta.NumberMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.PageMetaClass extends DBListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.PasswordMetaClass extends StringMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.PropertyMetaClass extends BaseClass implements Serializable

Class com.xpn.xwiki.objects.meta.StaticListMetaClass extends ListMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.StringMetaClass extends PropertyMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.TextAreaMetaClass extends StringMetaClass implements Serializable

Class com.xpn.xwiki.objects.meta.UsersMetaClass extends ListMetaClass implements Serializable


Package com.xpn.xwiki.plugin

Class com.xpn.xwiki.plugin.PluginException extends XWikiException implements Serializable

Serialized Fields

pluginName

String pluginName
Deprecated. 
The name of the plugin that triggered the exception.


Package com.xpn.xwiki.plugin.ldap

Class com.xpn.xwiki.plugin.ldap.XWikiLDAPException extends XWikiException implements Serializable


Package com.xpn.xwiki.plugin.packaging

Class com.xpn.xwiki.plugin.packaging.ExcludeDocumentException extends Exception implements Serializable

Class com.xpn.xwiki.plugin.packaging.PackageException extends PluginException implements Serializable


Package com.xpn.xwiki.plugin.rightsmanager

Class com.xpn.xwiki.plugin.rightsmanager.RightsManagerException extends PluginException implements Serializable


Package com.xpn.xwiki.stats.impl

Class com.xpn.xwiki.stats.impl.DocumentStats extends XWikiStats implements Serializable

Class com.xpn.xwiki.stats.impl.RefererStats extends XWikiStats implements Serializable

Class com.xpn.xwiki.stats.impl.VisitStats extends XWikiStats implements Serializable

Serialized Fields

oldObject

VisitStats oldObject
The previous visit object.

Class com.xpn.xwiki.stats.impl.XWikiStats extends BaseCollection implements Serializable

Serialized Fields

resolver

EntityReferenceResolver<T> resolver
Resolve names into reference for uid string serialization.


Package com.xpn.xwiki.store.migration

Class com.xpn.xwiki.store.migration.DataMigrationException extends Exception implements Serializable

serialVersionUID: 1L

Class com.xpn.xwiki.store.migration.MigrationRequiredException extends Exception implements Serializable

serialVersionUID: 1L


Package com.xpn.xwiki.user.api

Class com.xpn.xwiki.user.api.XWikiRightNotFoundException extends Exception implements Serializable


Package com.xpn.xwiki.user.impl.xwiki

Class com.xpn.xwiki.user.impl.xwiki.MyPersistentLoginManager extends org.securityfilter.authenticator.persistent.DefaultPersistentLoginManager implements Serializable

Serialized Fields

cookieDomains

String[] cookieDomains
The domain generalization for which the cookies are active. Configured by the xwiki.authentication.cookiedomains parameter. If a request comes from a host not in this list, then the cookie is valid only for the requested domain. If a request comes from a host that partially matches a domain in this list (meaning that the value in the list is contained in the requested domain), then the cookie is set for the more general value found in the list. This is useful for using the same account across multiple virtual wikis, for example.


cookiePath

String cookiePath
The path for which the cookies are active. By default the cookie is active for all paths in the configured domains.


cookiePrefix

String cookiePrefix
The prefix that should be used for cookie names.


Package com.xpn.xwiki.web

Class com.xpn.xwiki.web.DeleteVersionsForm extends XWikiForm implements Serializable

Serialized Fields

rev1

org.suigeneris.jrcs.rcs.Version rev1
from revision.


rev2

org.suigeneris.jrcs.rcs.Version rev2
to revision.


rev

org.suigeneris.jrcs.rcs.Version rev
single version.


language

String language
document language.


confirm

boolean confirm
is action confirmed.

Class com.xpn.xwiki.web.EditForm extends XWikiForm implements Serializable

Serialized Fields

content

String content

web

String web

name

String name

parent

String parent

creator

String creator

template

String template

language

String language

defaultLanguage

String defaultLanguage

defaultTemplate

String defaultTemplate

title

String title

comment

String comment

isMinorEdit

boolean isMinorEdit

tags

String tags

lockForce

boolean lockForce

syntaxId

String syntaxId

hidden

String hidden

Class com.xpn.xwiki.web.HomePageRedirectServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

home

String home
The address to use as a home page where the users are redirected.

Class com.xpn.xwiki.web.ObjectAddForm extends XWikiForm implements Serializable

Serialized Fields

className

String className

Class com.xpn.xwiki.web.ObjectRemoveForm extends ObjectAddForm implements Serializable

Serialized Fields

classId

int classId

Class com.xpn.xwiki.web.PrepareEditForm extends XWikiForm implements Serializable

Serialized Fields

template

String template

parent

String parent

defaultLanguage

String defaultLanguage

defaultTemplate

String defaultTemplate

creator

String creator

lockForce

boolean lockForce

Class com.xpn.xwiki.web.PreviewForm extends EditForm implements Serializable

Serialized Fields

releaseLock

boolean releaseLock

Class com.xpn.xwiki.web.PropAddForm extends XWikiForm implements Serializable

Serialized Fields

propName

String propName

propType

String propType

Class com.xpn.xwiki.web.PropChangeForm extends XWikiForm implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the class property to remove.

Class com.xpn.xwiki.web.RollbackForm extends XWikiForm implements Serializable

Serialized Fields

rev

String rev

language

String language

confirm

String confirm

Class com.xpn.xwiki.web.XWikiForm extends org.apache.struts.action.ActionForm implements Serializable

Serialized Fields

request

XWikiRequest request

Package com.xpn.xwiki.xmlrpc

Class com.xpn.xwiki.xmlrpc.XWikiXmlRpcServlet extends org.apache.xmlrpc.webserver.XmlRpcServlet implements Serializable

serialVersionUID: 3745689092652029366L



Copyright © 2004–2014 XWiki. All rights reserved.