Uses of Class
org.xwiki.model.reference.DocumentReference

Packages that use DocumentReference
org.xwiki.model.internal.reference   
org.xwiki.model.internal.scripting   
org.xwiki.model.reference   
 

Uses of DocumentReference in org.xwiki.model.internal.reference
 

Methods in org.xwiki.model.internal.reference that return DocumentReference
 DocumentReference DefaultReferenceDocumentReferenceResolver.resolve(EntityReference documentReferenceRepresentation, java.lang.Object... parameters)
          
 DocumentReference ExplicitReferenceDocumentReferenceResolver.resolve(EntityReference documentReferenceRepresentation, java.lang.Object... parameters)
          
 DocumentReference DefaultStringDocumentReferenceResolver.resolve(java.lang.String documentReferenceRepresentation, java.lang.Object... parameters)
          
 DocumentReference ExplicitStringDocumentReferenceResolver.resolve(java.lang.String documentReferenceRepresentation, java.lang.Object... parameters)
          
 

Uses of DocumentReference in org.xwiki.model.internal.scripting
 

Methods in org.xwiki.model.internal.scripting that return DocumentReference
 DocumentReference ModelScriptService.createDocumentReference(java.lang.String wiki, java.lang.String space, java.lang.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 a "currentmixed/reference" resolver.
 DocumentReference ModelScriptService.createDocumentReference(java.lang.String wiki, java.lang.String space, java.lang.String page, java.lang.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(java.lang.String stringRepresentation)
           
 DocumentReference ModelScriptService.resolveDocument(java.lang.String stringRepresentation, java.lang.String hint, java.lang.Object... parameters)
           
 

Methods in org.xwiki.model.internal.scripting with parameters of type DocumentReference
 AttachmentReference ModelScriptService.createAttachmentReference(DocumentReference documentReference, java.lang.String fileName)
          Creates an AttachmentReference from a file name and a reference to the document holding that file.
 

Uses of DocumentReference in org.xwiki.model.reference
 

Methods in org.xwiki.model.reference that return DocumentReference
 DocumentReference AttachmentReference.getDocumentReference()
           
 DocumentReference DocumentReferenceResolver.resolve(T documentReferenceRepresentation, java.lang.Object... parameters)
           
 

Constructors in org.xwiki.model.reference with parameters of type DocumentReference
AttachmentReference(java.lang.String fileName, DocumentReference parent)
           
ClassPropertyReference(java.lang.String propertyName, DocumentReference classReference)
          Builds a property reference for the passed property in the passed object.
ObjectReference(java.lang.String objectName, DocumentReference documentReference)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.