|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseCollection | |
---|---|
com.xpn.xwiki.api | |
com.xpn.xwiki.doc | |
com.xpn.xwiki.objects | |
com.xpn.xwiki.objects.classes | |
com.xpn.xwiki.objects.meta | |
com.xpn.xwiki.stats.impl | |
com.xpn.xwiki.store |
Uses of BaseCollection in com.xpn.xwiki.api |
---|
Methods in com.xpn.xwiki.api that return BaseCollection | |
---|---|
protected BaseCollection |
Collection.getCollection()
|
Constructors in com.xpn.xwiki.api with parameters of type BaseCollection | |
---|---|
Collection(BaseCollection collection,
XWikiContext context)
|
Uses of BaseCollection in com.xpn.xwiki.doc |
---|
Methods in com.xpn.xwiki.doc with parameters of type BaseCollection | |
---|---|
String |
XWikiDocument.displayEdit(PropertyClass pclass,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
XWikiDocument.displayHidden(PropertyClass pclass,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
XWikiDocument.displayRendered(PropertyClass pclass,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
XWikiDocument.displayView(PropertyClass pclass,
String prefix,
BaseCollection object,
XWikiContext context)
|
Uses of BaseCollection in com.xpn.xwiki.objects |
---|
Subclasses of BaseCollection in com.xpn.xwiki.objects | |
---|---|
class |
BaseObject
|
Methods in com.xpn.xwiki.objects that return BaseCollection | |
---|---|
BaseCollection |
BaseCollection.clone()
|
BaseCollection |
BaseProperty.getObject()
|
BaseCollection |
PropertyInterface.getObject()
|
Methods in com.xpn.xwiki.objects with parameters of type BaseCollection | |
---|---|
void |
BaseProperty.setObject(BaseCollection object)
|
void |
PropertyInterface.setObject(BaseCollection object)
|
Uses of BaseCollection in com.xpn.xwiki.objects.classes |
---|
Subclasses of BaseCollection in com.xpn.xwiki.objects.classes | |
---|---|
class |
BaseClass
Represents an XClass, and contains XClass properties. |
class |
BooleanClass
|
class |
ComputedFieldClass
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 |
DateClass
Defines an XClass property type whose value is a Date. |
class |
DBListClass
|
class |
DBTreeListClass
|
class |
EmailClass
Email Field Class allows to create a field for email values. |
class |
GroupsClass
Defines an XClass property type whose value is a list of group references. |
class |
LevelsClass
|
class |
ListClass
|
class |
NumberClass
|
class |
PageClass
Page Field Class allows to create a field for storing page references. |
class |
PasswordClass
|
class |
PropertyClass
Represents an XClass property and contains property definitions (eg "relational storage", "display type", "separator", "multi select", etc). |
class |
StaticListClass
|
class |
StringClass
|
class |
TextAreaClass
|
class |
UsersClass
Defines an XClass property type whose value is a list of user references. |
Methods in com.xpn.xwiki.objects.classes that return BaseCollection | |
---|---|
BaseCollection |
BaseClass.fromMap(Map<String,?> map,
BaseCollection object)
|
BaseCollection |
BaseClass.fromMap(Map<String,?> map,
XWikiContext context)
Deprecated. since 2.2.3 use BaseClass.fromMap(java.util.Map, com.xpn.xwiki.objects.BaseCollection) |
BaseCollection |
BaseClass.fromValueMap(Map<String,?> map,
BaseCollection object)
|
BaseCollection |
PropertyClass.getObject()
|
BaseCollection |
BaseClass.newObject(XWikiContext context)
Deprecated. since 2.2.3 use XWikiDocument.newXObject(org.xwiki.model.reference.EntityReference, com.xpn.xwiki.XWikiContext) |
Methods in com.xpn.xwiki.objects.classes with parameters of type BaseCollection | |
---|---|
void |
BooleanClass.displayCheckboxEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayEdit(String name,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
DBListClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ComputedFieldClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
DBTreeListClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
BooleanClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PasswordClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
NumberClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
StringClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
StaticListClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
TextAreaClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
LevelsClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClassInterface.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ListClass.displayEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayEdit(String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayHidden(String name,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClass.displayHidden(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ComputedFieldClass.displayHidden(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PasswordClass.displayHidden(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClassInterface.displayHidden(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ListClass.displayHidden(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayHidden(String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
BooleanClass.displayRadioEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
protected void |
ListClass.displayRadioEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
BooleanClass.displaySelectEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
protected void |
ListClass.displaySelectEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
protected void |
DBTreeListClass.displayTreeSelectEdit(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayView(String name,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
DBListClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ComputedFieldClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
DBTreeListClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
BooleanClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PasswordClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
TextAreaClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
PropertyClassInterface.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
void |
ListClass.displayView(StringBuffer buffer,
String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
String |
PropertyClass.displayView(String name,
String prefix,
BaseCollection object,
XWikiContext context)
|
BaseCollection |
BaseClass.fromMap(Map<String,?> map,
BaseCollection object)
|
BaseCollection |
BaseClass.fromValueMap(Map<String,?> map,
BaseCollection object)
|
void |
PropertyClass.setObject(BaseCollection object)
|
Uses of BaseCollection in com.xpn.xwiki.objects.meta |
---|
Subclasses of BaseCollection 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. |
Methods in com.xpn.xwiki.objects.meta that return BaseCollection | |
---|---|
BaseCollection |
PropertyMetaClass.getObject()
|
BaseCollection |
PropertyMetaClass.newObject(XWikiContext context)
|
BaseCollection |
MetaClass.newObject(XWikiContext context)
|
Methods in com.xpn.xwiki.objects.meta with parameters of type BaseCollection | |
---|---|
void |
PropertyMetaClass.setObject(BaseCollection object)
|
Uses of BaseCollection in com.xpn.xwiki.stats.impl |
---|
Subclasses of BaseCollection in com.xpn.xwiki.stats.impl | |
---|---|
class |
DocumentStats
The document statistics database object. |
class |
RefererStats
The referer statistics database object. |
class |
VisitStats
The visit statistics database object. |
class |
XWikiStats
Base class for all stored statistics object. |
Uses of BaseCollection in com.xpn.xwiki.store |
---|
Methods in com.xpn.xwiki.store with parameters of type BaseCollection | |
---|---|
void |
XWikiHibernateStore.deleteXWikiCollection(BaseCollection object,
XWikiContext context,
boolean bTransaction,
boolean evict)
Deprecated. This is internal to XWikiHibernateStore and may be removed in the future. |
void |
XWikiHibernateStore.loadXWikiCollection(BaseCollection object,
XWikiContext context,
boolean bTransaction)
Deprecated. This is internal to XWikiHibernateStore and may be removed in the future. |
void |
XWikiHibernateStore.saveXWikiCollection(BaseCollection object,
XWikiContext context,
boolean bTransaction)
Deprecated. This is internal to XWikiHibernateStore and may be removed in the future. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |