Package org.apache.unomi.api
Interface SystemPropertiesItem
- All Known Implementing Classes:
Persona
,PersonaSession
,Profile
,ProfileToImport
,Session
public interface SystemPropertiesItem
An Item that is holding system properties.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a Map of system property name - value pairs for this item.
-
Method Details
-
getSystemProperties
Retrieves a Map of system property name - value pairs for this item. System properties can be used by implementations to store non-user visible properties needed for internal purposes.- Returns:
- a Map of system property name - value pairs for this item
-