| Modifier and Type | Method and Description |
|---|---|
<T> NotificationContext |
append(ArgumentLiteral<T> argument,
Object value)
Append the argument literal.
|
void |
clear()
Clear all of filter optional
|
NotificationContext |
clone()
Creates and returns a copy of this object
If class extends NotificationContextImpl and implements method clone(),
then must use supper.clone();
|
Exception |
getException()
Gets the exception if have any when the done processing
|
<T> T |
getException(Class<T> type)
Gets the exception if have any when the done processing
|
NotificationExecutor |
getNotificationExecutor()
Gets the NotificationExceutor service
|
NotificationInfo |
getNotificationInfo()
Gets notification information
|
List<NotificationInfo> |
getNotificationInfos()
Gets notification message list
|
PluginContainer |
getPluginContainer()
Gets the plugin container what contains all plugins on Notification
|
PluginSettingService |
getPluginSettingService()
Gets the PluginSettingService service
|
boolean |
isFailed()
The signal lets you know the processing is successfully or not
|
NotificationCommand |
makeCommand(NotificationKey key)
Makes the NotificationCommand by the NotificationKey
|
<T> NotificationContext |
remove(ArgumentLiteral<T> filter)
Removes the query parameter.
|
void |
setException(Throwable t)
Sets the exception if have any when the done processing
|
NotificationContext |
setNotificationInfo(NotificationInfo notification)
Sets notification infomation
|
void |
setNotificationInfos(List<NotificationInfo> notifications)
Sets notification information list
|
<T> T |
value(ArgumentLiteral<T> argument)
Gets FilterOption which was existing.
|
<T> NotificationContext append(ArgumentLiteral<T> argument, Object value)
param - <T> NotificationContext remove(ArgumentLiteral<T> filter)
param - void clear()
<T> T value(ArgumentLiteral<T> argument)
param - NotificationInfo getNotificationInfo()
NotificationContext setNotificationInfo(NotificationInfo notification)
notification - void setNotificationInfos(List<NotificationInfo> notifications)
notifications - List<NotificationInfo> getNotificationInfos()
Exception getException()
<T> T getException(Class<T> type)
type - void setException(Throwable t)
t - boolean isFailed()
NotificationExecutor getNotificationExecutor()
NotificationCommand makeCommand(NotificationKey key)
key - NotificationContext clone()
Object.clone()PluginSettingService getPluginSettingService()
PluginContainer getPluginContainer()
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.