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 ObjectReferenceObjectReference. replaceParent(EntityReference newParent)ObjectReferenceObjectReference. replaceParent(EntityReference oldParent, EntityReference newParent)ObjectReferenceObjectReferenceResolver. resolve(T objectReferenceRepresentation)Deprecated.ObjectReferenceObjectReferenceResolver. 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 ObjectReferenceModelScriptService. resolveObject(String stringRepresentation, Object... parameters)ObjectReferenceModelScriptService. resolveObject(String stringRepresentation, String hint, Object... parameters)Methods in org.xwiki.model.script with parameters of type ObjectReference Modifier and Type Method Description ObjectPropertyReferenceModelScriptService. createObjectPropertyReference(String propertyName, ObjectReference objectReference)Creates anObjectPropertyReferencefrom a property name and the reference of the object having that property.
-