|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AceWikiStorage
This interface describes a storage object that can store ontologies and user bases in a persistent manner.
Method Summary | |
---|---|
Ontology |
getOntology(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> parameters)
Returns the ontology with the respective name. |
UserBase |
getUserBase(Ontology ontology)
Returns the user base for the given ontology. |
void |
save(OntologyElement oe)
Saves the given ontology element. |
void |
save(User user)
Saves the given user. |
Method Detail |
---|
Ontology getOntology(java.lang.String name, java.util.Map<java.lang.String,java.lang.String> parameters)
name
- The name of the ontology.parameters
- Parameters in case the ontology object has to be created.
void save(OntologyElement oe)
oe
- The ontology element to be saved.UserBase getUserBase(Ontology ontology)
ontology
- The ontology.
void save(User user)
user
- The user to be saved.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |