public interface IOntologyService
| Modifier and Type | Method and Description |
|---|---|
OntologyBean |
get(String uuid)
Gets the full meta data for an ontology, including its full tree of classes.
|
List<OntologySummaryBean> |
list()
Gets the list of all ontologies.
|
void |
update(OntologyBean ontology)
Called to update the given ontology.
|
List<OntologySummaryBean> list() throws SrampUiException
SrampUiExceptionOntologyBean get(String uuid) throws SrampUiException
uuid - SrampUiExceptionvoid update(OntologyBean ontology) throws SrampUiException
ontology - SrampUiExceptionCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.