public class Object extends Collection
Constructor and Description |
---|
Object(BaseObject obj,
XWikiContext context) |
Modifier and Type | Method and Description |
---|---|
Object |
display(String name,
String mode) |
boolean |
equals(Object arg0) |
Object |
get(String name)
This method's name is misleading since it doesn't return the Object's property value; it"s equivalent to
display(String, String) (with type equals to view ). |
protected BaseObject |
getBaseObject() |
String |
getGuid() |
BaseObject |
getXWikiObject() |
void |
set(String fieldname,
Object value) |
void |
setGuid(String guid) |
getCollection, getName, getNumber, getPrettyName, getProperties, getProperty, getPropertyNames, getValue, getxWikiClass
getBaseElement
convert, convert, convert, convertAttachments, getXWikiContext, hasAccessLevel, hasAdminRights, hasProgrammingRights, hasWikiAdminRights
public Object(BaseObject obj, XWikiContext context)
protected BaseObject getBaseObject()
public BaseObject getXWikiObject()
public String getGuid()
public void setGuid(String guid)
public Object get(String name)
display(String, String)
(with type
equals to view
). In order to get the Object's
property value use getProperty(String).getValue()
instead.Copyright © 2004–2015 XWiki. All rights reserved.