|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DocumentInformation
The DocumentInformation object contains all information relevant to a document
stored on a BusinessObjects server.
Members of the DocumentInformation interface can be divided in 2 categories:
RetrieveView,
RetrieveData,
PromptInfo,
Action,
FillPrompts,
FillPrompt,
PromptValue,
RangePromptValue,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
DocumentInformation.Factory
A class with methods for creating instances of the Documentinformation type |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
ReportState |
addNewCurrentReportState()
Internal Use Only. |
DataProviderInfo |
addNewDataProviderInfo()
Internal Use Only. |
DataSourceParameterValue |
addNewDataSourceParameterValues()
Internal Use Only. |
DBLogonInfo |
addNewDBLogonInfos()
Internal Use Only. |
DrillInfo |
addNewDrillInfo()
Internal Use Only. |
NavigationNode |
addNewNavigationMap()
Internal Use Only. |
PromptInfo |
addNewPromptInfo()
Internal Use Only. |
QueryContext |
addNewQueryContexts()
Internal Use Only. |
Report |
addNewReports()
Internal Use Only. |
TrackData |
addNewTrackData()
Internal Use Only. |
View |
addNewView()
Internal Use Only. |
ViewSupport |
addNewViewSupports()
Internal Use Only. |
java.lang.String |
getAuthor()
Returns the name of the document author. |
java.util.Calendar |
getCreationDate()
Returns the date the document was created. |
ReportState |
getCurrentReportState()
Returns the current state of the document instance. |
DataProviderInfo[] |
getDataProviderInfoArray()
Retrieves information about the source (query) used to provide data for this document. |
DataProviderInfo |
getDataProviderInfoArray(int i)
Retrieves information about a single source used to provide data for this document. |
DataSourceParameterValue[] |
getDataSourceParameterValuesArray()
Gets an array of all DataSourceParameterValues elements. |
DataSourceParameterValue |
getDataSourceParameterValuesArray(int i)
Gets the ith DataSourceParameterValues element. |
boolean |
getDataSourceParameterValuesRequired()
Gets the DataSourceParameterValuesRequired attribute. |
DBLogonInfo[] |
getDBLogonInfosArray()
Retrieves a list of DBLogonInfo containing information about databases needing login information for the query to run correctly. |
DBLogonInfo |
getDBLogonInfosArray(int i)
Retrieves a single of DBLogonInfo containing information about a database needing login information for the query to run correctly. |
java.lang.String |
getDocumentReference()
Returns a reference allowing the user to navigate through different states of this document. |
boolean |
getDrillable()
Returns true if the document is drillable. |
DrillInfo |
getDrillInfo()
Returns information about a document with the Drill activated. |
java.lang.String |
getFileType()
Returns the type of the document. |
java.lang.String |
getMimeType()
Returns the document Mime type. |
boolean |
getMustFillDBLogons()
Returns true if the current user has to log in to a database when this document is opened for the query to run correctly. |
boolean |
getMustFillPassword()
Returns true if the current user has to fill in passwords to open this document. |
boolean |
getMustFillPrompts()
Returns true if the current user has to fill in prompts to open this document. |
boolean |
getMustFillQueryContexts()
Returns true if the current user has to fill QueryContexts to open this document. |
java.lang.String |
getName()
Returns the name of the document. |
NavigationNode[] |
getNavigationMapArray()
Returns an array containing the structure of the document. |
NavigationNode |
getNavigationMapArray(int i)
Returns a NavigationNode associated to single section or sub section of the document structure. |
PromptInfo[] |
getPromptInfoArray()
Returns a list of prompts to be filled when the document is opened. |
PromptInfo |
getPromptInfoArray(int i)
Returns a single prompt from the list of prompts to be filled when the document is opened. |
QueryContext[] |
getQueryContextsArray()
Returns a list of QueryContexts to be resolved when the document is opened. |
QueryContext |
getQueryContextsArray(int i)
Returns a single QueryContext to be resolved when the document is opened. |
boolean |
getRefreshable()
Returns true if the current user has the right to refresh this document. |
boolean |
getRefreshOnOpen()
Returns true if this Document object is refreshed when it is opened. |
Report[] |
getReportsArray()
Returns the Reports contained in this document. |
Report |
getReportsArray(int i)
Returns a single Report from this document. |
TrackData |
getTrackData()
Gets the TrackData element. |
View |
getView()
Returns a formatted view containing the information stored in the document. |
boolean |
getViewChunkable()
Returns true if the web service is able to send the document's view data in separate blocks (or chunks). |
ViewSupport[] |
getViewSupportsArray()
Returns an array of the different formats in which it is possible to view this document. |
ViewSupport |
getViewSupportsArray(int i)
Returns a single view format supported by this document. |
DataProviderInfo |
insertNewDataProviderInfo(int i)
Internal Use Only. |
DataSourceParameterValue |
insertNewDataSourceParameterValues(int i)
Internal Use Only. |
DBLogonInfo |
insertNewDBLogonInfos(int i)
Internal Use Only. |
NavigationNode |
insertNewNavigationMap(int i)
Internal Use Only. |
PromptInfo |
insertNewPromptInfo(int i)
Internal Use Only. |
QueryContext |
insertNewQueryContexts(int i)
Internal Use Only. |
Report |
insertNewReports(int i)
Internal Use Only. |
ViewSupport |
insertNewViewSupports(int i)
Internal Use Only. |
boolean |
isNilCurrentReportState()
Checks if the CurrentReportState element is nil. |
boolean |
isNilDataProviderInfoArray(int i)
Checks if the ith DataProviderInfo element is nil. |
boolean |
isNilDataSourceParameterValuesArray(int i)
Checks if the ith DataSourceParameterValues element is nil. |
boolean |
isNilDBLogonInfosArray(int i)
Checks if the ith DBLogonInfos element is nil. |
boolean |
isNilDrillInfo()
Checks if the DrillInfo element is nil. |
boolean |
isNilNavigationMapArray(int i)
Checks if the ith NavigationMap element. |
boolean |
isNilPromptInfoArray(int i)
Checks if the ith PromptInfo element is nil. |
boolean |
isNilQueryContextsArray(int i)
Checks if the ith QueryContexts element is nil. |
boolean |
isNilReportsArray(int i)
Checks if the ith Reports element is nil. |
boolean |
isNilTrackData()
Checks if the TrackData element is nil. |
boolean |
isNilView()
Checks if the View element is nil. |
boolean |
isNilViewSupportsArray(int i)
Checks if the ith ViewSupports element is nil. |
boolean |
isSetCurrentReportState()
Checks if the CurrentReportState element is set. |
boolean |
isSetDocumentReference()
Checks if the DocumentReference attribute is set. |
boolean |
isSetDrillable()
Checks if the Drillable attribute is set. |
boolean |
isSetDrillInfo()
Checks if the DrillInfo element is set. |
boolean |
isSetFileType()
Checks if the FileType attribute is set. |
boolean |
isSetMimeType()
Checks if the MimeType attribute is set. |
boolean |
isSetName()
Checks if the Name attribute is set. |
boolean |
isSetRefreshOnOpen()
Checks if the RefreshOnOpen attribute is set. |
boolean |
isSetTrackData()
Checks if the TrackData element is set. |
boolean |
isSetView()
Checks if the View element is set. |
boolean |
isSetViewChunkable()
Checks if the ViewChunkable attribute is set. |
void |
removeDataProviderInfo(int i)
Internal Use Only. |
void |
removeDataSourceParameterValues(int i)
Internal Use Only. |
void |
removeDBLogonInfos(int i)
Removes the ith DBLogonInfos element. |
void |
removeNavigationMap(int i)
Internal Use Only. |
void |
removePromptInfo(int i)
Internal Use Only. |
void |
removeQueryContexts(int i)
Internal Use Only. |
void |
removeReports(int i)
Internal Use Only. |
void |
removeViewSupports(int i)
Internal Use Only. |
void |
setAuthor(java.lang.String author)
Internal Use Only. |
void |
setCreationDate(java.util.Calendar creationDate)
Internal Use Only. |
void |
setCurrentReportState(ReportState currentReportState)
Internal Use Only. |
void |
setDataProviderInfoArray(DataProviderInfo[] dataProviderInfoArray)
Internal Use Only. |
void |
setDataProviderInfoArray(int i,
DataProviderInfo dataProviderInfo)
Internal Use Only. |
void |
setDataSourceParameterValuesArray(DataSourceParameterValue[] dataSourceParameterValuesArray)
Internal Use Only. |
void |
setDataSourceParameterValuesArray(int i,
DataSourceParameterValue dataSourceParameterValues)
Internal Use Only. |
void |
setDataSourceParameterValuesRequired(boolean dataSourceParameterValuesRequired)
Sets the DataSourceParameterValuesRequired attribute |
void |
setDBLogonInfosArray(DBLogonInfo[] dbLogonInfosArray)
Internal Use Only. |
void |
setDBLogonInfosArray(int i,
DBLogonInfo dbLogonInfos)
Internal Use Only. |
void |
setDocumentReference(java.lang.String documentReference)
Internal Use Only. |
void |
setDrillable(boolean drillable)
Internal Use Only. |
void |
setDrillInfo(DrillInfo drillInfo)
Internal Use Only. |
void |
setFileType(java.lang.String fileType)
Internal Use Only. |
void |
setMimeType(java.lang.String mimeType)
Internal Use Only. |
void |
setMustFillDBLogons(boolean mustFillDBLogons)
Internal Use Only. |
void |
setMustFillPassword(boolean mustFillPassword)
Internal Use Only. |
void |
setMustFillPrompts(boolean mustFillPrompts)
Internal Use Only. |
void |
setMustFillQueryContexts(boolean mustFillQueryContexts)
Internal Use Only. |
void |
setName(java.lang.String name)
Internal Use Only. |
void |
setNavigationMapArray(int i,
NavigationNode navigationMap)
Internal Use Only. |
void |
setNavigationMapArray(NavigationNode[] navigationMapArray)
Internal Use Only. |
void |
setNilCurrentReportState()
Internal Use Only. |
void |
setNilDataProviderInfoArray(int i)
Internal Use Only. |
void |
setNilDataSourceParameterValuesArray(int i)
Internal Use Only. |
void |
setNilDBLogonInfosArray(int i)
Internal Use Only. |
void |
setNilDrillInfo()
Internal Use Only. |
void |
setNilNavigationMapArray(int i)
Internal Use Only. |
void |
setNilPromptInfoArray(int i)
Internal Use Only. |
void |
setNilQueryContextsArray(int i)
Internal Use Only. |
void |
setNilReportsArray(int i)
Internal Use Only. |
void |
setNilTrackData()
Internal Use Only. |
void |
setNilView()
Internal Use Only. |
void |
setNilViewSupportsArray(int i)
Internal Use Only. |
void |
setPromptInfoArray(int i,
PromptInfo promptInfo)
Internal Use Only. |
void |
setPromptInfoArray(PromptInfo[] promptInfoArray)
Internal Use Only. |
void |
setQueryContextsArray(int i,
QueryContext queryContexts)
Internal Use Only. |
void |
setQueryContextsArray(QueryContext[] queryContextsArray)
Internal Use Only. |
void |
setRefreshable(boolean refreshable)
Internal Use Only. |
void |
setRefreshOnOpen(boolean refreshOnOpen)
Internal Use Only. |
void |
setReportsArray(int i,
Report reports)
Internal Use Only. |
void |
setReportsArray(Report[] reportsArray)
Internal Use Only. |
void |
setTrackData(TrackData trackData)
Internal Use Only. |
void |
setView(View view)
Internal Use Only. |
void |
setViewChunkable(boolean viewChunkable)
Internal Use Only. |
void |
setViewSupportsArray(int i,
ViewSupport viewSupports)
Internal Use Only. |
void |
setViewSupportsArray(ViewSupport[] viewSupportsArray)
Internal Use Only. |
int |
sizeOfDataProviderInfoArray()
Returns the number of DataProviderInfo element |
int |
sizeOfDataSourceParameterValuesArray()
Returns the number of DataSourceParameterValues element. |
int |
sizeOfDBLogonInfosArray()
Returns the number of DBLogonInfos element. |
int |
sizeOfNavigationMapArray()
Returns the number of "NavigationMap" element. |
int |
sizeOfPromptInfoArray()
Returns the number of PromptInfo element |
int |
sizeOfQueryContextsArray()
Returns the number of QueryContexts element. |
int |
sizeOfReportsArray()
Returns the number of Reports element. |
int |
sizeOfViewSupportsArray()
Returns the number of ViewSupports element. |
void |
unsetCurrentReportState()
Internal Use Only. |
void |
unsetDocumentReference()
Internal Use Only. |
void |
unsetDrillable()
Internal Use Only. |
void |
unsetDrillInfo()
Internal Use Only. |
void |
unsetFileType()
Internal Use Only. |
void |
unsetMimeType()
Internal Use Only. |
void |
unsetName()
Internal Use Only. |
void |
unsetRefreshOnOpen()
Internal Use Only. |
void |
unsetTrackData()
Internal Use Only. |
void |
unsetView()
Internal Use Only. |
void |
unsetViewChunkable()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetAuthor()
Internal Use Only. |
org.apache.xmlbeans.XmlDateTime |
xgetCreationDate()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetDataSourceParameterValuesRequired()
Internal use only |
org.apache.xmlbeans.XmlString |
xgetDocumentReference()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetDrillable()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetFileType()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetMimeType()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetMustFillDBLogons()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetMustFillPassword()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetMustFillPrompts()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetMustFillQueryContexts()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetRefreshable()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetRefreshOnOpen()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetViewChunkable()
Internal Use Only. |
void |
xsetAuthor(org.apache.xmlbeans.XmlString author)
Internal Use Only. |
void |
xsetCreationDate(org.apache.xmlbeans.XmlDateTime creationDate)
Internal Use Only. |
void |
xsetDataSourceParameterValuesRequired(org.apache.xmlbeans.XmlBoolean dataSourceParameterValuesRequired)
Internal Use only |
void |
xsetDocumentReference(org.apache.xmlbeans.XmlString documentReference)
Internal Use Only. |
void |
xsetDrillable(org.apache.xmlbeans.XmlBoolean drillable)
Internal Use Only. |
void |
xsetFileType(org.apache.xmlbeans.XmlString fileType)
Internal Use Only. |
void |
xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Internal Use Only. |
void |
xsetMustFillDBLogons(org.apache.xmlbeans.XmlBoolean mustFillDBLogons)
Internal Use Only. |
void |
xsetMustFillPassword(org.apache.xmlbeans.XmlBoolean mustFillPassword)
Internal Use Only. |
void |
xsetMustFillPrompts(org.apache.xmlbeans.XmlBoolean mustFillPrompts)
Internal Use Only. |
void |
xsetMustFillQueryContexts(org.apache.xmlbeans.XmlBoolean mustFillQueryContexts)
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
void |
xsetRefreshable(org.apache.xmlbeans.XmlBoolean refreshable)
Internal Use Only. |
void |
xsetRefreshOnOpen(org.apache.xmlbeans.XmlBoolean refreshOnOpen)
Internal Use Only. |
void |
xsetViewChunkable(org.apache.xmlbeans.XmlBoolean viewChunkable)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
ReportState getCurrentReportState()
boolean isNilCurrentReportState()
true if the CurrentreportState element is nil, otherwise false.boolean isSetCurrentReportState()
true if the CurrentReportState element is set, otherwise false.void setCurrentReportState(ReportState currentReportState)
Internal Use Only.
ReportState addNewCurrentReportState()
Internal Use Only.
void setNilCurrentReportState()
Internal Use Only.
void unsetCurrentReportState()
Internal Use Only.
Report[] getReportsArray()
Report getReportsArray(int i)
i - the index of the required report in the reports array.
boolean isNilReportsArray(int i)
i - the index of the Report element.
true if the Report element is nil, otherwise false.int sizeOfReportsArray()
void setReportsArray(Report[] reportsArray)
Internal Use Only.
void setReportsArray(int i,
Report reports)
Internal Use Only.
void setNilReportsArray(int i)
Internal Use Only.
Report insertNewReports(int i)
Internal Use Only.
Report addNewReports()
Internal Use Only.
void removeReports(int i)
Internal Use Only.
View getView()
Example: Retrieve a documents contents in character HTML format
RetrieveData retBOData = RetrieveData.Factory.newInstance();
retBOData.setRetrieveView(RetrieveView.Factory.newInstance());
DocumentInformation docInfo = objReportEngine.getDocumentInformation(docid,null,null,null,retBOData);
CharacterView myBOView = (CharacterView)docInfo.getView();
String docContents = myBOView.getContent();
out.print(docContents);
ReportEngine,
CharacterView,
BinaryView,
XMLView,
ViewSupport,
ViewModeType,
RetrieveData,
RetrieveView,
OutputFormatTypeboolean isNilView()
true if the view element is nil, otherwise false.boolean isSetView()
true if the view element is set, otherwise false.void setView(View view)
Internal Use Only.
View addNewView()
Internal Use Only.
void setNilView()
Internal Use Only.
void unsetView()
Internal Use Only.
DrillInfo getDrillInfo()
Action,
CallbackOption,
EmbeddedCallbackOption,
ImageManagement,
RetrieveView,
RetrieveData,
ReportEngine,
DocumentInformationboolean isNilDrillInfo()
true if the DrillInfo element is nil, otherwise false.boolean isSetDrillInfo()
true if the DrillInfo element is set, otherwise false.void setDrillInfo(DrillInfo drillInfo)
Internal Use Only.
DrillInfo addNewDrillInfo()
Internal Use Only.
void setNilDrillInfo()
Internal Use Only.
void unsetDrillInfo()
Internal Use Only.
DataProviderInfo[] getDataProviderInfoArray()
Example: Retrieve a documents DataProviders.
RetrieveData retBOData = RetrieveData.Factory.newInstance();
RetrieveDataProvidersInfo retBoDP = RetrieveDataProvidersInfo.Factory.newInstance();
retBOData.setRetrieveDataProvidersInfo(retBoDP);
DocumentInformation boDocInfo = boRepEng.getDocumentInformation(strBODocuid, null, null, null, retBOData);
DataProviderInfo[] docDataProviders = boDocInfo.getDataProviderInfoArray();
RetrieveView,
RetrieveData,
RetrieveDataProvidersInfo,
ReportEngine,
DataProviderInfoDataProviderInfo getDataProviderInfoArray(int i)
i - index of the DataProviderInfo to be retrieved.
com.businessobjects.dsws.reportengine.DocumentInformation#getDataProviderInfo()boolean isNilDataProviderInfoArray(int i)
true if the DataProviderInfo element is nil, otherwise false.int sizeOfDataProviderInfoArray()
void setDataProviderInfoArray(DataProviderInfo[] dataProviderInfoArray)
Internal Use Only.
void setDataProviderInfoArray(int i,
DataProviderInfo dataProviderInfo)
Internal Use Only.
void setNilDataProviderInfoArray(int i)
Internal Use Only.
DataProviderInfo insertNewDataProviderInfo(int i)
Internal Use Only.
DataProviderInfo addNewDataProviderInfo()
Internal Use Only.
void removeDataProviderInfo(int i)
Internal Use Only.
NavigationNode[] getNavigationMapArray()
NavigationNode getNavigationMapArray(int i)
i - index of the NavigationNode to be retrieved.
boolean isNilNavigationMapArray(int i)
i - the index of the NavigationMap element.
true if the NavigationMap element is nil, otherwise false.int sizeOfNavigationMapArray()
void setNavigationMapArray(NavigationNode[] navigationMapArray)
Internal Use Only.
void setNavigationMapArray(int i,
NavigationNode navigationMap)
Internal Use Only.
void setNilNavigationMapArray(int i)
Internal Use Only.
NavigationNode insertNewNavigationMap(int i)
Internal Use Only.
NavigationNode addNewNavigationMap()
Internal Use Only.
void removeNavigationMap(int i)
Internal Use Only.
ViewSupport[] getViewSupportsArray()
BinaryView,
CharacterView,
XMLView,
ViewModeType,
ViewSupport,
OutputFormatTypeViewSupport getViewSupportsArray(int i)
i - index of the ViewSupport to be retrieved.
boolean isNilViewSupportsArray(int i)
i - the index of the ViewSupport element.
true if the ViewSupport element is nil, otherwise false.int sizeOfViewSupportsArray()
void setViewSupportsArray(ViewSupport[] viewSupportsArray)
Internal Use Only.
void setViewSupportsArray(int i,
ViewSupport viewSupports)
Internal Use Only.
void setNilViewSupportsArray(int i)
Internal Use Only.
ViewSupport insertNewViewSupports(int i)
Internal Use Only.
ViewSupport addNewViewSupports()
Internal Use Only.
void removeViewSupports(int i)
Internal Use Only.
PromptInfo[] getPromptInfoArray()
Example: Return the list of prompts associated to a document.
DocumentInformation boDocInfo = boRepEng.getDocumentInformation(docid,fillInfo,actions,null,null);
if (boDocInfo.getMustFillPrompts())
{
PromptInfo[] boPromptInfo = boDocInfo.getPromptInfoArray();
}
RetrieveView,
RetrieveData,
PromptInfo,
Action,
FillPrompts,
FillPrompt,
PromptValue,
RangePromptValue,
ReportEnginePromptInfo getPromptInfoArray(int i)
i - index of the PromptInfo to be retrieved.
boolean isNilPromptInfoArray(int i)
i - the index of the Promptinfo element.
true if the PromptInfo element is nil, otherwise false.int sizeOfPromptInfoArray()
void setPromptInfoArray(PromptInfo[] promptInfoArray)
Internal Use Only.
void setPromptInfoArray(int i,
PromptInfo promptInfo)
Internal Use Only.
void setNilPromptInfoArray(int i)
Internal Use Only.
PromptInfo insertNewPromptInfo(int i)
Internal Use Only.
PromptInfo addNewPromptInfo()
Internal Use Only.
void removePromptInfo(int i)
Internal Use Only.
QueryContext[] getQueryContextsArray()
QueryContext getQueryContextsArray(int i)
i - index of the QueryContext to be retrieved.
boolean isNilQueryContextsArray(int i)
i - the index of the QueryContext element.
true if the QueryContext element is nil, otherwise false.int sizeOfQueryContextsArray()
void setQueryContextsArray(QueryContext[] queryContextsArray)
Internal Use Only.
void setQueryContextsArray(int i,
QueryContext queryContexts)
Internal Use Only.
void setNilQueryContextsArray(int i)
Internal Use Only.
QueryContext insertNewQueryContexts(int i)
Internal Use Only.
QueryContext addNewQueryContexts()
Internal Use Only.
void removeQueryContexts(int i)
Internal Use Only.
DBLogonInfo[] getDBLogonInfosArray()
DBLogonInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngineDBLogonInfo getDBLogonInfosArray(int i)
i - index of the DBLogonInfo to be retrieved.
DBLogonInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngineboolean isNilDBLogonInfosArray(int i)
i - the index of the DBLogonInfo element.
true if the DBLogonInfo element is nil, otherwise false.int sizeOfDBLogonInfosArray()
void setDBLogonInfosArray(DBLogonInfo[] dbLogonInfosArray)
Internal Use Only.
void setDBLogonInfosArray(int i,
DBLogonInfo dbLogonInfos)
Internal Use Only.
void setNilDBLogonInfosArray(int i)
Internal Use Only.
DBLogonInfo insertNewDBLogonInfos(int i)
Internal Use Only.
DBLogonInfo addNewDBLogonInfos()
Internal Use Only.
void removeDBLogonInfos(int i)
i - the index of the DBLogonInfo element.TrackData getTrackData()
TrackData instanceboolean isNilTrackData()
true if the TrackData element is nil, otherwise false.boolean isSetTrackData()
true if the TrackData element is set, otherwise false.void setTrackData(TrackData trackData)
Internal Use Only.
TrackData addNewTrackData()
Internal Use Only.
void setNilTrackData()
Internal Use Only.
void unsetTrackData()
Internal Use Only.
DataSourceParameterValue[] getDataSourceParameterValuesArray()
DataSourceParameterValue getDataSourceParameterValuesArray(int i)
i - the index of the DataSourceParameterValue element.
boolean isNilDataSourceParameterValuesArray(int i)
true if the DataSourceParameter element is nil, otherwise false.int sizeOfDataSourceParameterValuesArray()
void setDataSourceParameterValuesArray(DataSourceParameterValue[] dataSourceParameterValuesArray)
Internal Use Only.
void setDataSourceParameterValuesArray(int i,
DataSourceParameterValue dataSourceParameterValues)
Internal Use Only.
void setNilDataSourceParameterValuesArray(int i)
Internal Use Only.
DataSourceParameterValue insertNewDataSourceParameterValues(int i)
Internal Use Only.
DataSourceParameterValue addNewDataSourceParameterValues()
Internal Use Only.
void removeDataSourceParameterValues(int i)
Internal Use Only.
java.lang.String getDocumentReference()
org.apache.xmlbeans.XmlString xgetDocumentReference()
Internal Use Only.
boolean isSetDocumentReference()
true if the DocumentReference element is set, otherwise false.void setDocumentReference(java.lang.String documentReference)
Internal Use Only.
void xsetDocumentReference(org.apache.xmlbeans.XmlString documentReference)
Internal Use Only.
void unsetDocumentReference()
Internal Use Only.
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
Internal Use Only.
boolean isSetName()
true if the name element is set, otherwise false.void setName(java.lang.String name)
Internal Use Only.
void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.
void unsetName()
Internal Use Only.
java.lang.String getFileType()
org.apache.xmlbeans.XmlString xgetFileType()
Internal Use Only.
boolean isSetFileType()
true if the FileType element is set, otherwise false.void setFileType(java.lang.String fileType)
Internal Use Only.
void xsetFileType(org.apache.xmlbeans.XmlString fileType)
Internal Use Only.
void unsetFileType()
Internal Use Only.
java.lang.String getMimeType()
For a list of possible mime types, see
getMimeType.
org.apache.xmlbeans.XmlString xgetMimeType()
Internal Use Only.
boolean isSetMimeType()
true if the MimeType attribute is set, otherwise false.void setMimeType(java.lang.String mimeType)
Internal Use Only.
void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Internal Use Only.
void unsetMimeType()
Internal Use Only.
boolean getMustFillPassword()
org.apache.xmlbeans.XmlBoolean xgetMustFillPassword()
Internal Use Only.
void setMustFillPassword(boolean mustFillPassword)
Internal Use Only.
void xsetMustFillPassword(org.apache.xmlbeans.XmlBoolean mustFillPassword)
Internal Use Only.
boolean getMustFillPrompts()
FillPrompt,
FillPrompts,
RetrieveView,
RetrieveData,
Action,
DBLogonInfo,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngineorg.apache.xmlbeans.XmlBoolean xgetMustFillPrompts()
Internal Use Only.
void setMustFillPrompts(boolean mustFillPrompts)
Internal Use Only.
void xsetMustFillPrompts(org.apache.xmlbeans.XmlBoolean mustFillPrompts)
Internal Use Only.
boolean getMustFillQueryContexts()
FillQueryContext,
FillQueryContexts,
RetrieveView,
RetrieveData,
Action,
DBLogonInfo,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngineorg.apache.xmlbeans.XmlBoolean xgetMustFillQueryContexts()
Internal Use Only.
void setMustFillQueryContexts(boolean mustFillQueryContexts)
Internal Use Only.
void xsetMustFillQueryContexts(org.apache.xmlbeans.XmlBoolean mustFillQueryContexts)
Internal Use Only.
boolean getMustFillDBLogons()
DBLogonInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngineorg.apache.xmlbeans.XmlBoolean xgetMustFillDBLogons()
Internal Use Only.
void setMustFillDBLogons(boolean mustFillDBLogons)
Internal Use Only.
void xsetMustFillDBLogons(org.apache.xmlbeans.XmlBoolean mustFillDBLogons)
Internal Use Only.
boolean getRefreshOnOpen()
org.apache.xmlbeans.XmlBoolean xgetRefreshOnOpen()
Internal Use Only.
boolean isSetRefreshOnOpen()
true if the RefreshOnOpen attribute is set, otherwise false.void setRefreshOnOpen(boolean refreshOnOpen)
Internal Use Only.
void xsetRefreshOnOpen(org.apache.xmlbeans.XmlBoolean refreshOnOpen)
Internal Use Only.
void unsetRefreshOnOpen()
Internal Use Only.
java.lang.String getAuthor()
org.apache.xmlbeans.XmlString xgetAuthor()
Internal Use Only.
void setAuthor(java.lang.String author)
Internal Use Only.
void xsetAuthor(org.apache.xmlbeans.XmlString author)
Internal Use Only.
java.util.Calendar getCreationDate()
org.apache.xmlbeans.XmlDateTime xgetCreationDate()
Internal Use Only.
void setCreationDate(java.util.Calendar creationDate)
Internal Use Only.
void xsetCreationDate(org.apache.xmlbeans.XmlDateTime creationDate)
Internal Use Only.
boolean getRefreshable()
org.apache.xmlbeans.XmlBoolean xgetRefreshable()
Internal Use Only.
void setRefreshable(boolean refreshable)
Internal Use Only.
void xsetRefreshable(org.apache.xmlbeans.XmlBoolean refreshable)
Internal Use Only.
boolean getViewChunkable()
org.apache.xmlbeans.XmlBoolean xgetViewChunkable()
Internal Use Only.
boolean isSetViewChunkable()
true if the ViewChunkable attribute is set, otherwise false.void setViewChunkable(boolean viewChunkable)
Internal Use Only.
void xsetViewChunkable(org.apache.xmlbeans.XmlBoolean viewChunkable)
Internal Use Only.
void unsetViewChunkable()
Internal Use Only.
boolean getDrillable()
org.apache.xmlbeans.XmlBoolean xgetDrillable()
Internal Use Only.
boolean isSetDrillable()
true if the Drillable element is set, otherwise false.void setDrillable(boolean drillable)
Internal Use Only.
void xsetDrillable(org.apache.xmlbeans.XmlBoolean drillable)
Internal Use Only.
void unsetDrillable()
Internal Use Only.
boolean getDataSourceParameterValuesRequired()
true if the DataSourceParameterValues element is required, otherwise false.org.apache.xmlbeans.XmlBoolean xgetDataSourceParameterValuesRequired()
void setDataSourceParameterValuesRequired(boolean dataSourceParameterValuesRequired)
dataSourceParameterValuesRequired - The boolean valuevoid xsetDataSourceParameterValuesRequired(org.apache.xmlbeans.XmlBoolean dataSourceParameterValuesRequired)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||