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, toStringBaseClass getXClass(XWikiContext context) throws XWikiException
XWikiExceptionPropertyInterface get(String name) throws XWikiException
XWikiExceptionvoid put(String name, PropertyInterface property) throws XWikiException
XWikiExceptionPropertyInterface safeget(String name)
void safeput(String name, PropertyInterface property)
org.dom4j.Element toXML(BaseClass bclass)
Copyright © 2004–2021 XWiki. All rights reserved.