org.xwiki.xmlrpc.model
Class XWikiObject
java.lang.Object
org.codehaus.swizzle.confluence.MapObject
org.xwiki.xmlrpc.model.XWikiObjectSummary
org.xwiki.xmlrpc.model.XWikiObject
public class XWikiObject
- extends XWikiObjectSummary
A class representing XWiki objects. An XWiki object contains the association between the properties defined in the
object's XWikiClass and their corresponding values.
- Version:
- $Id: d58795b4ae5cf2ee2390f4896052a6c501ceed71 $
| Fields inherited from class org.codehaus.swizzle.confluence.MapObject |
fields |
| Methods inherited from class org.xwiki.xmlrpc.model.XWikiObjectSummary |
getClassName, getGuid, getId, getPageId, getPageMinorVersion, getPageVersion, getPrettyName, setClassName, setGuid, setId, setPageId, setPageMinorVersion, setPageVersion, setPrettyName |
| Methods inherited from class org.codehaus.swizzle.confluence.MapObject |
getBoolean, getDate, getInt, getList, getMap, getString, setBoolean, setBoolean, setDate, setDate, setInt, setInt, setList, setMap, setString, toMap, toRawMap, toString |
PROPERTY_ALLOWED_VALUES_SUFFIX
public static final String PROPERTY_ALLOWED_VALUES_SUFFIX
- See Also:
- Constant Field Values
PROPERTY_TYPE_SUFFIX
public static final String PROPERTY_TYPE_SUFFIX
- See Also:
- Constant Field Values
XWikiObject
public XWikiObject()
XWikiObject
public XWikiObject(Map map)
getProperty
public Object getProperty(String propertyName)
setProperty
public void setProperty(String propertyName,
Object value)
getProperties
public Set<String> getProperties()
setPropertyAllowedValues
public void setPropertyAllowedValues(String propertyName,
List values)
getPropertyAllowedValues
public List getPropertyAllowedValues(String propertyName)
setPropertyType
public void setPropertyType(String propertyName,
String type)
getPropertyType
public String getPropertyType(String propertyName)
Copyright © 2004-2012 XWiki. All Rights Reserved.