|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSource
The DataSource interface defines a single data source.
DataProvider.getDataSource(),
DataSourceObjects| Method Summary | |
|---|---|
DataSourceObjects |
getClasses()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getComments()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getDomainID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getDomainName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DataSourceObjects |
getHierarchies()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getLongName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
int |
getMaxInListNumber()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
int |
getMaxRetrievalTime()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
int |
getMaxRowsRetrieved()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DataSourceParameters |
getParameters()
Returns the collection of DataSourceParameter for this data source. |
DataSourceParameters |
getParameters(java.lang.String className)
Returns the collection of DataSourceParameter for this data source, matching the specified parameter class name. |
java.lang.String |
getUniverseID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isAdvancedConditionSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isBothOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isCombinedQuerySupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isConditionObjectValueSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isDuplicateRowSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isExceptOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isIsNullOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isMissingRowSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isNotIsNullOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isRankConditionSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isViewSQLSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
| Method Detail |
|---|
java.lang.String getID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns theDataSource ID.
DataSource IDjava.lang.String getUniverseID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns data source's attached universe id.
java.lang.String getName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the name of theDataSource.
DataSource.DataProviderjava.lang.String getDomainName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the name of the domain in which theDataSource
is stored.
java.lang.String getDomainID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the ID of the domain in which theDataSource
is stored.
DataSource
is stored.java.lang.String getLongName()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the long name of theDataProvider.
Datajava.lang.String getComments()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns comments about theDataSource.
DataSource.DataSourceObjects getClasses()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the classes contained in theDataSource.
DataSource.DataSourceObjects getHierarchies()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the hierarchies contained in theDataSource.
DataSource.int getMaxRowsRetrieved()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the maximum number of rows to be retrieved from a database when a query is run.Note: The maximum no of rows is set by the Business Objects Universe designer.
-1 when no maximum is
defined in the associated Business Objects Universe.int getMaxRetrievalTime()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the maximum amount of time to elapse when a query is run.Note: The maximum retrieval time is set by the Business Objects Universe designer.
-1 when
no maximum time is defined in the associated Business Objects Universe.boolean isRankConditionSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource object
supports condition ranking.
true if the DataSource object
supports condition ranking, false if ranking is not supported.boolean isAdvancedConditionSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource object
supports AdvancedCondition.
true if the DataSource object
supports AdvancedCondition.boolean isCombinedQuerySupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports combined queries.
true if the DataSource
supports combined queries.CombinedQueryOperatorboolean isBothOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports the Operator.BOTH operator in
a FilterCondition.
true if the DataSource
supports the Operator.BOTH operator in
a FilterCondition.Operator,
FilterConditionboolean isExceptOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports the Operator.EXCEPT operator in
a FilterCondition.
true if the DataSource
supports the Operator.EXCEPT operator in
a FilterCondition.Operator,
FilterConditionboolean isIsNullOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports the Operator.IS_NULL operator in
a FilterCondition.
true if the DataSource
supports the Operator.IS_NULL operator in
a FilterCondition.Operatorboolean isNotIsNullOperatorSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports the Operator.NOT_IS_NULL operator in
a FilterCondition.
true if the DataSource
supports the Operator.NOT_IS_NULL operator in
a FilterCondition.Operatorboolean isConditionObjectValueSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports ConditionObjectValue in a FilterCondition.
true if the DataSource
supports the ConditionObjectValue operator in
a FilterCondition.Operatorboolean isViewSQLSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports Sql Statement.
When it returns false, DataProvider.getSQLContainer()
returns null.
true or false.boolean isDuplicateRowSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports duplicated rows in query result.
true or false.boolean isMissingRowSupported()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returnstrue if the DataSource
supports empty rows in query result.
true or false.int getMaxInListNumber()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the maximum number of values possible in an INLIST query filter. MAX_INLIST_VALUES is a Universe parameter that controls the maximum number of value possible for an INLIST query filter.This number is defined by the universe designer.
Note: The default value for this variable is 90, this value can be changed in a range of 0 - 265 by the universe designer.
DataSourceParameters getParameters()
DataSourceParameter for this data source.
DataSourceParameters instance.DataSourceParameters getParameters(java.lang.String className)
DataSourceParameter for this data source, matching the specified parameter class name.
className - the requested parameter class name.
DataSourceParameters instance.DataSourceParameter#getClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||