Class SocialServiceContextImpl
java.lang.Object
org.exoplatform.social.common.service.impl.SocialServiceContextImpl
- All Implemented Interfaces:
SocialServiceContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.exoplatform.social.common.service.SocialServiceContext
SocialServiceContext.ProcessType -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycleService(LifecycleService lifecycleService) Adds the given lifecycle services to be used.static ProcessContextstatic SocialServiceContextReturns the lifecycle services used to handle lifecycle notificationsbooleanisAsync()booleanisTraced()
-
Method Details
-
getInstance
-
createProcessContext
-
getLifecycleServices
Description copied from interface:SocialServiceContextReturns the lifecycle services used to handle lifecycle notifications- Specified by:
getLifecycleServicesin interfaceSocialServiceContext- Returns:
- the lifecycle services
-
addLifecycleService
Description copied from interface:SocialServiceContextAdds the given lifecycle services to be used.- Specified by:
addLifecycleServicein interfaceSocialServiceContext- Parameters:
lifecycleService- the service
-
getServiceExecutor
- Specified by:
getServiceExecutorin interfaceSocialServiceContext
-
getExecutorServiceManager
- Specified by:
getExecutorServiceManagerin interfaceSocialServiceContext
-
getTraceList
- Specified by:
getTraceListin interfaceSocialServiceContext
-
isTraced
public boolean isTraced()- Specified by:
isTracedin interfaceSocialServiceContext
-
isAsync
public boolean isAsync()- Specified by:
isAsyncin interfaceSocialServiceContext
-