Uses of Class
org.xwiki.model.reference.ObjectReference
-
Packages that use ObjectReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of ObjectReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return ObjectReference Modifier and Type Method Description ObjectReference
ObjectReference. replaceParent(EntityReference newParent)
ObjectReference
ObjectReference. replaceParent(EntityReference oldParent, EntityReference newParent)
ObjectReference
ObjectReferenceResolver. resolve(T objectReferenceRepresentation)
Deprecated.ObjectReference
ObjectReferenceResolver. resolve(T objectReferenceRepresentation, Object... parameters)
Constructors in org.xwiki.model.reference with parameters of type ObjectReference Constructor Description ObjectPropertyReference(String propertyName, ObjectReference objectReference)
Builds a property reference for the passed property in the passed object. -
Uses of ObjectReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return ObjectReference Modifier and Type Method Description ObjectReference
ModelScriptService. resolveObject(String stringRepresentation, Object... parameters)
ObjectReference
ModelScriptService. resolveObject(String stringRepresentation, String hint, Object... parameters)
Methods in org.xwiki.model.script with parameters of type ObjectReference Modifier and Type Method Description ObjectPropertyReference
ModelScriptService. createObjectPropertyReference(String propertyName, ObjectReference objectReference)
Creates anObjectPropertyReference
from a property name and the reference of the object having that property.
-