Uses of Interface
org.xwiki.bridge.DocumentModelBridge

Packages that use DocumentModelBridge
org.xwiki.bridge   
 

Uses of DocumentModelBridge in org.xwiki.bridge
 

Methods in org.xwiki.bridge that return DocumentModelBridge
 DocumentModelBridge DocumentAccessBridge.getDocument(DocumentName documentName)
          Deprecated. replaced by DocumentAccessBridge.getDocument(org.xwiki.model.reference.DocumentReference) since 2.2M1
 DocumentModelBridge DocumentAccessBridge.getDocument(DocumentReference documentReference)
          Get the document object associated with the passed document name.
 DocumentModelBridge DocumentAccessBridge.getDocument(String documentReference)
          Deprecated. use DocumentAccessBridge.getDocument(org.xwiki.model.reference.DocumentReference) instead
 DocumentModelBridge DocumentModelBridge.getOriginalDocument()
          Retrieves a copy of the document before it was changed.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.