Serialized Form
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.
module
int module
code
int code
args
Object[] args
Package com.xpn.xwiki.content.parsers |
Package com.xpn.xwiki.doc |
docId
long docId
link
String link
fullName
String fullName
Package com.xpn.xwiki.doc.merge |
Package com.xpn.xwiki.doc.rcs |
docId
long docId
- See Also:
XWikiDocument.getId()
version
org.suigeneris.jrcs.rcs.Version version
- Version of document.
Package com.xpn.xwiki.objects |
xClassReference
EntityReference xClassReference
- The meaning of this reference fields depends on the element represented. Examples:
- If this BaseCollection instance represents an XObject then refers to the document where the XObject's XClass
is defined.
- If this BaseCollection instance represents an XClass then it's not used.
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:
- When the BaseCollection represents an XObject, this number is the position of this XObject in the document
where it's located. The first XObject of a given XClass type is at position 0, and other XObject of the same
XClass type are at position 1, etc.
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.
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.
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.
serialVersionUID: 1L
xclassReference
DocumentReference xclassReference
- The class reference of this object.
objectNumber
Integer objectNumber
- The number of this object.
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.
value
String value
- The value of the string.
value
Date value
- The property value.
formStringSeparator
String formStringSeparator
actualList
List<E> actualList
- This is the actual list. It will be used during serialization/deserialization.
value
Number value
Package com.xpn.xwiki.objects.classes |
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.
cachedDBList
List<E> cachedDBList
cachedDBTreeList
List<E> cachedDBTreeList
- In-memory cache of the ordered tree values, to be used in case it is supposed to be cached.
xclass
BaseClass xclass
id
long id
pMetaClass
PropertyMetaClass pMetaClass
cachedCustomDisplayer
String cachedCustomDisplayer
Package com.xpn.xwiki.objects.meta |
Package com.xpn.xwiki.plugin |
pluginName
String pluginName
- Deprecated.
- The name of the plugin that triggered the exception.
Package com.xpn.xwiki.plugin.ldap |
Package com.xpn.xwiki.plugin.packaging |
Package com.xpn.xwiki.plugin.rightsmanager |
Package com.xpn.xwiki.stats.impl |
oldObject
VisitStats oldObject
- The previous visit object.
resolver
EntityReferenceResolver<T> resolver
- Resolve names into reference for uid string serialization.
Package com.xpn.xwiki.store.migration |
serialVersionUID: 1L
serialVersionUID: 1L
Package com.xpn.xwiki.user.api |
Package com.xpn.xwiki.user.impl.xwiki |
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 |
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.
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
home
String home
- The address to use as a home page where the users are redirected.
className
String className
classId
int classId
template
String template
parent
String parent
defaultLanguage
String defaultLanguage
defaultTemplate
String defaultTemplate
creator
String creator
lockForce
boolean lockForce
releaseLock
boolean releaseLock
propName
String propName
propType
String propType
propertyName
String propertyName
- The name of the class property to remove.
rev
String rev
language
String language
confirm
String confirm
request
XWikiRequest request
Package com.xpn.xwiki.xmlrpc |
serialVersionUID: 3745689092652029366L
Copyright © 2004–2014 XWiki. All rights reserved.