|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Object in com.xpn.xwiki.api |
---|
Fields in com.xpn.xwiki.api declared as Object | |
---|---|
protected Object |
Document.currentObj
Convenience object used by object related methods. |
Methods in com.xpn.xwiki.api that return Object | |
---|---|
Object |
Document.addObjectFromRequest()
|
Object |
Document.addObjectFromRequest(String className)
|
Object |
Document.addObjectFromRequest(String className,
String prefix)
|
Object |
Document.getFirstObject(String fieldname)
|
Object |
Util.getNull()
Get a Null value. |
Object |
Document.getObject(String classname)
|
Object |
Document.getObject(String classname,
boolean create)
get the object of the given className. |
Object |
Document.getObject(String classname,
int nb)
|
Object |
Document.getObject(String classname,
String key,
String value)
|
Object |
Document.getObject(String classname,
String key,
String value,
boolean failover)
|
Object |
XWiki.getObjectFromRequest(String className)
API to create an object from the request The parameters are the ones that are created from doc.display("field","edit") calls |
Object |
Class.newObject()
|
Object |
Document.newObject(String classname)
|
Object |
Document.updateObjectFromRequest(String className)
|
Object |
Document.updateObjectFromRequest(String className,
String prefix)
|
Methods in com.xpn.xwiki.api that return types with arguments of type Object | |
---|---|
List<Object> |
Document.addObjectsFromRequest(String className)
|
List<Object> |
Document.addObjectsFromRequest(String className,
String prefix)
|
Vector<Object> |
Document.getComments()
|
Vector<Object> |
Document.getComments(boolean asc)
|
Vector<Object> |
Document.getObjects(String className)
|
Vector<Object> |
Document.getObjects(String classname,
String key,
String value)
Select a subset of objects from a given class, filtered on a "key = value" criteria. |
protected Vector<Object> |
Document.getXObjects(List<com.xpn.xwiki.objects.BaseObject> objects)
|
Map<String,Vector<Object>> |
Document.getxWikiObjects()
|
List<Object> |
Document.updateObjectsFromRequest(String className)
|
List<Object> |
Document.updateObjectsFromRequest(String className,
String prefix)
|
Methods in com.xpn.xwiki.api with parameters of type Object | |
---|---|
String |
Document.display(String fieldname,
Object obj)
|
String |
Document.display(String fieldname,
String mode,
Object obj)
|
String |
Document.display(String fieldname,
String type,
Object obj,
String wrappingSyntaxId)
|
String |
Document.display(String fieldname,
String mode,
String prefix,
Object obj)
|
String |
Document.displayPrettyName(String fieldname,
boolean showMandatory,
boolean before,
Object obj)
|
String |
Document.displayPrettyName(String fieldname,
boolean showMandatory,
Object obj)
|
String |
Document.displayPrettyName(String fieldname,
Object obj)
|
String |
Document.displayTooltip(String fieldname,
Object obj)
|
List<Property> |
Class.getDeprecatedObjectProperties(Object object)
Retrieves deprecated properties of the given object compared to the class. |
List<String> |
Class.getDeprecatedObjectPropertyNames(Object object)
Get the names of deprecated properties of the given object compared to the class. |
List<PropertyClass> |
Class.getDisabledObjectProperties(Object object)
Get the list of disabled properties that exist in a given object. |
List<String> |
Class.getDisabledObjectPropertyNames(Object object)
Get the names of the class properties that are disabled, and exist in the given object. |
Object |
Document.getValue(String fieldName,
Object object)
|
boolean |
Document.removeObject(Object object)
Remove an XObject from the document. |
void |
Document.set(String fieldname,
Object value,
Object obj)
|
void |
Document.use(Object object)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |