| Modifier and Type | Class and Description |
|---|---|
class |
ModifyClassifiersDialog
Dialog that allows the user to edit a property value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArtifactRpcService.get(String uuid,
IRpcServiceInvocationHandler<ArtifactBean> handler) |
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.
|
void |
ArtifactRpcService.getDocumentContent(String uuid,
String artifactType,
IRpcServiceInvocationHandler<String> handler) |
void |
ArtifactRpcService.getRelationships(String uuid,
String artifactType,
IRpcServiceInvocationHandler<ArtifactRelationshipsBean> handler) |
void |
OntologyRpcService.list(IRpcServiceInvocationHandler<List<OntologySummaryBean>> handler) |
void |
ArtifactSearchRpcService.search(ArtifactFilterBean filters,
String searchText,
int page,
IRpcServiceInvocationHandler<ArtifactResultSetBean> handler)
Performs the search using the remote service.
|
void |
ArtifactRpcService.update(ArtifactBean artifact,
IRpcServiceInvocationHandler<Void> handler) |
void |
OntologyRpcService.update(OntologyBean ontology,
IRpcServiceInvocationHandler<Void> handler) |
| Constructor and Description |
|---|
DelegatingErrorCallback(IRpcServiceInvocationHandler<?> handler)
Constructor.
|
DelegatingRemoteCallback(IRpcServiceInvocationHandler<T> handler)
Constructor.
|
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.