public class DefaultStrategyService extends java.lang.Object implements StrategyService
StrategyService.| Modifier and Type | Field and Description |
|---|---|
protected ApiRegistryClientService |
apiRegistryClientService |
| Constructor and Description |
|---|
DefaultStrategyService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Strategy> |
getStrategies(java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getStrategies returns a list of
Strategy objects for the configured tenant. |
Strategy |
getStrategy(java.lang.String id)
getStrategy return the
Strategy for the id |
protected ApiRegistryClientService apiRegistryClientService
public java.util.List<Strategy> getStrategies(java.lang.Integer pageNumber, java.lang.Integer pageSize)
Strategy objects for the configured tenant.getStrategies in interface StrategyServicepageNumber - - number of pages to include in the responsepageSize - - number of data in a single pageStrategy - list of strategypublic Strategy getStrategy(java.lang.String id)
Strategy for the idgetStrategy in interface StrategyServiceid - - identifier of the strategyCopyright © 2018 SAP SE. All Rights Reserved.