Package | Description |
---|---|
org.xwiki.model.reference | |
org.xwiki.model.script |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
ObjectPropertyReference(String propertyName,
ObjectReference objectReference)
Builds a property reference for the passed property in the passed object.
|
Modifier and Type | Method and Description |
---|---|
ObjectReference |
ModelScriptService.resolveObject(String stringRepresentation,
Object... parameters) |
ObjectReference |
ModelScriptService.resolveObject(String stringRepresentation,
String hint,
Object... parameters) |
Modifier and Type | Method and Description |
---|---|
ObjectPropertyReference |
ModelScriptService.createObjectPropertyReference(String propertyName,
ObjectReference objectReference)
Creates an
ObjectPropertyReference from a property name and the reference of the object having that
property. |
Copyright © 2004–2022 XWiki. All rights reserved.