Uses of Class
org.exoplatform.commons.api.notification.model.ArgumentLiteral
-
Packages that use ArgumentLiteral Package Description org.exoplatform.commons.api.notification org.exoplatform.commons.api.notification.model org.exoplatform.commons.api.notification.service -
-
Uses of ArgumentLiteral in org.exoplatform.commons.api.notification
Fields in org.exoplatform.commons.api.notification declared as ArgumentLiteral Modifier and Type Field Description static ArgumentLiteral<String>NotificationMessageUtils. NOT_HIGHLIGHT_COMMENT_PORPERTYstatic ArgumentLiteral<String>NotificationMessageUtils. READ_PORPERTYstatic ArgumentLiteral<String>NotificationMessageUtils. SHOW_POPOVER_PROPERTYMethods in org.exoplatform.commons.api.notification with parameters of type ArgumentLiteral Modifier and Type Method Description <T> NotificationContextNotificationContext. append(ArgumentLiteral<T> argument, Object value)Append the argument literal.<T> NotificationContextNotificationContext. remove(ArgumentLiteral<T> filter)Removes the query parameter.<T> TNotificationContext. value(ArgumentLiteral<T> argument)Gets FilterOption which was existing. -
Uses of ArgumentLiteral in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return ArgumentLiteral Modifier and Type Method Description ArgumentLiteral<T>ArgumentLiteral. clone() -
Uses of ArgumentLiteral in org.exoplatform.commons.api.notification.service
Fields in org.exoplatform.commons.api.notification.service declared as ArgumentLiteral Modifier and Type Field Description static ArgumentLiteral<Boolean>WebNotificationService. POPUP_OVERDefine the argument parameter for popup over context
-