| Modifier and Type | Method and Description |
|---|---|
protected void |
OntologiesPage.onNewOntology(OntologyBean value)
Called when the user creates a new ontology.
|
| 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 |
|---|---|
OntologyBean |
OntologyValidator.getOntology() |
OntologyBean |
OntologyEditor.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyValidator.setOntology(OntologyBean ontology) |
void |
OntologyEditor.setValue(OntologyBean value) |
void |
OntologyEditor.setValue(OntologyBean value,
boolean fireEvents) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
AddOntologyDialog.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<OntologyBean> handler) |
com.google.gwt.event.shared.HandlerRegistration |
OntologyEditor.addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<OntologyBean> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyRpcService.add(OntologyBean ontology,
IRpcServiceInvocationHandler<Void> handler) |
void |
OntologyRpcService.update(OntologyBean ontology,
IRpcServiceInvocationHandler<Void> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
OntologyRpcService.get(String uuid,
boolean forceRefresh,
IRpcServiceInvocationHandler<OntologyBean> handler) |
void |
OntologyRpcService.getAll(boolean forceRefresh,
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 |
OntologyBean.copy()
Make a copy of the ontology.
|
| 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.add(OntologyBean ontology)
Called to add a new ontology.
|
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.add(OntologyBean ontology) |
void |
OntologyService.update(OntologyBean ontology) |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.