Package com.day.cq.mcm.campaign.profile
Interface Profile
Deprecated.
Represents a user profile.
Profiles are designed for single-threaded use. Hence they are not threadsafe.
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys()Deprecated.getValue(MetaDataInstance key) Deprecated.voidsetValue(MetaDataInstance key, Object value) Deprecated.
-
Method Details
-
getValue
Deprecated. -
setValue
Deprecated. -
getKeys
Iterator<MetaDataInstance> getKeys()Deprecated.
-