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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getSystemProperties()
Retrieves a Map of system property name - value pairs for this item.
-
-
-
Method Detail
-
getSystemProperties
Map<String,Object> 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
-
-