| Package | Description |
|---|---|
| org.xwiki.model.reference | |
| org.xwiki.model.script |
| Modifier and Type | Method and Description |
|---|---|
WikiReference |
DocumentReference.getWikiReference() |
| Constructor and Description |
|---|
DocumentReference(LocalDocumentReference localDocumentReference,
WikiReference wikiReference)
Create a new Document reference from local document reference and wiki reference.
|
SpaceReference(String spaceName,
WikiReference parent)
Create a space reference based on a space name and a parent wiki reference.
|
| Modifier and Type | Method and Description |
|---|---|
WikiReference |
ModelScriptService.createWikiReference(String wikiName)
Creates a
WikiReference from a string representing the wiki name. |
| Modifier and Type | Method and Description |
|---|---|
SpaceReference |
ModelScriptService.createSpaceReference(String spaceName,
WikiReference parent)
Creates a
SpaceReference from a string representing the space name. |
Copyright © 2004–2015 XWiki. All rights reserved.