| Modifier and Type | Method and Description |
|---|---|
protected void |
ClassifierFilterSelectionDialog.renderSelectionTree(OntologyBean ontology)
Creates and renders the tree that the user can use to select classifiers
from the ontology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyClassifiersDialog.onReturn(List<OntologyBean> ontologies) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyRpcService.update(OntologyBean ontology,
IRpcServiceInvocationHandler<Void> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyRpcService.get(String uuid,
IRpcServiceInvocationHandler<OntologyBean> handler) |
void |
OntologyRpcService.getAll(IRpcServiceInvocationHandler<List<OntologyBean>> handler)
Gets all of the ontologies in a single async shot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OntologySelectorWithToolbar.refresh(OntologyBean ontology) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyDropDown.setOptions(List<OntologyBean> ontologies)
Sets the options for the drop-down based on the ontologies in the list.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyBean |
IOntologyService.get(String uuid)
Gets the full meta data for an ontology, including its full tree of classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IOntologyService.update(OntologyBean ontology)
Called to update the given ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyBean |
OntologyService.get(String uuid) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyService.update(OntologyBean ontology) |
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.