|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentReference | |
|---|---|
| org.xwiki.model.reference | |
| org.xwiki.model.script | |
| Uses of DocumentReference in org.xwiki.model.reference |
|---|
| Methods in org.xwiki.model.reference that return DocumentReference | |
|---|---|
DocumentReference |
AttachmentReference.getDocumentReference()
|
DocumentReference |
DocumentReference.replaceParent(EntityReference oldParent,
EntityReference newParent)
|
DocumentReference |
DocumentReferenceResolver.resolve(T documentReferenceRepresentation,
Object... parameters)
|
| Constructors in org.xwiki.model.reference with parameters of type DocumentReference | |
|---|---|
AttachmentReference(String fileName,
DocumentReference parent)
Create a new attachment reference based on the attachment name and the parent document reference. |
|
ClassPropertyReference(String propertyName,
DocumentReference classReference)
Builds a property reference for the passed property in the passed object. |
|
LocalDocumentReference(DocumentReference documentReference)
|
|
ObjectReference(String objectName,
DocumentReference documentReference)
|
|
| Uses of DocumentReference in org.xwiki.model.script |
|---|
| Methods in org.xwiki.model.script that return DocumentReference | |
|---|---|
DocumentReference |
ModelScriptService.createDocumentReference(DocumentReference reference,
Locale locale)
Create a new reference with the passed Locale. |
DocumentReference |
ModelScriptService.createDocumentReference(String wiki,
String space,
String page)
Create a Document Reference from a passed wiki, space and page names, which can be empty strings or null
in which case they are resolved using the resolver. |
DocumentReference |
ModelScriptService.createDocumentReference(String wiki,
String space,
String page,
String hint)
Create a Document Reference from a passed wiki, space and page names, which can be empty strings or null in which case they are resolved against the Resolver having the hint passed as parameter. |
DocumentReference |
ModelScriptService.resolveDocument(String stringRepresentation,
Object... parameters)
|
DocumentReference |
ModelScriptService.resolveDocument(String stringRepresentation,
String hint,
Object... parameters)
|
| Methods in org.xwiki.model.script with parameters of type DocumentReference | |
|---|---|
AttachmentReference |
ModelScriptService.createAttachmentReference(DocumentReference documentReference,
String fileName)
Creates an AttachmentReference from a file name and a reference to the document holding that file. |
DocumentReference |
ModelScriptService.createDocumentReference(DocumentReference reference,
Locale locale)
Create a new reference with the passed Locale. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||