Package com.sap.sl.sdk.authoring.datafoundation

This package provides classes to create data foundations and manage objects for editing data foundations.

See:
          Description

Interface Summary
AliasTable A representation of the model object 'Alias Table'.
Answer A representation of the model object 'Answer'.
CalculatedColumn A representation of the 'Calculated Column' model object.
Column A representation of the 'Column' model object.
Context A representation of the model object 'Context'.
DatabaseColumn A representation of the 'Database Column' model object.
DatabaseTable A representation of the 'Database Table' model object.
DataFederatorSourceInfo Each connection link to a MultiSourceDataFoundation has an instance of DataFederatorSourceInfo.
DataFoundation A representation of the 'Data Foundation' model object.
DataFoundationFactory The data foundation factory.
DataFoundationService Provides methods to manage the fully qualified names of the data foundation tables, detect the columns of lists of values, and refresh the structure of the data foundation.
DataFoundationView A representation of the model object 'Data Foundation View'.
DateValue A representation of the model object 'Date Value'.
DerivedTable A representation of the model object 'Derived Table'.
FederatedTable A representation of the model object 'Federated Table'.
FlatValue A representation of the model object 'Flat Value'.
HierarchicalValue A representation of the model object 'Hierarchical Value'.
InputColumn A representation of the 'Input Column' model object.
IntervalAnswer A representation of the model object 'Interval Answer'.
Join A representation of the model object 'Join'.
Key A representation of the model object 'Key'.
Lov A representation of the model object 'Lov'.
LovColumn A representation of the model object 'Lov Column'.
MonoSourceDataFoundation A representation of the 'Mono Source Data Foundation' model object.
MultipleValueAnswer A representation of the model object 'Multiple Value Answer'.
MultiSourceDataFoundation A representation of the 'Multi Source Data Foundation' model object.
NumericValue A representation of the model object 'Numeric Value'.
Parameter A representation of the model object 'Parameter'.
PrimaryKey A representation of the model object 'Primary Key'.
SingleValueAnswer A representation of the model object 'Single Value Answer'.
SQLJoin A representation of the model object 'SQL Join'.
SQLQueryLov A representation of the model object 'SQL Query Lov'.
SQLQueryLovColumn A representation of the model object 'SQL Query Lov Column'.
StaticLov A representation of the model object 'Static Lov'.
StaticLovColumn A representation of the model object 'Static Lov Column'.
StaticLovRow A representation of the model object 'Static Lov Row'.
StringValue A representation of the model object 'String Value'.
Table A representation of the 'Table' model object.
TableView A representation of the model object 'Table View'.
TypedValue A representation of the model object 'Typed Value'.
 

Enum Summary
Cardinality A representation of the literals of the enumeration 'Cardinality', and utility methods to work with them.
DataType A representation of the literals of the enumeration 'Data Type', and utility methods to work with them.
LovParameterDataType A representation of the literals of the enumeration 'Lov Parameter Data Type', and utility methods to work with them.
OuterType A representation of the literals of the enumeration 'Outer Type', and utility methods to work with them.
SQLDataType A representation of the literals of the 'SQL Data Type' enumeration, and methods to use them.
TableState A representation of the literals of the enumeration 'Table State', and utility methods to work with them.
 

Package com.sap.sl.sdk.authoring.datafoundation Description

This package provides classes to create data foundations and manage objects for editing data foundations.

Data foundations can be either single-source (MonoSourceDataFoundation) or multisource-enabled (MultiSourceDataFoundation).

Elements of the schema that composes a data foundation are represented as objects (tables, columns, views, joins, contexts, keys, parameters, and lists of values).

DataFoundationFactory provides methods to create instances of the following objects:

DataFoundationService is a helper that you can use to:

The interfaces also provide methods to:



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