@ApplicationScoped public class OntologyRpcService extends Object
| Constructor and Description |
|---|
OntologyRpcService()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearCache()
Invalidates/clears the cache.
|
void |
get(String uuid,
IRpcServiceInvocationHandler<OntologyBean> handler) |
void |
getAll(IRpcServiceInvocationHandler<List<OntologyBean>> handler)
Gets all of the ontologies in a single async shot.
|
void |
list(IRpcServiceInvocationHandler<List<OntologySummaryBean>> handler) |
void |
update(OntologyBean ontology,
IRpcServiceInvocationHandler<Void> handler) |
public void clearCache()
public void list(IRpcServiceInvocationHandler<List<OntologySummaryBean>> handler)
IOntologyService.list()public void get(String uuid, IRpcServiceInvocationHandler<OntologyBean> handler)
public void getAll(IRpcServiceInvocationHandler<List<OntologyBean>> handler)
handler - public void update(OntologyBean ontology, IRpcServiceInvocationHandler<Void> handler)
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.