Uses of Class
org.exoplatform.commons.api.notification.lifecycle.AbstractNotificationLifecycle
-
Packages that use AbstractNotificationLifecycle Package Description org.exoplatform.commons.api.notification.channel org.exoplatform.commons.api.notification.lifecycle -
-
Uses of AbstractNotificationLifecycle in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel that return AbstractNotificationLifecycle Modifier and Type Method Description AbstractNotificationLifecycleAbstractChannel. getLifecycle()Gets the lifecycle what assigned to the channelAbstractNotificationLifecycleChannelManager. getLifecycle(ChannelKey key)Gets the lifecycle by the ChannelKeyConstructors in org.exoplatform.commons.api.notification.channel with parameters of type AbstractNotificationLifecycle Constructor Description AbstractChannel(AbstractNotificationLifecycle lifecycle) -
Uses of AbstractNotificationLifecycle in org.exoplatform.commons.api.notification.lifecycle
Subclasses of AbstractNotificationLifecycle in org.exoplatform.commons.api.notification.lifecycle Modifier and Type Class Description classBaseNotificationLifecycleCreated by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Dec 12, 2014classDefaultLifecycleCreated by The eXo Platform SAS Author : eXoPlatform thanhvc@exoplatform.com Jan 19, 2015
-