Uses of Class
org.xwiki.model.reference.PageObjectReference
-
Packages that use PageObjectReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of PageObjectReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return PageObjectReference Modifier and Type Method Description PageObjectReference
PageObjectReference. replaceParent(EntityReference newParent)
PageObjectReference
PageObjectReference. replaceParent(EntityReference oldParent, EntityReference newParent)
PageObjectReference
PageObjectReferenceResolver. resolve(T objectReferenceRepresentation, Object... parameters)
Constructors in org.xwiki.model.reference with parameters of type PageObjectReference Constructor Description PageObjectPropertyReference(String propertyName, PageObjectReference objectReference)
Builds a property reference for the passed property in the passed object. -
Uses of PageObjectReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return PageObjectReference Modifier and Type Method Description PageObjectReference
ModelScriptService. resolvePageObject(String stringRepresentation, Object... parameters)
PageObjectReference
ModelScriptService. resolvePageObject(String stringRepresentation, String hint, Object... parameters)
-