|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RetrieveDrillInfo
RetrieveDrillInfo is used to retrieve information about the possible Drill Actions that can be performed on a document.
DrillInfo contains the information necessary to perform a drill in a document with the drill activated.
See DrillInfo for an example of how use the RetrieveDrillInfo object
See Drill for an example of how to activate the drill in a document.
LOV,
SortType,
TransportType,
BinaryView,
RetrieveView,
RetrieveData,
DataProviderInfo,
RetrieveBinaryView,
RetrieveCharacterView,
RetrieveCurrentReportState,
RetrieveData,
RetrieveDataProvidersInfo,
RetrieveDrillInfo,
RetrieveMustFillInfo,
RetrieveNavigationMap,
RetrievePromptsInfo,
RetrieveQueryContext,
RetrieveReportList,
RetrieveView,
RetrieveViewSupport,
RetrieveXMLView,
ReportEngine| Nested Class Summary | |
|---|---|
static class |
RetrieveDrillInfo.Factory
A class with methods for creating instances of the RetrieveDrillInfo type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
LOVBatch |
addNewLOVBatch()
Appends and returns a new empty LOVBatch element. |
LOVSearch |
addNewLOVSearch()
Appends and returns a new empty LOVSearch element. |
LOVSort |
addNewLOVSort()
Appends and returns a new empty LOVSort element |
org.apache.xmlbeans.XmlString |
addNewSelectDrillLOVs()
Appends and returns a new empty value as the last SelectDrillLOVs element |
void |
addSelectDrillLOVs(java.lang.String selectDrillLOVs)
Appends the value as the last SelectDrillLOVs element. |
java.lang.String |
getAddToDrillBar()
Gets the addToDrillBar attribute. |
DrillLOVRetrievalMode.Enum |
getDrillLOVRetrievalMode()
Internal Use Only. |
LOVBatch |
getLOVBatch()
Internal Use Only. |
LOVSearch |
getLOVSearch()
Internal Use Only. |
LOVSort |
getLOVSort()
Internal Use Only. |
java.lang.String |
getRemoveFromDrillBar()
Gets the removeFromDrillBar attribute. |
java.lang.String[] |
getSelectDrillLOVsArray()
Internal Use Only. |
java.lang.String |
getSelectDrillLOVsArray(int i)
Internal Use Only. |
org.apache.xmlbeans.XmlString |
insertNewSelectDrillLOVs(int i)
Inserts and returns a new empty value as the ith SelectDrillLOVs element |
void |
insertSelectDrillLOVs(int i,
java.lang.String selectDrillLOVs)
Inserts the SelectDrillLOVs element at the specified index position. |
boolean |
isNilLOVBatch()
Checks if the LOVBatch element is nil. |
boolean |
isNilLOVSearch()
Checks if the LOVSearch element is nil. |
boolean |
isNilLOVSort()
Checks if the LOVSort element is nil. |
boolean |
isNilSelectDrillLOVsArray(int i)
Checks if the SelectDrillLOVs element is nil at the specified index position. |
boolean |
isSetAddToDrillBar()
Checks if the addToDrillBar attribute is set. |
boolean |
isSetLOVBatch()
Checks if the LOVBatch element is set. |
boolean |
isSetLOVSearch()
Checks if the LOVSearch element is set. |
boolean |
isSetLOVSort()
Checks if the LOVSort element is set. |
boolean |
isSetRemoveFromDrillBar()
Checks if the removeFromDrillBar attribute is set. |
void |
removeSelectDrillLOVs(int i)
Removes the SelectDrillLOVs element from the specifid index position. |
void |
setAddToDrillBar(java.lang.String addToDrillBar)
Sets the addToDrillBar attribute |
void |
setDrillLOVRetrievalMode(DrillLOVRetrievalMode.Enum drillLOVRetrievalMode)
Sets the mode to retrieve List Of Values(LOV). |
void |
setLOVBatch(LOVBatch lovBatch)
Sets an LOVBatch object to specify which batch/chunk of the List Of Values(LOV) you want to retrieve. |
void |
setLOVSearch(LOVSearch lovSearch)
Sets an LOVSearch object to specify how you want to filter List Of Values(LOV) you are going to retrieve. |
void |
setLOVSort(LOVSort lovSort)
Sets an LOVSort object to specify how you want to sort List Of Values(LOV) you are going to retrieve. |
void |
setNilLOVBatch()
Sets the LOVBatch element to nil. |
void |
setNilLOVSearch()
Sets the LOVSearch element to nil. |
void |
setNilLOVSort()
Sets the LOVSort element to nil. |
void |
setNilSelectDrillLOVsArray(int i)
Sets the SelectDrillLOVs element to nil at the specified index position. |
void |
setRemoveFromDrillBar(java.lang.String removeFromDrillBar)
Sets the removeFromDrillBar attribute. |
void |
setSelectDrillLOVsArray(int i,
java.lang.String selectDrillLOVs)
Sets an array of DrillDimension IDs whose List Of Values (LOV) you wish to retrieve Note: Before using this function, call setSelectDrillLOVs(java.lang.String[] selectDrillLOVs) to * initialize the array. |
void |
setSelectDrillLOVsArray(java.lang.String[] selectDrillLOVsArray)
Sets an array of DrillDimension IDs whose List Of Values (LOV) you wish to retrieve. |
int |
sizeOfSelectDrillLOVsArray()
Returns the size of the SelectDrillLOV array |
void |
unsetAddToDrillBar()
Unsets the addToDrillBar attribute |
void |
unsetLOVBatch()
Unsets the LOVBatch element. |
void |
unsetLOVSearch()
Unsets the LOVSearch element. |
void |
unsetLOVSort()
Unsets the LOVSort element. |
void |
unsetRemoveFromDrillBar()
Unsets the removeFromDrillBar attribute |
org.apache.xmlbeans.XmlString |
xgetAddToDrillBar()
Internal Use Only. |
DrillLOVRetrievalMode |
xgetDrillLOVRetrievalMode()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetRemoveFromDrillBar()
Internal Use Only. |
org.apache.xmlbeans.XmlString[] |
xgetSelectDrillLOVsArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetSelectDrillLOVsArray(int i)
Internal Use Only. |
void |
xsetAddToDrillBar(org.apache.xmlbeans.XmlString addToDrillBar)
Internal Use Only. |
void |
xsetDrillLOVRetrievalMode(DrillLOVRetrievalMode drillLOVRetrievalMode)
Internal Use Only. |
void |
xsetRemoveFromDrillBar(org.apache.xmlbeans.XmlString removeFromDrillBar)
Internal Use Only. |
void |
xsetSelectDrillLOVsArray(int i,
org.apache.xmlbeans.XmlString selectDrillLOVs)
Internal Use Only. |
void |
xsetSelectDrillLOVsArray(org.apache.xmlbeans.XmlString[] selectDrillLOVsArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
java.lang.String[] getSelectDrillLOVsArray()
Internal Use Only.
java.lang.String getSelectDrillLOVsArray(int i)
Internal Use Only.
org.apache.xmlbeans.XmlString[] xgetSelectDrillLOVsArray()
Internal Use Only.
org.apache.xmlbeans.XmlString xgetSelectDrillLOVsArray(int i)
Internal Use Only.
boolean isNilSelectDrillLOVsArray(int i)
i - the index of the SelectDrillLOV element
true if the SelectDrillLOV element is nil, otherwise falseint sizeOfSelectDrillLOVsArray()
void setSelectDrillLOVsArray(java.lang.String[] selectDrillLOVsArray)
selectDrillLOVsArray - - a array of string containing the selected List Of Values.
void setSelectDrillLOVsArray(int i,
java.lang.String selectDrillLOVs)
setSelectDrillLOVs(java.lang.String[] selectDrillLOVs) to *
i - - The index of the List Of Values(LOV) to be retrieved.selectDrillLOVs - - a string containing a DrillDimension IDvoid xsetSelectDrillLOVsArray(org.apache.xmlbeans.XmlString[] selectDrillLOVsArray)
Internal Use Only.
void xsetSelectDrillLOVsArray(int i,
org.apache.xmlbeans.XmlString selectDrillLOVs)
Internal Use Only.
void setNilSelectDrillLOVsArray(int i)
i - the index of the SelectDrillLOV element
void insertSelectDrillLOVs(int i,
java.lang.String selectDrillLOVs)
i - the index of the SelectDrillLOV elementselectDrillLOVs - - The String value of SelectDrillLOVvoid addSelectDrillLOVs(java.lang.String selectDrillLOVs)
selectDrillLOVs - - The String value of SelectDrillLOVorg.apache.xmlbeans.XmlString insertNewSelectDrillLOVs(int i)
i - the index of the SelectDrillLOV element
org.apache.xmlbeans.XmlString addNewSelectDrillLOVs()
void removeSelectDrillLOVs(int i)
i - the index of the SelectDrillLOV elementLOVSearch getLOVSearch()
Internal Use Only.
boolean isNilLOVSearch()
true if the LOVSearch element is nil, otherwise falseboolean isSetLOVSearch()
true if the LOVSearch element is set, otherwise falsevoid setLOVSearch(LOVSearch lovSearch)
lovSearch - - an object containing LOVSearch criteria.LOVSearchLOVSearch addNewLOVSearch()
void setNilLOVSearch()
void unsetLOVSearch()
LOVSort getLOVSort()
Internal Use Only.
boolean isNilLOVSort()
true if the LOVSort element is nil, otherwise falseboolean isSetLOVSort()
true if the LOVSort element is set, otherwise falsevoid setLOVSort(LOVSort lovSort)
lovSort - - an object containing LOVSort parameters.LOVSortLOVSort addNewLOVSort()
void setNilLOVSort()
void unsetLOVSort()
LOVBatch getLOVBatch()
Internal Use Only.
boolean isNilLOVBatch()
true if the LOVBatch element is nil, otherwise falseboolean isSetLOVBatch()
true if the LOVBatch element is set, otherwise falsevoid setLOVBatch(LOVBatch lovBatch)
lovBatch - - an object containing LOVBatch parameters.LOVBatchLOVBatch addNewLOVBatch()
void setNilLOVBatch()
void unsetLOVBatch()
DrillLOVRetrievalMode.Enum getDrillLOVRetrievalMode()
Internal Use Only.
DrillLOVRetrievalMode xgetDrillLOVRetrievalMode()
Internal Use Only.
void setDrillLOVRetrievalMode(DrillLOVRetrievalMode.Enum drillLOVRetrievalMode)
RetrieveDrillInfo boDrillInfo = new RetrieveDrillInfo();
boDrillInfo.setDrillLOVRetrievalMode(DrillLOVRetrievalMode.ALL);
RetrieveData retBOData = new RetrieveData();
retBOData.setRetrieveDrillInfo(boDrillInfo);
DocumentInformation docInfo = boRepEng.getDocumentInformation
(struid,null,null,null,retBOData);
drillLOVRetrievalMode - - a DrillLOVRetrievalMode objectDrillLOVRetrievalModevoid xsetDrillLOVRetrievalMode(DrillLOVRetrievalMode drillLOVRetrievalMode)
Internal Use Only.
java.lang.String getAddToDrillBar()
org.apache.xmlbeans.XmlString xgetAddToDrillBar()
Internal Use Only.
boolean isSetAddToDrillBar()
true if the AddToDrillBar attribute is set, otherwise falsevoid setAddToDrillBar(java.lang.String addToDrillBar)
addToDrillBar - the String value of addToDrillBar attributevoid xsetAddToDrillBar(org.apache.xmlbeans.XmlString addToDrillBar)
Internal Use Only.
void unsetAddToDrillBar()
java.lang.String getRemoveFromDrillBar()
org.apache.xmlbeans.XmlString xgetRemoveFromDrillBar()
Internal Use Only.
boolean isSetRemoveFromDrillBar()
true if the removeFromDrillBar attribute is set, otherwise falsevoid setRemoveFromDrillBar(java.lang.String removeFromDrillBar)
removeFromDrillBar - - The String value of removeFromDrillBar attributevoid xsetRemoveFromDrillBar(org.apache.xmlbeans.XmlString removeFromDrillBar)
Internal Use Only.
void unsetRemoveFromDrillBar()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||