Interface IStorePromaApi
-
public interface IStorePromaApiAPI for interacting with stores via PROMA (product manager).- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> StageChain<Boolean,R>isPluginStoreAvailable(IPublicPromaInvocationContext pc)This method checks if the plugin store from PROMA is available.
-
-
-
Method Detail
-
isPluginStoreAvailable
<R> StageChain<Boolean,R> isPluginStoreAvailable(IPublicPromaInvocationContext pc)
This method checks if the plugin store from PROMA is available.- Parameters:
pc- Context for accessing the PROMA APIs.- Returns:
trueif the status code of the request is < 400 orfalseotherwise.
-
-