Uses of Interface
org.apache.portals.graffito.model.dm.Document

Packages that use Document
org.apache.portals.graffito.services.dm   
 

Uses of Document in org.apache.portals.graffito.services.dm
 

Methods in org.apache.portals.graffito.services.dm that return Document
 Document DocumentModelService.createDocument()
          Factory to create a new empty document object.
 Document DocumentModelService.getDocument(java.lang.String uri)
          Get a document from the engine's persistent store by uri.
 Document DocumentModelService.getDocument(java.lang.String uri, java.lang.String versionNum)
          Get a document from the engine's persistent store by uri.
 

Methods in org.apache.portals.graffito.services.dm with parameters of type Document
 void DocumentModelService.addDocument(Document document)
          Adds a document to engine's persistent store.
 void DocumentModelService.removeDocument(Document document)
          Remove a document from the engine's persistent store.
 void DocumentModelService.updateDocument(Document document)
          Update a document in the engine's persistent store.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.