![JAR search and dependency download from the Maven repository](/logo.png)
com.adobe.cq.mcm.campaign.profile.Profile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aem-sdk-api Show documentation
Show all versions of aem-sdk-api Show documentation
The Adobe Experience Manager SDK
package com.adobe.cq.mcm.campaign.profile;
import java.util.Iterator;
/**
* Represents a user profile.
*
* Profiles are designed for single-threaded use. Hence they are not threadsafe.
*/
public interface Profile {
Object getValue(MetaDataNode key);
void setValue(MetaDataNode key, Object value);
Iterator getKeys();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy