Interface IProductPromaApi
public interface IProductPromaApi
API for interacting with product resources via PROMA (product manager).
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescription<R> StageChain<IPromaResponse<Void>,
R> isDemoAllowed
(IPublicPromaInvocationContext pc, String productKey, Locale locale) This method determines whether the product is allowed to create demo licenses.
-
Method Details
-
isDemoAllowed
<R> StageChain<IPromaResponse<Void>,R> isDemoAllowed(IPublicPromaInvocationContext pc, String productKey, Locale locale) This method determines whether the product is allowed to create demo licenses.- Parameters:
pc
- Context for accessing the PROMA APIs.productKey
- the key of the in PROMA created productlocale
- the current locale for localization- Returns:
- the response from PROMA
-