Package com.adobe.cq.adobeims.imsprofile
Interface ImsProfileService
-
public interface ImsProfileServiceTheImsProfileServiceintegrates the IMS Profile API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ImsProfileProdCtx>getImsProfileProdCtxs(ImsProfileKey imsProfileKey)
-
-
-
Method Detail
-
getImsProfileProdCtxs
java.util.List<ImsProfileProdCtx> getImsProfileProdCtxs(@Nonnull ImsProfileKey imsProfileKey)
- Parameters:
imsProfileKey- anImsProfileKeyobject containing the data to identify the right ims config- Returns:
- a list of
ImsProfileProdCtxobjects or an empty list if no data is available - Throws:
ImsProfileException-ImsProfileExceptionif something went wrong when requesting the IMS Profile APIInvalidImsConfigException-InvalidImsConfigExceptionif the IMS config is invalid
-
-