public interface ObjectInterface extends ElementInterface
Modifier and Type | Method and Description |
---|---|
PropertyInterface |
get(String name) |
BaseClass |
getXClass(XWikiContext context) |
void |
put(String name,
PropertyInterface property) |
PropertyInterface |
safeget(String name) |
void |
safeput(String name,
PropertyInterface property) |
org.dom4j.Element |
toXML(BaseClass bclass) |
apply, getDocumentReference, getName, getReference, merge, setDocumentReference, setName, toString
BaseClass getXClass(XWikiContext context) throws XWikiException
XWikiException
PropertyInterface get(String name) throws XWikiException
XWikiException
void put(String name, PropertyInterface property) throws XWikiException
XWikiException
PropertyInterface safeget(String name)
void safeput(String name, PropertyInterface property)
org.dom4j.Element toXML(BaseClass bclass)
Copyright © 2004–2021 XWiki. All rights reserved.