Uses of Class
com.xpn.xwiki.objects.classes.BaseClass
-
-
Uses of BaseClass in com.xpn.xwiki
Methods in com.xpn.xwiki that return BaseClass Modifier and Type Method Description BaseClass
XWikiContext. getBaseClass(DocumentReference classReference)
BaseClass
XWiki. getClass(String fullName, XWikiContext context)
Deprecated.since 2.2M2 useXWiki.getXClass(DocumentReference, XWikiContext)
BaseClass
XWiki. getCommentsClass(XWikiContext context)
BaseClass
XWiki. getEditModeClass(XWikiContext context)
Verify if theXWiki.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 theXWiki.XWikiPreferences
page exists and that it contains all the required configuration properties to make XWiki work properly.BaseClass
XWiki. getRedirectClass(XWikiContext context)
Verify if theXWiki.GlobalRedirect
page exists and that it contains all the required configuration properties to make the redirection feature work properly.BaseClass
XWiki. getRightsClass(XWikiContext context)
BaseClass
XWiki. getRightsClass(String pagename, XWikiContext context)
BaseClass
XWiki. getSheetClass(XWikiContext context)
Deprecated.since 3.1M2 edit mode class should be used for this purpose, not the sheet classBaseClass
XWiki. getSkinClass(XWikiContext context)
BaseClass
XWiki. getTagClass(XWikiContext context)
Verify if theXWiki.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 theXWiki.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)
Methods in com.xpn.xwiki with parameters of type BaseClass Modifier and Type Method Description void
XWikiContext. addBaseClass(BaseClass bclass)
-
Uses of BaseClass in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return BaseClass Modifier and Type Method Description protected BaseClass
Class. getBaseClass()
BaseClass
Class. getXWikiClass()
Constructors in com.xpn.xwiki.api with parameters of type BaseClass Constructor Description Class(BaseClass obj, XWikiContext context)
-
Uses of BaseClass in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return BaseClass Modifier and Type Method Description BaseClass
LazyXWikiDocument. getXClass()
BaseClass
XWikiDocument. getXClass()
Methods in com.xpn.xwiki.doc that return types with arguments of type BaseClass Modifier and Type Method Description List<BaseClass>
XWikiDocument. getXClasses(XWikiContext context)
Methods in com.xpn.xwiki.doc with parameters of type BaseClass Modifier and Type Method Description protected void
AbstractMandatoryClassInitializer. createClass(BaseClass xclass)
void
XWikiDocument. setXClass(BaseClass xwikiClass)
-
Uses of BaseClass in com.xpn.xwiki.objects
Methods in com.xpn.xwiki.objects that return BaseClass Modifier and Type Method Description BaseClass
BaseCollection. getXClass(XWikiContext context)
BaseClass
ObjectInterface. getXClass(XWikiContext context)
Methods in com.xpn.xwiki.objects with parameters of type BaseClass Modifier and Type Method Description org.dom4j.Element
BaseCollection. toXML(BaseClass bclass)
Deprecated.since 9.0RC1, useBaseCollection.toXML()
insteadorg.dom4j.Element
ObjectInterface. toXML(BaseClass bclass)
-
Uses of BaseClass in com.xpn.xwiki.objects.classes
Methods in com.xpn.xwiki.objects.classes that return BaseClass Modifier and Type Method Description BaseClass
BaseClass. clone()
BaseClass
PropertyClass. getXClass(XWikiContext context)
BaseClass
PropertyClass. getxWikiClass()
Methods in com.xpn.xwiki.objects.classes with parameters of type BaseClass Modifier and Type Method Description void
BaseClass. merge(BaseClass bclass)
void
PropertyClass. setxWikiClass(BaseClass xWikiClass)
org.dom4j.Element
PropertyClass. toXML(BaseClass bclass)
-
Uses of BaseClass in com.xpn.xwiki.objects.meta
Subclasses of BaseClass in com.xpn.xwiki.objects.meta Modifier and Type Class 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 ofPropertyMetaClassInterface
.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. -
Uses of BaseClass in com.xpn.xwiki.stats.impl
Methods in com.xpn.xwiki.stats.impl with parameters of type BaseClass Modifier and Type Method Description org.dom4j.Element
XWikiStats. toXML(BaseClass bclass)
-
Uses of BaseClass in com.xpn.xwiki.store
Methods in com.xpn.xwiki.store with parameters of type BaseClass Modifier and Type Method Description List<String>
XWikiCacheStore. getCustomMappingPropertyList(BaseClass bclass)
List
XWikiDefaultStore. getCustomMappingPropertyList(BaseClass bclass)
List<String>
XWikiHibernateStore. getCustomMappingPropertyList(BaseClass bclass)
List<String>
XWikiStoreInterface. getCustomMappingPropertyList(BaseClass bclass)
boolean
XWikiCacheStore. injectCustomMapping(BaseClass doc1class, XWikiContext context)
boolean
XWikiDefaultStore. injectCustomMapping(BaseClass doc1class, XWikiContext xWikiContext)
boolean
XWikiHibernateStore. injectCustomMapping(BaseClass doc1class)
boolean
XWikiHibernateStore. injectCustomMapping(BaseClass doc1class, XWikiContext inputxcontext)
default boolean
XWikiStoreInterface. injectCustomMapping(BaseClass doc1class)
boolean
XWikiStoreInterface. injectCustomMapping(BaseClass doc1class, XWikiContext xWikiContext)
Deprecated.org.hibernate.SessionFactory
XWikiHibernateStore. injectCustomMappingsInSessionFactory(BaseClass bclass, XWikiContext context)
boolean
XWikiCacheStore. isCustomMappingValid(BaseClass bclass, String custommapping1, XWikiContext context)
boolean
XWikiHibernateStore. isCustomMappingValid(BaseClass bclass, String custommapping1)
boolean
XWikiHibernateStore. isCustomMappingValid(BaseClass bclass, String custommapping1, XWikiContext context)
Deprecated.default boolean
XWikiStoreInterface. isCustomMappingValid(BaseClass bclass, String custommapping1)
boolean
XWikiStoreInterface. 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 -
Uses of BaseClass in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web with parameters of type BaseClass Modifier and Type Method Description abstract void
AbstractPropChangeAction. changePropertyDefinition(BaseClass xclass, String propertyName, XWikiContext context)
The method which does the actual modification of the property definition.void
PropDeleteAction. changePropertyDefinition(BaseClass xclass, String propertyName, XWikiContext context)
void
PropDisableAction. changePropertyDefinition(BaseClass xclass, String propertyName, XWikiContext context)
void
PropEnableAction. changePropertyDefinition(BaseClass xclass, String propertyName, XWikiContext context)
-