|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryContainer
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
AQueryContainer is a set of Query objects and
zero or more QueryContainer objects. Child objects are
combined by CombinedQueryOperator.
DataProvider.getCombinedQueries()| Method Summary | |
|---|---|
Query |
createQuery()
Adds a Query node in the container. |
QueryContainer |
createQueryContainer(CombinedQueryOperator op)
Adds an empty QueryContainer child node to this container
instance. |
CombinedQueryOperator |
getQueryContainerOperator()
Returns the CombinedQueryOperator instance in
QueryContainer instance. |
void |
setQueryContainerOperator(CombinedQueryOperator op)
Changes the QueryContainer objects operator. |
| Methods inherited from interface com.businessobjects.rebean.wi.QueryNode |
|---|
getID, getQueryNodeAt, remove, removeAllChildren |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
QueryContainer createQueryContainer(CombinedQueryOperator op)
QueryContainer child node to this container
instance.
Note if SQLDataProvider using database sampling mode
SQLDataProvider.getSamplingMode(), this call will cancel
database sampling mode.
op - A CombinedQueryOperator to initialize the new
container.
QueryContainer instance.
UnsupportedFeatureException - if DataProviderFeature.EDIT_QUERY isn't granted.
UnsupportedFeatureException - if DataProviderFeature.CREATE_COMBINED_QUERY isn't
granted.CombinedQueryOperator getQueryContainerOperator()
CombinedQueryOperator instance in
QueryContainer instance.
QueryContainer operator.void setQueryContainerOperator(CombinedQueryOperator op)
QueryContainer objects operator.
op - The new CombinedQueryOperator
UnsupportedFeatureException - if DataProviderFeature.EDIT_QUERY isn't granted but
op is different from previous value.Query createQuery()
Query node in the container.
Note if SQLDataProvider using database sampling mode
SQLDataProvider.getSamplingMode(), this call will cancel
database sampling mode.
Query instance.
UnsupportedFeatureException - if DataProviderFeature.EDIT_QUERY isn't granted.
UnsupportedFeatureException - if DataProviderFeature.CREATE_COMBINED_QUERY isn't
granted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||