Interface IProductPromaApi
-
public interface IProductPromaApiAPI for interacting with product resources via PROMA (product manager).- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <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 Detail
-
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
-
-