com.sap.sl.sdk.authoring.commons
Interface SdkService


public interface SdkService

This interface allows you to define the services common to the BI Semantic Layer Java SDK.

You create an SdkService instance by using SlContext.getService(Class).


Method Summary
 Version getVersion()
          Returns the current version number of the BI Semantic Layer Java SDK.
 

Method Detail

getVersion

Version getVersion()
Returns the current version number of the BI Semantic Layer Java SDK.

Returns:
A Version object
Since:
14.2.0
See Also:
Version


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.