|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BaseClass in com.xpn.xwiki |
---|
Methods in com.xpn.xwiki that return BaseClass | |
---|---|
BaseClass |
XWikiContext.getBaseClass(DocumentReference documentReference)
|
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)
|
Methods in com.xpn.xwiki with parameters of type BaseClass | |
---|---|
void |
XWikiContext.addBaseClass(BaseClass bclass)
|
Uses of BaseClass in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return BaseClass | |
---|---|
protected BaseClass |
Class.getBaseClass()
|
BaseClass |
Class.getXWikiClass()
|
Constructors in com.xpn.xwiki.api with parameters of type BaseClass | |
---|---|
Class(BaseClass obj,
XWikiContext context)
|
Uses of BaseClass in com.xpn.xwiki.doc |
---|
Methods in com.xpn.xwiki.doc that return BaseClass | |
---|---|
BaseClass |
LazyXWikiDocument.getXClass()
|
BaseClass |
XWikiDocument.getXClass()
|
Methods in com.xpn.xwiki.doc that return types with arguments of type BaseClass | |
---|---|
List<BaseClass> |
XWikiDocument.getXClasses(XWikiContext context)
|
Methods in com.xpn.xwiki.doc with parameters of type BaseClass | |
---|---|
void |
XWikiDocument.setXClass(BaseClass xwikiClass)
|
Uses of BaseClass in com.xpn.xwiki.objects |
---|
Methods in com.xpn.xwiki.objects that return BaseClass | |
---|---|
BaseClass |
BaseCollection.getXClass(XWikiContext context)
|
BaseClass |
ObjectInterface.getXClass(XWikiContext context)
|
Methods in com.xpn.xwiki.objects with parameters of type BaseClass | |
---|---|
org.dom4j.Element |
BaseObject.toXML(BaseClass bclass)
|
abstract org.dom4j.Element |
BaseCollection.toXML(BaseClass bclass)
|
org.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 | |
---|---|
BaseClass |
BaseClass.clone()
|
BaseClass |
PropertyClass.getXClass(XWikiContext context)
|
BaseClass |
PropertyClass.getxWikiClass()
|
Methods in com.xpn.xwiki.objects.classes with parameters of type BaseClass | |
---|---|
void |
BaseClass.merge(BaseClass bclass)
|
void |
PropertyClass.setxWikiClass(BaseClass xWikiClass)
|
org.dom4j.Element |
PropertyClass.toXML(BaseClass bclass)
|
org.dom4j.Element |
BaseClass.toXML(BaseClass bclass)
|
Uses of BaseClass in com.xpn.xwiki.objects.meta |
---|
Subclasses of BaseClass in com.xpn.xwiki.objects.meta | |
---|---|
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 |
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 | |
---|---|
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 | |
---|---|
List<String> |
XWikiCacheStore.getCustomMappingPropertyList(BaseClass bclass)
|
List<String> |
XWikiHibernateStore.getCustomMappingPropertyList(BaseClass bclass)
|
List<String> |
XWikiStoreInterface.getCustomMappingPropertyList(BaseClass bclass)
|
List |
XWikiDefaultStore.getCustomMappingPropertyList(BaseClass bclass)
|
boolean |
XWikiCacheStore.injectCustomMapping(BaseClass doc1class,
XWikiContext context)
|
boolean |
XWikiHibernateStore.injectCustomMapping(BaseClass doc1class,
XWikiContext context)
|
boolean |
XWikiStoreInterface.injectCustomMapping(BaseClass doc1class,
XWikiContext xWikiContext)
|
boolean |
XWikiDefaultStore.injectCustomMapping(BaseClass doc1class,
XWikiContext xWikiContext)
|
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,
XWikiContext context)
|
boolean |
XWikiStoreInterface.isCustomMappingValid(BaseClass bclass,
String custommapping1,
XWikiContext context)
|
void |
XWikiHibernateBaseStore.updateSchema(BaseClass bclass,
XWikiContext context)
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 | |
---|---|
void |
PropEnableAction.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)
The method which does the actual modification of the property definition. |
abstract void |
AbstractPropChangeAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context)
The method which does the actual modification of the property definition. |
void |
PropDisableAction.changePropertyDefinition(BaseClass xclass,
String propertyName,
XWikiContext context)
The method which does the actual modification of the property definition. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |