| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.completeProgressNotification(String uuid,
String title,
SrampUiException error)
Completes an in-progress (progress-style) notification.
|
void |
NotificationService.sendErrorNotification(String title,
SrampUiException exception)
Sends an error notification to the user.
|
void |
NotificationService.sendErrorNotification(String title,
String message,
SrampUiException exception)
Sends an error notification to the user.
|
| Modifier and Type | Method and Description |
|---|---|
SrampUiException |
NotificationBean.getException() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationBean.setException(SrampUiException exception) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
IArtifactService.get(String uuid)
Gets the full meta data for an artifact (by UUID).
|
OntologyBean |
IOntologyService.get(String uuid)
Gets the full meta data for an ontology, including its full tree of classes.
|
String |
IArtifactService.getDocumentContent(String uuid,
String artifactType)
Gets the full document content for an artifact (by UUID).
|
ArtifactRelationshipsBean |
IArtifactService.getRelationships(String uuid,
String artifactType)
Gets all of the relationships (resolved) for an artifact.
|
List<OntologySummaryBean> |
IOntologyService.list()
Gets the list of all ontologies.
|
ArtifactResultSetBean |
IArtifactSearchService.search(ArtifactFilterBean filters,
String searchText,
int page)
Search for artifacts using the given filtersPanel and search text.
|
void |
IArtifactService.update(ArtifactBean artifact)
Called to update the given artifact bean.
|
void |
IOntologyService.update(OntologyBean ontology)
Called to update the given ontology.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactBean |
ArtifactService.get(String uuid) |
OntologyBean |
OntologyService.get(String uuid) |
String |
ArtifactService.getDocumentContent(String uuid,
String artifactType) |
ArtifactRelationshipsBean |
ArtifactService.getRelationships(String uuid,
String artifactType) |
List<OntologySummaryBean> |
OntologyService.list() |
ArtifactResultSetBean |
ArtifactSearchService.search(ArtifactFilterBean filters,
String searchText,
int page) |
void |
ArtifactService.update(ArtifactBean bean) |
void |
OntologyService.update(OntologyBean ontology) |
| Modifier and Type | Method and Description |
|---|---|
static SrampUiException |
ExceptionUtils.createRemoteException(Throwable root)
Creates a remote exception that can be thrown to the client.
|
static SrampUiException |
ExceptionUtils.createUiException(String message,
Throwable root)
Creates a UI exception that can be thrown to the client.
|
Copyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.