Package com.xpn.xwiki.api
Class Collection
- java.lang.Object
-
- com.xpn.xwiki.api.Api
-
- com.xpn.xwiki.api.Element
-
- com.xpn.xwiki.api.Collection
-
- Direct Known Subclasses:
Class,Object,PropertyClass
public abstract class Collection extends Element
-
-
Constructor Summary
Constructors Constructor Description Collection(BaseCollection collection, XWikiContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BaseCollectiongetCollection()StringgetName()Get the name of this element.intgetNumber()StringgetPrettyName()Element[]getProperties()PropertygetProperty(String name)Object[]getPropertyNames()ObjectgetValue(String name)ClassgetxWikiClass()-
Methods inherited from class com.xpn.xwiki.api.Element
getBaseElement, getDocumentReference, getReference
-
Methods inherited from class com.xpn.xwiki.api.Api
convert, convert, convert, convertAttachments, getAuthorizationManager, getContextualAuthorizationManager, getXWikiContext, hasAccess, hasAccessLevel, hasAdminRights, hasProgrammingRights, hasWikiAdminRights
-
-
-
-
Constructor Detail
-
Collection
public Collection(BaseCollection collection, XWikiContext context)
-
-
Method Detail
-
getCollection
protected BaseCollection getCollection()
-
getxWikiClass
public Class getxWikiClass()
-
getPrettyName
public String getPrettyName()
-
getNumber
public int getNumber()
-
getPropertyNames
public Object[] getPropertyNames()
-
getProperties
public Element[] getProperties()
-
-