Uses of Class
org.xwiki.model.reference.ClassPropertyReference
-
Packages that use ClassPropertyReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of ClassPropertyReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return ClassPropertyReference Modifier and Type Method Description ClassPropertyReference
ClassPropertyReference. replaceParent(EntityReference newParent)
ClassPropertyReference
ClassPropertyReference. replaceParent(EntityReference oldParent, EntityReference newParent)
-
Uses of ClassPropertyReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return ClassPropertyReference Modifier and Type Method Description ClassPropertyReference
ModelScriptService. resolveClassProperty(String stringRepresentation, Object... parameters)
ClassPropertyReference
ModelScriptService. resolveClassProperty(String stringRepresentation, String hint, Object... parameters)
-