public class OntologyService extends Object implements IOntologyService
| Constructor and Description |
|---|
OntologyService()
Constructor.
|
| 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.
|
protected OntologySummaryBean |
ontologySummaryToBean(org.overlord.sramp.client.ontology.OntologySummary ontologySummary)
Converts an ontology summary to an
OntologySummaryBean. |
void |
update(OntologyBean ontology)
Called to update the given ontology.
|
public OntologyBean get(String uuid) throws SrampUiException
IOntologyServiceget in interface IOntologyServiceSrampUiExceptionIOntologyService.get(java.lang.String)public List<OntologySummaryBean> list() throws SrampUiException
IOntologyServicelist in interface IOntologyServiceSrampUiExceptionIOntologyService.list()public void update(OntologyBean ontology) throws SrampUiException
IOntologyServiceupdate in interface IOntologyServiceSrampUiExceptionIOntologyService.update(org.overlord.sramp.ui.client.shared.beans.OntologyBean)protected OntologySummaryBean ontologySummaryToBean(org.overlord.sramp.client.ontology.OntologySummary ontologySummary)
OntologySummaryBean.ontologySummary - Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.