Package com.appiancorp.services
Interface ContextSensitiveSingletonService
- All Superinterfaces:
Service
- All Known Subinterfaces:
ApplicationService
,GlobalizationService
,GroupService
,GroupTypeService
,PortalNotificationService
,ProcessDesignService
,TypeService
,UserProfileService
,UserService
Marks a singleton service as context-sensitive, meaning that the service will have a
ServiceContextProvider
associated with it.-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureContextSensitiveSingletonService
(com.appiancorp.services.spring.ServiceContextProvider scp, com.appiancorp.services.AuthorizationInterceptorProvider aip) Configures the service.
-
Field Details
-
CONFIGURE_METHOD_NAME
- See Also:
-
-
Method Details
-
configureContextSensitiveSingletonService
void configureContextSensitiveSingletonService(com.appiancorp.services.spring.ServiceContextProvider scp, com.appiancorp.services.AuthorizationInterceptorProvider aip) Configures the service. This method is automatically called whenever a context-sensitive singleton service is obtained from the service framework.- Parameters:
scp
- the service context provideraip
- the authorization interceptor provider
-