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

Packages that use DocumentReference
org.xwiki.model.reference   
 

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.
ObjectReference(String objectName, DocumentReference documentReference)
           
 



Copyright © 2004-2011 XWiki. All Rights Reserved.