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 BaseCollection
getCollection()
String
getName()
Get the name of this element.int
getNumber()
String
getPrettyName()
Element[]
getProperties()
Property
getProperty(String name)
Object[]
getPropertyNames()
Object
getValue(String name)
Class
getxWikiClass()
-
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()
-
-