public class XWikiObject extends XWikiObjectSummary
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ALLOWED_VALUES_SUFFIX |
static String |
PROPERTY_TYPE_SUFFIX |
| Constructor and Description |
|---|
XWikiObject() |
XWikiObject(Map map) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getProperties() |
Object |
getProperty(String propertyName) |
List |
getPropertyAllowedValues(String propertyName) |
String |
getPropertyType(String propertyName) |
void |
setProperty(String propertyName,
Object value) |
void |
setPropertyAllowedValues(String propertyName,
List values) |
void |
setPropertyType(String propertyName,
String type) |
getClassName, getGuid, getId, getPageId, getPageMinorVersion, getPageVersion, getPrettyName, setClassName, setGuid, setId, setPageId, setPageMinorVersion, setPageVersion, setPrettyNamepublic static final String PROPERTY_ALLOWED_VALUES_SUFFIX
public static final String PROPERTY_TYPE_SUFFIX
public XWikiObject()
public XWikiObject(Map map)
Copyright © 2004–2014 XWiki. All rights reserved.