Package | Description |
---|---|
org.overlord.rtgov.ui.client.model | |
org.overlord.rtgov.ui.provider |
Modifier and Type | Method and Description |
---|---|
UiException |
NotificationBean.getException() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationBean.setException(UiException exception) |
Modifier and Type | Method and Description |
---|---|
void |
SituationsProvider.assign(String situationId,
String userName) |
int |
SituationsProvider.delete(SituationsFilterBean situationsFilterBean)
This method deletes all situation's matching the given filter criteria
|
List<ServiceSummaryBean> |
ServicesProvider.findServices(ServicesFilterBean filters)
This method returns the list of services that pass the supplied filters.
|
List<QName> |
AbstractServicesProvider.getApplicationNames()
This method returns the list of application names.
|
List<QName> |
ServicesProvider.getApplicationNames()
This method returns the list of application names.
|
ReferenceBean |
AbstractServicesProvider.getReference(String uuid)
This method returns the reference details for the supplied unique id.
|
ReferenceBean |
ServicesProvider.getReference(String uuid)
This method returns the reference details for the supplied unique id.
|
ServiceBean |
ServicesProvider.getService(String uuid)
This method returns the service details associated with a unique id.
|
SituationBean |
SituationsProvider.getSituation(String id)
Fetches a full situation by its id.
|
abstract boolean |
ResubmitActionProvider.isResubmitSupported(String service,
String operation)
This method determines whether this provider support's a resubmit of the
supplied service operation.
|
BatchRetryResult |
SituationsProvider.resubmit(SituationsFilterBean situationsFilterBean,
String username)
This method resubmits all situation's matching the given filter criteria
|
void |
SituationsProvider.resubmit(String situationId,
MessageBean message,
String username)
This method resubmits the supplied message to the service associated
with the identified situation.
|
abstract void |
ResubmitActionProvider.resubmit(String service,
String operation,
MessageBean message)
This method resubmits the supplied message to the target service
and operation.
|
List<SituationSummaryBean> |
SituationsProvider.search(SituationsFilterBean filters)
Search for services using the given filters and search text.
|
void |
SituationsProvider.unassign(String situationId) |
void |
SituationsProvider.updateResolutionState(String situationId,
ResolutionState resolutionState) |
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.