Package org.apache.unomi.api.services
package org.apache.unomi.api.services
-
ClassDescriptionA service to access information about the context server's cluster.A service to share configuration properties with other bundles.A service to retrieve definition information about core context server entities such as conditions, actions and values.A service that gets notified (via
EventListenerService.onEvent(Event)
) whenever an event it can handle as decided byEventListenerService.canHandle(Event)
occurs in the context server.A service to publish events, notably issued from user interactions with tracked entities, in the context server.Service to handle and manage patches on unomi items.A service to fulfill personalization request.A filter definition for content filteringPersonalization requestA personalizated content definition.A target for content filtering.This service regroups all privacy-related operationsA service to perform queries.A service that gets called when a rule's conditions are evaluated or when a rule's actions are executed.This enum indicates which type of already raised event we are dealing withA service to access and operate onRule
s.A service to centralize scheduling of tasks instead of using Timers or executors in each service https://stackoverflow.com/questions/409932/java-timer-vs-executorserviceA service to create, update and delete scope.Created by amidani on 24/03/2017.