|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DBLogonInfo
DBLogonInfo is used to provide information, which is used to connect to the database when a document is refreshed.
Example: Retrieve a document's database login information.
RetrieveMustFillInfo boMustFill = RetrieveMustFillInfo.Factory.newInstance();
boMustFill.setRetrieveDBLogonInfo(RetrieveDBLogonInfo.Factory.newInstance());
DocumentInformation boDocInfo = boRepEng.getDocumentInformation(strDocid, boMustFill, null, null, null);
DBLogonInfo[] boDBLoginInfo = boDocInfo.getDBLogonInfosArray();
RetrieveDBLogonInfo,
RetrieveMustFillInfo,
RetrieveView,
RetrieveData,
Action,
FillDBLogons,
FillDBLogon,
DataProviderInfo,
RetrieveDataProvidersInfo,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
DBLogonInfo.Factory
A class with methods for creating instances of the DBLogonInfo type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this DBLoginInfo object. |
boolean |
isNilName()
Checks if the Name element is nil. |
boolean |
isSetName()
Checks if the Name element is set. |
void |
setName(java.lang.String name)
Internal Use Only. |
void |
setNilName()
Internal Use Only. |
void |
unsetName()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
Internal Use Only.
boolean isNilName()
true if the name element is nil, otherwise falseboolean isSetName()
true if the name element is set, otherwise falsevoid setName(java.lang.String name)
Internal Use Only.
void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.
void setNilName()
Internal Use Only.
void unsetName()
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||