Uses of Interface
org.exoplatform.social.common.service.LifecycleService
-
Packages that use LifecycleService Package Description org.exoplatform.social.common.service org.exoplatform.social.common.service.impl -
-
Uses of LifecycleService in org.exoplatform.social.common.service
Methods in org.exoplatform.social.common.service that return types with arguments of type LifecycleService Modifier and Type Method Description List<LifecycleService>SocialServiceContext. getLifecycleServices()Returns the lifecycle services used to handle lifecycle notificationsMethods in org.exoplatform.social.common.service with parameters of type LifecycleService Modifier and Type Method Description voidSocialServiceContext. addLifecycleService(LifecycleService lifecycleService)Adds the given lifecycle services to be used. -
Uses of LifecycleService in org.exoplatform.social.common.service.impl
Methods in org.exoplatform.social.common.service.impl that return types with arguments of type LifecycleService Modifier and Type Method Description List<LifecycleService>SocialServiceContextImpl. getLifecycleServices()Methods in org.exoplatform.social.common.service.impl with parameters of type LifecycleService Modifier and Type Method Description voidSocialServiceContextImpl. addLifecycleService(LifecycleService lifecycleService)
-