Uses of Class
net.firstpartners.rp.back.struct.DocumStruct

Packages that use DocumStruct
net.firstpartners.rp.back.datastore Items that persist information for later use. 
net.firstpartners.rp.back.index Indexed Datastore for faster information retrieval. 
net.firstpartners.rp.mid.global Classes that are exposed System wide.
 
net.firstpartners.rp.plugins Plugins - extension points for the system . 
 

Uses of DocumStruct in net.firstpartners.rp.back.datastore
 

Methods in net.firstpartners.rp.back.datastore with parameters of type DocumStruct
 void BasicCategoryStore.store(DocumStruct doc)
          Store the document data as rdf-xml.
 

Uses of DocumStruct in net.firstpartners.rp.back.index
 

Methods in net.firstpartners.rp.back.index with parameters of type DocumStruct
 void BasicIndex.update(DocumStruct[] documentsToUpdate)
          Reindex of all the documents with the specified categoryname
 

Uses of DocumStruct in net.firstpartners.rp.mid.global
 

Methods in net.firstpartners.rp.mid.global with parameters of type DocumStruct
static void PluginManager.storeAndAddDocument(DocumStruct doc)
          Add the document structure to the system
 

Uses of DocumStruct in net.firstpartners.rp.plugins
 

Methods in net.firstpartners.rp.plugins with parameters of type DocumStruct
 void ICategoryStore.store(DocumStruct doc)
          Store the document data as rdf-xml