|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigateToDataProvider
The NavigateToDataProvider interface is used to navigate from one data provider (query) to another data provider (query).
Example: Navigating to the data provider
ViewSupport xmlViewSupport = ViewSupport.Factory.newInstance();
xmlViewSupport.setOutputFormat(OutputFormatType.XML);
xmlViewSupport.setViewType(ViewType.XML);
xmlViewSupport.setViewMode(ViewModeType.DATA_PROVIDER);
RetrieveXMLView retXMLView = RetrieveXMLView.Factory.newInstance();
retXMLView.setViewSupport(xmlViewSupport);
RetrieveData retBOData = RetrieveData.Factory.newInstance();
retBOData.setRetrieveView(retXMLView);
NavigateToDataProvider nPath = NavigateToDataProvider.Factory.newInstance();
nPath.setName("Query 2");
DocumentInformation boDocInfo = boRepEng.getDocumentInformation(strDocid,null,null,nPath,retBOData);
| Nested Class Summary | |
|---|---|
static class |
NavigateToDataProvider.Factory
A class with methods for creating instances of the NavigateToDataProvider type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of the data provider. |
void |
setName(java.lang.String name)
Sets the name of the data provider. |
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.
void setName(java.lang.String name)
name - the name of the data providervoid xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||