Package com.adobe.cq.adobeims.imsprofile
Interface ImsProfileService
-
public interface ImsProfileService
TheImsProfileService
integrates 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
- anImsProfileKey
object containing the data to identify the right ims config- Returns:
- a list of
ImsProfileProdCtx
objects or an empty list if no data is available - Throws:
ImsProfileException
-ImsProfileException
if something went wrong when requesting the IMS Profile APIInvalidImsConfigException
-InvalidImsConfigException
if the IMS config is invalid
-
-