| Package | Description |
|---|---|
| org.xwiki.model.reference | |
| org.xwiki.model.script |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2004–2018 XWiki. All rights reserved.