|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.model.api.DesignElementHandle
org.eclipse.birt.report.model.api.ReportElementHandle
org.eclipse.birt.report.model.api.DataSetHandle
org.eclipse.birt.report.model.api.DerivedDataSetHandle
public class DerivedDataSetHandle
Provides API to operate a derived data set.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.birt.report.model.api.ReportElementHandle |
|---|
element |
| Fields inherited from class org.eclipse.birt.report.model.api.DesignElementHandle |
|---|
module |
| Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.IDerivedDataSetModel |
|---|
INPUT_DATA_SETS_PROP, QUERY_TEXT_PROP |
| Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.IDerivedExtendableElementModel |
|---|
EXTENSION_ID_PROP |
| Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.IDataSetModel |
|---|
ACL_EXPRESSION_PROP, CACHED_METADATA_PROP, COLUMN_HINTS_PROP, COMPUTED_COLUMNS_PROP, FILTER_PROP, IS_VISIBLE_PROP, LOCALE_PROP, NEEDS_CACHE_PROP, NULLS_ORDERING_PROP, PARAMETERS_PROP, RESULT_SET_HINTS_PROP, RESULT_SET_PROP, ROW_ACL_EXPRESSION_PROP, ROW_FETCH_LIMIT_PROP, SORT_HINTS_PROP |
| Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.ISimpleDataSetModel |
|---|
AFTER_CLOSE_METHOD, AFTER_OPEN_METHOD, BEFORE_CLOSE_METHOD, BEFORE_OPEN_METHOD, CACHED_ROW_COUNT_PROP, DATA_SET_ROW_LIMIT, DATA_SOURCE_PROP, ON_FETCH_METHOD, PARAM_BINDINGS_PROP |
| Fields inherited from interface org.eclipse.birt.report.model.elements.interfaces.IDesignElementModel |
|---|
COMMENTS_PROP, CUSTOM_XML_PROP, DISPLAY_NAME_ID_PROP, DISPLAY_NAME_PROP, EVENT_HANDLER_CLASS_PROP, EXTENDS_PROP, FULL_LABEL, ID_SUFFIX, NAME_PROP, NEW_HANDLER_ON_EACH_EVENT_PROP, NO_SLOT, PROPERTY_MASKS_PROP, REF_TEMPLATE_PARAMETER_PROP, SHORT_LABEL, USER_LABEL, USER_PROPERTIES_PROP, VIEW_ACTION_PROP |
| Constructor Summary | |
|---|---|
DerivedDataSetHandle(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.elements.DerivedDataSet element)
Constructs a handle of the joint data set with the given design and a joint data set. |
|
| Method Summary | |
|---|---|
void |
addInputDataSets(java.lang.String dataSetName)
Inserts a data set with the specified name into this derived data set. |
java.lang.String |
getExtensionID()
Returns ID of the extension which extends this ODA data set. |
java.util.List<DataSetHandle> |
getInputDataSets()
Gets the list of all the input data set handle that this derive data set includes. |
java.lang.String |
getQueryText()
Returns the query text. |
void |
removeInputDataSet(java.lang.String dataSetName)
Removes a data set with the specified name from this derived data set. |
void |
setQueryText(java.lang.String text)
Sets the query text. |
| Methods inherited from class org.eclipse.birt.report.model.api.ReportElementHandle |
|---|
getComments, getCustomXml, getDisplayName, getDisplayNameKey, getElement, getPropertyMask, isValidLayoutForCompoundElement, isValidReferenceForCompoundElement, propertyMaskIterator, setComments, setCustomXml, setDisplayName, setDisplayNameKey, setPropertyMask |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DerivedDataSetHandle(org.eclipse.birt.report.model.core.Module module,
org.eclipse.birt.report.model.elements.DerivedDataSet element)
module - the moduleelement - the model representation of the element| Method Detail |
|---|
public void setQueryText(java.lang.String text)
throws SemanticException
text - the text to set
SemanticException - if this property is locked.public java.lang.String getQueryText()
public void addInputDataSets(java.lang.String dataSetName)
throws SemanticException
dataSetName - name of the data set
SemanticException
public void removeInputDataSet(java.lang.String dataSetName)
throws SemanticException
dataSetName - name of the data set to remove
SemanticExceptionpublic java.util.List<DataSetHandle> getInputDataSets()
public java.lang.String getExtensionID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||