Uses of Interface
oor.model.Content

Packages that use Content
oor.impl Non-module implementation classes. 
oor.model Interfaces used by the OOR. 
oor.modules.registry Registry modules. 
oor.modules.repository Repository modules. 
 

Uses of Content in oor.impl
 

Classes in oor.impl that implement Content
 class BaseContent
          Base implementation for content subclasses.
 class BaseOntology
          Base implementation for ontologies.
 

Uses of Content in oor.model
 

Subinterfaces of Content in oor.model
 interface Mapping
          Defines a mapping of terms from one ontology to another.
 interface Ontology
          An ontology stored or referenced by the OOR.
 

Methods in oor.model that return types with arguments of type Content
 java.util.Iterator<Content> Repository.listContents()
          List all content in this repository.
 java.util.Iterator<Content> Registry.listContents()
          List all content in this registry.
 

Methods in oor.model with parameters of type Content
 void Repository.addContent(Content content)
          Add the specified content to this repository.
 void Registry.addContent(Content content)
          Add the specified content to this registry.
 void Repository.deleteContent(Content content)
          Remove the specified content from this repository.
 void Registry.deleteContent(Content content)
          Remove the specified content from this registry.
 

Uses of Content in oor.modules.registry
 

Methods in oor.modules.registry that return types with arguments of type Content
 java.util.Iterator<Content> LuceneRegistry.listContents()
           
 

Methods in oor.modules.registry with parameters of type Content
 void LuceneRegistry.addContent(Content content)
           
 void LuceneRegistry.deleteContent(Content content)
           
 

Uses of Content in oor.modules.repository
 

Methods in oor.modules.repository that return types with arguments of type Content
 java.util.Iterator<Content> RDBMSRepository.listContents()
           
 

Methods in oor.modules.repository with parameters of type Content
 void RDBMSRepository.addContent(Content content)
           
 void RDBMSRepository.deleteContent(Content content)