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 PageObjectReferencePageObjectReference. replaceParent(EntityReference newParent)PageObjectReferencePageObjectReference. replaceParent(EntityReference oldParent, EntityReference newParent)PageObjectReferencePageObjectReferenceResolver. 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 PageObjectReferenceModelScriptService. resolvePageObject(String stringRepresentation, Object... parameters)PageObjectReferenceModelScriptService. resolvePageObject(String stringRepresentation, String hint, Object... parameters)
-