|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
SlResource
object as the root object for SDK resources.
See:
Description
Interface Summary | |
---|---|
BlItemInheritedData | A representation of the model object 'Bl Item Inherited Data'. |
Customizable | A representation of the model object 'Customizable'. |
CustomProperty | A representation of the model object 'Custom Property'. |
Identifiable | A representation of the model object 'Identifiable'. |
Inheritable | A representation of the model object 'Inheritable'. |
InheritedData | This interface allows you to retrieve information about an object of a core universe that is inherited by a linked universe. |
Nameable | A representation of the model object 'Nameable'. |
Property | A representation of the model object 'Property'. |
QueryScriptCustomizable | A representation of the model object 'Query Script Customizable'. |
QueryScriptProperty | A representation of the model object 'Query Script Property'. |
SdkService | This interface allows you to define the services common to the BI Semantic Layer Java SDK. |
SlResource | A representation of the 'Sl Resource' model object. |
UniverseReference | This interface provides core universe information. |
Version | This interface allows you to retrieve the current version number of the BI Semantic Layer Java SDK. |
Enum Summary | |
---|---|
BusinessLayerQueryScriptPropertyKey | A representation of the literals of the enumeration 'Business Layer Query Script Property Key', and utility methods to work with them. |
DataFoundationQueryScriptPropertyKey | A representation of the literals of the enumeration 'Data Foundation Query Script Property Key', and utility methods to work with them. |
This package defines the SlResource
object as the root object for SDK resources.
In this API, resources are mainly BusinessLayer
, DataFoundation
, and Connection
objects.
It also defines the following interfaces:
Identifiable
that allows a model object to have an identifierNameable
that allows a model object to have a nameCustomizable
that allows data foundations, business layers, business layer items, and parameters to be extended with custom propertiesQueryScriptCustomizable
that allows data foundations and business layers to be extended with query script propertiesInheritable
that allows an object of a core universe to be inherited by a linked universeIt also provides a series of interfaces to support custom properties and query script properties in data foundations and business layers.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |