|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RetrieveMustFillInfo
The RetrieveMustFillInfo interface controls information that has to be supplied to the
document for it to Refresh correctly.
This information includes DBLogonInfo, PromptInfo and QueryContext information.
See DBLogonInfo
for an example of how to use this object.
DBLogonInfo,
RetrieveQueryContext,
RetrievePromptsInfo,
RetrieveDBLogonInfo,
RetrieveView,
RetrieveData,
Action,
Refresh,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
RetrieveMustFillInfo.Factory
A class with methods for creating instances of the RetrieveMustFillInfo type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
RetrieveDataSourceParameterValues |
addNewRetrieveDataSourceParameterValues()
Appends and returns a new empty RetrieveDataSourceParameterValues element |
RetrieveDBLogonInfo |
addNewRetrieveDBLogonInfo()
Appends and returns a new empty RetrieveDBLogonInfo element. |
RetrievePromptsInfo |
addNewRetrievePromptsInfo()
Appends and returns a new empty RetrievePromptsInfo element. |
RetrieveQueryContext |
addNewRetrieveQueryContext()
Appends and returns a new empty RetrieveQueryContext element. |
RetrieveTrackData |
addNewRetrieveTrackData()
Appends and returns a new empty RetrieveTrackData element |
RetrieveDataSourceParameterValues |
getRetrieveDataSourceParameterValues()
Internal Use Only. |
RetrieveDBLogonInfo |
getRetrieveDBLogonInfo()
Internal Use Only. |
RetrievePromptsInfo |
getRetrievePromptsInfo()
Internal Use Only. |
RetrieveQueryContext |
getRetrieveQueryContext()
Internal Use Only. |
RetrieveTrackData |
getRetrieveTrackData()
Internal Use Only. |
boolean |
isNilRetrieveDataSourceParameterValues()
Checks if the RetrieveDataSourceParameterValues element is nil. |
boolean |
isNilRetrieveDBLogonInfo()
Checks if the RetrieveDBLogonInfo element is nil. |
boolean |
isNilRetrievePromptsInfo()
Checks if the RetrievePromptsInfo element is nil. |
boolean |
isNilRetrieveQueryContext()
Checks if the RetrieveQueryContext element is nil. |
boolean |
isNilRetrieveTrackData()
Checks if the RetrieveTrackData element is nil. |
boolean |
isSetRetrieveDataSourceParameterValues()
Checks if the RetrieveDataSourceParameterValues element is set. |
boolean |
isSetRetrieveDBLogonInfo()
Checks if the RetrieveDBLogonInfo element is set. |
boolean |
isSetRetrievePromptsInfo()
Checks if the RetrievePromptsInfo element is set. |
boolean |
isSetRetrieveQueryContext()
Checks if the RetrieveQueryContext element is set. |
boolean |
isSetRetrieveTrackData()
Checks if the RetrieveTrackData element is set. |
void |
setNilRetrieveDataSourceParameterValues()
Sets the RetrieveDataSourceParameterValues element to nil. |
void |
setNilRetrieveDBLogonInfo()
Sets the RetrieveDBLogonInfo element to nil. |
void |
setNilRetrievePromptsInfo()
Sets if the RetrievePromptsInfo element is nil. |
void |
setNilRetrieveQueryContext()
Sets the RetrieveQueryContext element to nil. |
void |
setNilRetrieveTrackData()
Sets the RetrieveTrackData element to nil. |
void |
setRetrieveDataSourceParameterValues(RetrieveDataSourceParameterValues retrieveDataSourceParameterValues)
Sets the RetrieveDataSourceParameterValues element. |
void |
setRetrieveDBLogonInfo(RetrieveDBLogonInfo retrieveDBLogonInfo)
Retrieves DBLogonInfo necessary to refresh a document. |
void |
setRetrievePromptsInfo(RetrievePromptsInfo retrievePromptsInfo)
Retrieves Prompts necessary to refresh a document. |
void |
setRetrieveQueryContext(RetrieveQueryContext retrieveQueryContext)
Retrieves QueryContexts necessary to refresh a document. |
void |
setRetrieveTrackData(RetrieveTrackData retrieveTrackData)
Sets the RetrieveTrackData element. |
void |
unsetRetrieveDataSourceParameterValues()
Unsets the RetrieveDataSourceParameterValues element. |
void |
unsetRetrieveDBLogonInfo()
Unsets the RetrieveDBLogonInfo element. |
void |
unsetRetrievePromptsInfo()
Unsets the RetrievePromptsInfo element |
void |
unsetRetrieveQueryContext()
Unsets the RetrieveQueryContext element. |
void |
unsetRetrieveTrackData()
Unsets the RetrieveTrackData element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
RetrieveQueryContext getRetrieveQueryContext()
Internal Use Only.
boolean isNilRetrieveQueryContext()
true if the RetrieveQueryContext element is nil, otherwise falseboolean isSetRetrieveQueryContext()
true if the RetrieveQueryContext element is set, otherwise falsevoid setRetrieveQueryContext(RetrieveQueryContext retrieveQueryContext)
DBLogonInfo
for an example of how to use a retrieve object.
retrieveQueryContext - a RetrieveQueryContext object.RetrieveQueryContext,
RetrieveMustFillInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngine,
DocumentInformationRetrieveQueryContext addNewRetrieveQueryContext()
void setNilRetrieveQueryContext()
void unsetRetrieveQueryContext()
RetrievePromptsInfo getRetrievePromptsInfo()
Internal Use Only.
boolean isNilRetrievePromptsInfo()
true if the RetrievePromptsInfo element is nil, otherwise falseboolean isSetRetrievePromptsInfo()
true if the RetrievePromptsInfo element is set, otherwise falsevoid setRetrievePromptsInfo(RetrievePromptsInfo retrievePromptsInfo)
DBLogonInfo
for an example of how to use a retrieve object.
retrievePromptsInfo - a RetrievePromptsInfo object.PromptInfo,
RetrievePromptsInfo,
RetrieveMustFillInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngine,
DocumentInformationRetrievePromptsInfo addNewRetrievePromptsInfo()
void setNilRetrievePromptsInfo()
void unsetRetrievePromptsInfo()
RetrieveDBLogonInfo getRetrieveDBLogonInfo()
Internal Use Only.
boolean isNilRetrieveDBLogonInfo()
true if the RetrieveDBLogonInfo element is nil, otherwise falseboolean isSetRetrieveDBLogonInfo()
true if the RetrieveDBLogonInfo element is set, otherwise falsevoid setRetrieveDBLogonInfo(RetrieveDBLogonInfo retrieveDBLogonInfo)
DBLogonInfo
for an example of how to use a retrieve object.
retrieveDBLogonInfo - a RetrieveDBLogonInfo object.DBLogonInfo,
RetrieveDBLogonInfo,
RetrieveMustFillInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngine,
DocumentInformationRetrieveDBLogonInfo addNewRetrieveDBLogonInfo()
void setNilRetrieveDBLogonInfo()
void unsetRetrieveDBLogonInfo()
RetrieveTrackData getRetrieveTrackData()
Internal Use Only.
boolean isNilRetrieveTrackData()
true if the RetrieveTrackData element is nil, otherwise falseboolean isSetRetrieveTrackData()
true if the RetrieveTrackData element is set, otherwise falsevoid setRetrieveTrackData(RetrieveTrackData retrieveTrackData)
retrieveTrackData - - The RetrieveTrackData instanceRetrieveTrackData addNewRetrieveTrackData()
void setNilRetrieveTrackData()
void unsetRetrieveTrackData()
RetrieveDataSourceParameterValues getRetrieveDataSourceParameterValues()
Internal Use Only.
boolean isNilRetrieveDataSourceParameterValues()
true if the RetrieveDataSourceParameterValues element is nil, otherwise falseboolean isSetRetrieveDataSourceParameterValues()
true if the RetrieveDataSourceParameterValues element is set, otherwise falsevoid setRetrieveDataSourceParameterValues(RetrieveDataSourceParameterValues retrieveDataSourceParameterValues)
retrieveDataSourceParameterValues - - the RetrieveDataSourceParameterValues instanceRetrieveDataSourceParameterValues addNewRetrieveDataSourceParameterValues()
void setNilRetrieveDataSourceParameterValues()
void unsetRetrieveDataSourceParameterValues()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||