Modifier and Type | Method and Description |
---|---|
BaseClass |
XWikiContext.getBaseClass(DocumentReference classReference) |
BaseClass |
XWiki.getClass(String fullName,
XWikiContext context)
Deprecated.
since 2.2M2 use
XWiki.getXClass(DocumentReference, XWikiContext) |
BaseClass |
XWiki.getCommentsClass(XWikiContext context) |
BaseClass |
XWiki.getEditModeClass(XWikiContext context)
Verify if the
XWiki.EditModeClass page exists and that it contains all the required configuration
properties to make the edit mode feature work properly. |
BaseClass |
XWiki.getGlobalRightsClass(XWikiContext context) |
BaseClass |
XWiki.getGroupClass(XWikiContext context) |
BaseClass |
XWiki.getPrefsClass(XWikiContext context)
Verify if the
XWiki.XWikiPreferences page exists and that it contains all the required configuration
properties to make XWiki work properly. |
BaseClass |
XWiki.getRedirectClass(XWikiContext context)
Verify if the
XWiki.GlobalRedirect page exists and that it contains all the required configuration
properties to make the redirection feature work properly. |
BaseClass |
XWiki.getRightsClass(String pagename,
XWikiContext context) |
BaseClass |
XWiki.getRightsClass(XWikiContext context) |
BaseClass |
XWiki.getSheetClass(XWikiContext context)
Deprecated.
since 3.1M2 edit mode class should be used for this purpose, not the sheet class
|
BaseClass |
XWiki.getSkinClass(XWikiContext context) |
BaseClass |
XWiki.getTagClass(XWikiContext context)
Verify if the
XWiki.TagClass page exists and that it contains all the required configuration
properties to make the tag feature work properly. |
BaseClass |
XWiki.getUserClass(XWikiContext context)
Verify if the
XWiki.XWikiUsers page exists and that it contains all the required configuration
properties to make the user feature work properly. |
BaseClass |
XWiki.getXClass(DocumentReference documentReference,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
void |
XWikiContext.addBaseClass(BaseClass bclass) |
Modifier and Type | Method and Description |
---|---|
protected BaseClass |
Class.getBaseClass() |
BaseClass |
Class.getXWikiClass() |
Constructor and Description |
---|
Class(BaseClass obj,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
BaseClass |
XWikiDocument.getXClass() |
BaseClass |
LazyXWikiDocument.getXClass() |
Modifier and Type | Method and Description |
---|---|
List<BaseClass> |
XWikiDocument.getXClasses(XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMandatoryClassInitializer.createClass(BaseClass xclass) |
void |
XWikiDocument.setXClass(BaseClass xwikiClass) |
Modifier and Type | Method and Description |
---|---|
BaseClass |
BaseCollection.getXClass(XWikiContext context) |
BaseClass |
ObjectInterface.getXClass(XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
BaseCollection.toXML(BaseClass bclass)
Deprecated.
since 9.0RC1, use
BaseCollection.toXML() instead |
org.dom4j.Element |
ObjectInterface.toXML(BaseClass bclass) |
Modifier and Type | Method and Description |
---|---|
BaseClass |
BaseClass.clone() |
BaseClass |
PropertyClass.getXClass(XWikiContext context) |
BaseClass |
PropertyClass.getxWikiClass() |
Modifier and Type | Method and Description |
---|---|
void |
BaseClass.merge(BaseClass bclass) |
void |
PropertyClass.setxWikiClass(BaseClass xWikiClass) |
org.dom4j.Element |
PropertyClass.toXML(BaseClass bclass) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanMetaClass
Defines the meta properties of a boolean XClass property.
|
class |
ComputedFieldMetaClass
Computed Field Class allows to create a field without storage that will display computed values based on other data
in the object or wiki.
|
class |
DateMetaClass
Defines the meta properties of a date XClass property.
|
class |
DBListMetaClass
Defines the meta properties of a database list XClass property.
|
class |
DBTreeListMetaClass
Defines the meta properties of a database tree list XClass property.
|
class |
EmailMetaClass
Email Field Class allows to create a field for email values.
|
class |
GroupsMetaClass
Defines the meta properties of a groups XClass property.
|
class |
LevelsMetaClass
Defines the meta properties of a access rights levels XClass property.
|
class |
ListMetaClass
Defines the default meta properties for all list XClass property types.
|
class |
MetaClass
A pseudo XClass whose fields are meta properties.
|
class |
NumberMetaClass
Defines the meta properties of a number XClass property.
|
class |
PageMetaClass
Page Field Class allows to create a field for storing page references.
|
class |
PasswordMetaClass
Defines the meta properties of a boolean XClass property.
|
class |
PropertyMetaClass
Default implementation of
PropertyMetaClassInterface . |
class |
StaticListMetaClass
Defines the meta properties of a static list XClass property.
|
class |
StringMetaClass
Defines the meta properties of a string XClass property.
|
class |
TextAreaMetaClass
Defines the meta properties of a text area XClass property.
|
class |
TimezoneMetaClass
Defines the meta properties of a Timezone XClass property.
|
class |
UsersMetaClass
Defines the meta properties of a users XClass property.
|
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
XWikiStats.toXML(BaseClass bclass) |
Modifier and Type | Method and Description |
---|---|
List<String> |
XWikiStoreInterface.getCustomMappingPropertyList(BaseClass bclass) |
List |
XWikiDefaultStore.getCustomMappingPropertyList(BaseClass bclass) |
List<String> |
XWikiCacheStore.getCustomMappingPropertyList(BaseClass bclass) |
List<String> |
XWikiHibernateStore.getCustomMappingPropertyList(BaseClass bclass) |
default boolean |
XWikiStoreInterface.injectCustomMapping(BaseClass doc1class) |
boolean |
XWikiHibernateStore.injectCustomMapping(BaseClass doc1class) |
boolean |
XWikiStoreInterface.injectCustomMapping(BaseClass doc1class,
XWikiContext xWikiContext)
Deprecated.
since 11.5RC1, use
XWikiStoreInterface.injectCustomMapping(BaseClass) instead |
boolean |
XWikiDefaultStore.injectCustomMapping(BaseClass doc1class,
XWikiContext xWikiContext) |
boolean |
XWikiCacheStore.injectCustomMapping(BaseClass doc1class,
XWikiContext context) |
boolean |
XWikiHibernateStore.injectCustomMapping(BaseClass doc1class,
XWikiContext inputxcontext) |
org.hibernate.SessionFactory |
XWikiHibernateStore.injectCustomMappingsInSessionFactory(BaseClass bclass,
XWikiContext context) |
default boolean |
XWikiStoreInterface.isCustomMappingValid(BaseClass bclass,
String custommapping1) |
boolean |
XWikiHibernateStore.isCustomMappingValid(BaseClass bclass,
String custommapping1) |
boolean |
XWikiStoreInterface.isCustomMappingValid(BaseClass bclass,
String custommapping1,
XWikiContext context)
Deprecated.
since 11.5RC1, use
XWikiStoreInterface.isCustomMappingValid(BaseClass, String) |
boolean |
XWikiCacheStore.isCustomMappingValid(BaseClass bclass,
String custommapping1,
XWikiContext context) |
boolean |
XWikiHibernateStore.isCustomMappingValid(BaseClass bclass,
String custommapping1,
XWikiContext context)
Deprecated.
|
void |
XWikiHibernateBaseStore.updateSchema(BaseClass bclass,
XWikiContext inputxcontext)
Custom Mapping This function update the schema based on the dynamic custom mapping provided by the class
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractPropChangeAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context)
The method which does the actual modification of the property definition.
|
void |
PropEnableAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context) |
void |
PropDeleteAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context) |
void |
PropDisableAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context) |
Copyright © 2004–2021 XWiki. All rights reserved.