Uses of Class
com.xpn.xwiki.objects.BaseObject
-
Packages that use BaseObject Package Description com.xpn.xwiki com.xpn.xwiki.api com.xpn.xwiki.doc com.xpn.xwiki.objects com.xpn.xwiki.objects.classes com.xpn.xwiki.plugin.rightsmanager com.xpn.xwiki.validation com.xpn.xwiki.web -
-
Uses of BaseObject in com.xpn.xwiki
Methods in com.xpn.xwiki that return BaseObject Modifier and Type Method Description BaseObject
XWiki. getObjectFromRequest(String className, XWikiContext context)
-
Uses of BaseObject in com.xpn.xwiki.api
Methods in com.xpn.xwiki.api that return BaseObject Modifier and Type Method Description protected BaseObject
Object. getBaseObject()
BaseObject
Object. getXWikiObject()
Method parameters in com.xpn.xwiki.api with type arguments of type BaseObject Modifier and Type Method Description protected Vector<Object>
Document. getXObjects(List<BaseObject> objects)
Constructors in com.xpn.xwiki.api with parameters of type BaseObject Constructor Description Object(BaseObject obj, XWikiContext context)
-
Uses of BaseObject in com.xpn.xwiki.doc
Methods in com.xpn.xwiki.doc that return BaseObject Modifier and Type Method Description BaseObject
XWikiDocument. addObjectFromRequest(String className, int num, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. addObjectFromRequest(String className, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. addObjectFromRequest(String className, String prefix, int num, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. addObjectFromRequest(String className, String prefix, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. addXObjectFromRequest(XWikiContext context)
Adds an object from an new object creation form.BaseObject
XWikiDocument. addXObjectFromRequest(DocumentReference classReference, int num, XWikiContext context)
Adds object from an new object creation form.BaseObject
XWikiDocument. addXObjectFromRequest(DocumentReference classReference, String prefix, XWikiContext context)
Adds an object from an new object creation form.BaseObject
XWikiDocument. addXObjectFromRequest(EntityReference classReference, XWikiContext context)
Adds an object from an new object creation form.BaseObject
XWikiDocument. addXObjectFromRequest(EntityReference classReference, String prefix, int num, XWikiContext context)
Adds object from an new object creation form.BaseObject
XWikiDocument. getFirstObject(String fieldname)
BaseObject
XWikiDocument. getFirstObject(String fieldname, XWikiContext context)
BaseObject
XWikiDocument. getObject(String className)
Deprecated.useXWikiDocument.getXObject(DocumentReference)
insteadBaseObject
XWikiDocument. getObject(String className, boolean create, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. getObject(String className, int nb)
Deprecated.useXWikiDocument.getXObject(DocumentReference, int)
insteadBaseObject
XWikiDocument. getObject(String className, String key, String value)
Deprecated.BaseObject
XWikiDocument. getObject(String className, String key, String value, boolean failover)
Deprecated.BaseObject
XWikiDocument. getXObject()
BaseObject
XWikiDocument. getXObject(DocumentReference classReference)
BaseObject
XWikiDocument. getXObject(DocumentReference classReference, boolean create, XWikiContext context)
BaseObject
XWikiDocument. getXObject(DocumentReference classReference, int nb)
BaseObject
XWikiDocument. getXObject(DocumentReference classReference, String key, String value)
BaseObject
XWikiDocument. getXObject(DocumentReference classReference, String key, String value, boolean failover)
BaseObject
XWikiDocument. getXObject(EntityReference reference)
BaseObject
XWikiDocument. getXObject(EntityReference classReference, boolean create, XWikiContext context)
BaseObject
XWikiDocument. getXObject(EntityReference classReference, int nb)
BaseObject
XWikiDocument. getXObject(EntityReference classReference, int number, boolean create, XWikiContext xcontext)
Get an xobject with the passed xclass at the passed location.BaseObject
XWikiDocument. getXObject(EntityReference reference, String key, String value, boolean failover)
BaseObject
XWikiDocument. getXObject(ObjectReference objectReference)
Get an object of this document based on its reference.BaseObject
XWikiDocument. getXObject(ObjectReference objectReference, boolean create, XWikiContext context)
Get or create an object of this document based on its reference.BaseObject
XWikiDocument. getxWikiObject()
Deprecated.useXWikiDocument.getXObject()
insteadBaseObject
XWikiDocument. newObject(String className, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. newXObject(EntityReference classReference, XWikiContext context)
Create, add and return a new object with the provided class.BaseObject
XWikiDocument. updateObjectFromRequest(String className, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. updateObjectFromRequest(String className, String prefix, int num, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. updateObjectFromRequest(String className, String prefix, XWikiContext context)
Deprecated.BaseObject
XWikiDocument. updateXObjectFromRequest(EntityReference classReference, XWikiContext context)
Adds an object from an new object creation form.BaseObject
XWikiDocument. updateXObjectFromRequest(EntityReference classReference, String prefix, int num, XWikiContext context)
Adds an object from an new object creation form.BaseObject
XWikiDocument. updateXObjectFromRequest(EntityReference classReference, String prefix, XWikiContext context)
Adds an object from an new object creation form.Methods in com.xpn.xwiki.doc that return types with arguments of type BaseObject Modifier and Type Method Description List<BaseObject>
XWikiDocument. addObjectsFromRequest(String className, XWikiContext context)
Deprecated.List<BaseObject>
XWikiDocument. addObjectsFromRequest(String className, String pref, XWikiContext context)
Deprecated.List<BaseObject>
XWikiDocument. addXObjectsFromRequest(DocumentReference classReference, XWikiContext context)
Adds multiple objects from an new objects creation form.List<BaseObject>
XWikiDocument. addXObjectsFromRequest(DocumentReference classReference, String pref, XWikiContext context)
Adds multiple objects from an new objects creation form.Vector<BaseObject>
XWikiDocument. getComments()
Vector<BaseObject>
XWikiDocument. getComments(boolean asc)
Vector<BaseObject>
XWikiDocument. getObjects(String className)
Deprecated.useXWikiDocument.getXObjects(DocumentReference)
insteadArrayList<BaseObject>
XWikiDocument. getObjectsToRemove()
Deprecated.useXWikiDocument.getObjectsToRemove()
insteadMap<DocumentReference,List<BaseObject>>
LazyXWikiDocument. getXObjects()
Map<DocumentReference,List<BaseObject>>
XWikiDocument. getXObjects()
List<BaseObject>
XWikiDocument. getXObjects(DocumentReference classReference)
Retrieve and returns all objects corresponding to the given class reference, or an empty list if there's none.List<BaseObject>
XWikiDocument. getXObjects(EntityReference reference)
Retrieve and returns all objects corresponding to the class reference corresponding to the resolution of the given entity reference, or an empty list if there's none.List<BaseObject>
XWikiDocument. getXObjectsToRemove()
List<BaseObject>
XWikiDocument. updateObjectsFromRequest(String className, XWikiContext context)
Deprecated.List<BaseObject>
XWikiDocument. updateObjectsFromRequest(String className, String pref, XWikiContext context)
Deprecated.List<BaseObject>
XWikiDocument. updateXObjectsFromRequest(EntityReference classReference, XWikiContext context)
Adds an object from an new object creation form.List<BaseObject>
XWikiDocument. updateXObjectsFromRequest(EntityReference classReference, String pref, XWikiContext context)
Adds multiple objects from an new objects creation form.Methods in com.xpn.xwiki.doc with parameters of type BaseObject Modifier and Type Method Description void
XWikiDocument. addObject(String className, BaseObject object)
Deprecated.useXWikiDocument.addXObject(BaseObject)
insteadvoid
XWikiDocument. addObjectsToRemove(BaseObject object)
Deprecated.useXWikiDocument.addXObjectToRemove(BaseObject)
)} insteadvoid
XWikiDocument. addXObject(BaseObject object)
Add the object to the document.void
XWikiDocument. addXObject(DocumentReference classReference, BaseObject object)
Deprecated.useXWikiDocument.addXObject(BaseObject)
insteadvoid
XWikiDocument. addXObjectToRemove(BaseObject object)
String
XWikiDocument. display(String fieldname, BaseObject obj, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, BaseObject obj, boolean isolated, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, BaseObject obj, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, BaseObject obj, String wrappingSyntaxId, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, String pref, BaseObject obj, boolean isolated, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, String pref, BaseObject obj, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, String pref, BaseObject obj, String wrappingSyntaxId, boolean isolated, XWikiContext context)
String
XWikiDocument. display(String fieldname, String type, String pref, BaseObject obj, String wrappingSyntaxId, XWikiContext context)
String
XWikiDocument. displayPrettyName(String fieldname, boolean showMandatory, boolean before, BaseObject obj, XWikiContext context)
String
XWikiDocument. displayPrettyName(String fieldname, boolean showMandatory, BaseObject obj, XWikiContext context)
String
XWikiDocument. displayPrettyName(String fieldname, BaseObject obj, XWikiContext context)
String
XWikiDocument. displayTooltip(String fieldname, BaseObject obj, XWikiContext context)
boolean
XWikiDocument. removeObject(BaseObject object)
Deprecated.boolean
XWikiDocument. removeXObject(BaseObject object)
Remove an XObject from the document.void
XWikiDocument. setObject(String className, int nb, BaseObject object)
Deprecated.void
XWikiDocument. setXObject(int nb, BaseObject object)
Replaces the object at the specified position and for the specified object's xclass.void
XWikiDocument. setXObject(DocumentReference classReference, int nb, BaseObject object)
Deprecated.useXWikiDocument.setXObject(int, BaseObject)
insteadMethod parameters in com.xpn.xwiki.doc with type arguments of type BaseObject Modifier and Type Method Description void
XWikiDocument. setXObjects(Map<DocumentReference,List<BaseObject>> objects)
void
XWikiDocument. setXObjects(DocumentReference classReference, List<BaseObject> objects)
void
XWikiDocument. setXObjectsToRemove(List<BaseObject> objectsToRemove)
-
Uses of BaseObject in com.xpn.xwiki.objects
Methods in com.xpn.xwiki.objects that return BaseObject Modifier and Type Method Description BaseObject
BaseObject. clone()
BaseObject
BaseObject. duplicate()
Similar toclone()
but whereas a clone is an exact copy (with the same GUID), a duplicate keeps the same data but with a different identity.BaseObject
BaseObject. duplicate(DocumentReference documentReference)
Methods in com.xpn.xwiki.objects with parameters of type BaseObject Modifier and Type Method Description void
BaseCollection. merge(BaseObject object)
Object
BaseObject. newObjectApi(BaseObject obj, XWikiContext context)
-
Uses of BaseObject in com.xpn.xwiki.objects.classes
Methods in com.xpn.xwiki.objects.classes that return BaseObject Modifier and Type Method Description BaseObject
BaseClass. newCustomClassInstance(boolean fallback)
BaseObject
BaseClass. newCustomClassInstance(XWikiContext context)
static BaseObject
BaseClass. newCustomClassInstance(String className, XWikiContext context)
Deprecated.static BaseObject
BaseClass. newCustomClassInstance(DocumentReference classReference, boolean fallback, XWikiContext context)
static BaseObject
BaseClass. newCustomClassInstance(DocumentReference classReference, XWikiContext context)
Methods in com.xpn.xwiki.objects.classes with parameters of type BaseObject Modifier and Type Method Description void
PropertyClass. displayCustom(StringBuffer buffer, String fieldName, String prefix, String type, BaseObject object, XWikiContext context)
List<BaseProperty>
BaseClass. getDeprecatedObjectProperties(BaseObject object)
Retrieves deprecated properties of the given object compared to the class.List<PropertyClass>
BaseClass. getDisabledObjectProperties(BaseObject object)
Get the list of disabled properties that exist in a given object.boolean
BaseClass. validateObject(BaseObject obj, XWikiContext context)
-
Uses of BaseObject in com.xpn.xwiki.plugin.rightsmanager
Methods in com.xpn.xwiki.plugin.rightsmanager with parameters of type BaseObject Modifier and Type Method Description boolean
RightsManager. removeUserOrGroupFromRight(BaseObject right, String userOrGroupWiki, String userOrGroupSpace, String userOrGroupName, boolean user, XWikiContext context)
Remove all references to provided user or group from provided right object. -
Uses of BaseObject in com.xpn.xwiki.validation
Methods in com.xpn.xwiki.validation with parameters of type BaseObject Modifier and Type Method Description boolean
XWikiDefaultValidation. validateObject(BaseObject object, XWikiContext context)
boolean
XWikiValidationInterface. validateObject(BaseObject object, XWikiContext context)
-
Uses of BaseObject in com.xpn.xwiki.web
Methods in com.xpn.xwiki.web that return BaseObject Modifier and Type Method Description protected BaseObject
ObjectRemoveAction. getObject(XWikiDocument doc, XWikiContext context)
BaseObject
CreateActionRequestHandler. getTemplateProvider()
-