Package com.adobe.cq.dam.processor.api
Interface ProfileService
-
@ProviderType public interface ProfileService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JSONObject
getProcessingProfiles(Asset asset)
Get Processing Profile
-
-
-
Method Detail
-
getProcessingProfiles
JSONObject getProcessingProfiles(Asset asset)
Get Processing Profile- Parameters:
asset
- The Asset resource- Returns:
- return JSONObject containing applicable processing profiles
-
-