Interface | Description |
---|---|
ClusterService |
A service to access information about the context server's cluster.
|
ConfigSharingService |
A service to share configuration properties with other bundles.
|
ConfigSharingService.ConfigChangeListener | |
DefinitionsService |
A service to retrieve definition information about core context server entities such as conditions, actions and values.
|
EventListenerService |
A service that gets notified (via
EventListenerService.onEvent(Event) ) whenever an event it can handle as decided by EventListenerService.canHandle(Event) occurs in the context server. |
EventService |
A service to publish events, notably issued from user interactions with tracked entities, in the context server.
|
GoalsService | |
PatchService |
Service to handle and manage patches on unomi items.
|
PersonalizationService |
A service to fulfill personalization request.
|
PrivacyService |
This service regroups all privacy-related operations
|
ProfileService | |
QueryService |
A service to perform queries.
|
RuleListenerService |
A service that gets called when a rule's conditions are evaluated or when a rule's actions are executed.
|
RulesService |
A service to access and operate on
Rule s. |
SchedulerService |
A service to centralize scheduling of tasks instead of using Timers or executors in each service
https://stackoverflow.com/questions/409932/java-timer-vs-executorservice
|
ScopeService |
A service to create, update and delete scope.
|
SegmentService | |
TopicService | |
UserListService |
Created by amidani on 24/03/2017.
|
Class | Description |
---|---|
ConfigSharingService.ConfigChangeEvent | |
PersonalizationService.Filter |
A filter definition for content filtering
|
PersonalizationService.PersonalizationRequest |
Personalization request
|
PersonalizationService.PersonalizedContent |
A personalizated content definition.
|
PersonalizationService.Target |
A target for content filtering.
|
Enum | Description |
---|---|
ConfigSharingService.ConfigChangeEvent.ConfigChangeEventType | |
RuleListenerService.AlreadyRaisedFor |
This enum indicates which type of already raised event we are dealing with
|
Copyright © 2014–2023 Apache Software Foundation. All rights reserved.